singularity-forge/src/resources
ahwlsqja 0e7a01f49c fix: reconcile stale task DB status from disk artifacts (#2514)
When a session disconnects after the agent writes SUMMARY + VERIFY
files but before postUnitPostVerification updates the DB, tasks
remain 'pending' in the DB despite being complete on disk.

deriveStateFromDb now checks each non-done task for a SUMMARY file
on disk before selecting the active task. If found, it updates the
DB to 'complete' and logs to stderr for observability.

Fixes #2514
2026-03-26 02:01:57 +09:00
..
agents fix: type errors in claude-import.ts and marketplace-discovery.ts 2026-03-16 14:46:31 -04:00
extensions fix: reconcile stale task DB status from disk artifacts (#2514) 2026-03-26 02:01:57 +09:00
skills feat(gsd): declarative workflow engine — YAML-defined workflows through the auto-loop (#2024) 2026-03-22 08:51:47 -06:00
GSD-WORKFLOW.md feat: meaningful commit messages from task summaries (#803) 2026-03-16 23:30:33 -06:00