Commit Graph

4 Commits

Author SHA1 Message Date
Godopu 5258b5013c feat(lib): implement FW-N1~FW-N4 items and pane snapshot guidelines 2026-06-21 09:19:46 +00:00
Godopu 9b797a5c8c feat(lib): migrate to SQLite WAL backend for robust concurrency (FW-L1)
- Replaces python fcntl.flock with SQLite BEGIN IMMEDIATE.
- Status/Reconcile read from SQLite SSOT, with YAML fallback.
- Explicitly documented tradeoff: YAML is no longer a real-time view.
- Handles PRAGMA wal_checkpoint(TRUNCATE) safely outside transactions.
2026-06-21 08:35:07 +00:00
Godopu 155c6e8d5c docs: fix delete->stop in REPORT + add session/job state glossary (FW-03, FW-10, FW-16)
FW-03: replace 'delete' with 'stop' in skill reference (line 299).
  'terminated' retained as valid YAML status value (hard kill mode).

FW-10/FW-16: add Glossary section distinguishing session states
  (running/stopped/terminated/archived in agent-sessions.yaml) from
  job states (pending/running/completed/error/cancelled in registry).
  Documents which skill/function sets each state.
2026-06-21 06:32:29 +00:00
Godopu 9334352924 docs: rename REPORT.md -> Messaging_System_REPORT.md (FW-14)
Regularize the uncommitted rename via git mv so the working tree
is clean and the authoritative messaging-system spec is unambiguous.
2026-06-21 06:09:39 +00:00