ajaysi
92715661e3
Merge PR #396 : Validate plan.date and add narrower exception handling
...
- Add date validation: validate plan.date is ISO format before computing yesterday
- Log clear warning (plan_id, user_id, plan_date, reason) if date parsing fails
- Replace silent 'except Exception: pass' with explicit SQLAlchemyError handling
- Log detailed warnings (plan_id, user_id, plan_date, yesterday_date, error details) on DB errors
- Keep failures non-fatal to indexing behavior (continue with today's indexing)
- Preserve dependencies normalization helper and its usage in yesterday payloads
- Preserve proper feedback scoring (uses task.status, handles all negative statuses)
- Keep contextuality validation response fields (quality_status, contextuality_validation)
- Improve observability while maintaining system robustness
2026-03-08 18:39:55 +05:30
ajaysi
0aaaf07900
Merge PR #395 : Normalize dependencies in today workflow API payloads
...
- Add _normalize_dependencies() helper to handle all dependency type variations
- Handle None, list, JSON string, and invalid types with safe fallback to []
- Apply normalization to today and yesterday task payloads for consistency
- Ensure indexing pipeline receives normalized list dependencies
- Preserve task status feedback scoring logic (uses task.status, handles all negative cases)
- Keep contextuality validation and quality status response fields
- Improve data consistency across API and indexing surfaces
2026-03-08 18:31:48 +05:30
ajaysi
38444f4508
Merge PR #394 : Derive task memory feedback_score from persisted task.status
...
- Use canonical persisted task.status (from DB) instead of incoming request parameter
- Implement explicit status-to-score mapping: completed→+1, skipped/dismissed/rejected→-1, other→0
- Normalize all negative outcomes uniformly for self-learning memory
- Ensure memory feedback aligns with backend status normalization rules
- Preserve contextuality_validation and quality_status response fields
- Keep failures non-fatal to API behavior with exception handling
- Improve code clarity with explicit conditional logic over ternary operators
2026-03-08 18:28:52 +05:30
ي
e694e6172f
Validate plan date before yesterday workflow indexing
2026-03-06 21:45:25 +05:30
ي
2403d92f9d
Normalize today workflow task dependencies payload
2026-03-06 21:44:23 +05:30
ي
acecf2a3f4
Fix task outcome feedback scoring to use normalized status
2026-03-06 21:43:40 +05:30
ي
7096f03623
Add contextuality validation and low-context workflow status
2026-03-06 21:42:49 +05:30
ajaysi
26131232c7
feat: enhance billing dashboard with historical data & security hardening
...
- Fix usage tracking zero-value bug with self-healing logic
- Add month selector for historical usage views
- Implement start-of-month graceful initialization
- Merge PR #372 : Harden user-scoped access in subscription routes
- Fix UI bugs in UsageDashboard component
2026-03-05 10:21:56 +05:30
ي
9d34753d0f
Add structured warning logs for memory and semantic fallback paths
2026-03-02 10:51:45 +05:30
ajaysi
f8f7ddeb2a
feat: Implement Today's Workflow and Agent Huddle enhancements
2026-03-01 20:15:31 +05:30
ajaysi
e404a86502
Recovered state: integrated TrendSurferAgent, restored frontend/backend files, and cleaned up recovery scripts
2026-02-08 13:56:57 +05:30