docs: update all docs for sessions, solver, approvals, and recent features #172

Merged
forbes merged 1 commits from docs/update-status-modules-config into main 2026-03-03 19:27:40 +00:00
Owner

Summary

Comprehensive documentation update to bring all docs in sync with recent feature implementations: approval workflows, solver service (Phase 3b), workstation registration (#161), SSE per-connection filtering (#162), and edit sessions (#163).

Changes by File

STATUS.md

  • Migration count 18 → 23 (added 019-023)
  • Endpoint count 86 → ~140
  • Added rows: approval workflows, solver service, workstations, edit sessions, SSE targeted delivery
  • Test file count 9 → 31

MODULES.md

  • Added solver and sessions to optional module registry (2.2)
  • Added dependency entries for solver → jobs and sessions → auth (2.3)
  • Added endpoint mapping sections 3.11 (solver) and 3.12 (sessions)
  • Updated module discovery response example (6.1)
  • Updated admin settings response (7.1) and config YAML (8)
  • Added soft interference detection to future considerations (12)

CONFIGURATION.md

  • Added Approval Workflows section (workflows.directory)
  • Added Solver section (4 config keys + env var)
  • Added Modules section with all toggle examples
  • Added SILO_SOLVER_DEFAULT to environment variables table

ROADMAP.md

  • Tier 0: Job Queue Infrastructure → Complete
  • Tier 1: Audit Trail → Complete (base)
  • Tier 4: Approval/ECO Workflow → Complete
  • Workflow Engine: 3 of 4 tasks marked Complete
  • Added "Recently Completed" section (workflows, job queue, solver, workstations, edit sessions)
  • Updated migration count (13→23), endpoint count (78→~140), test count (11→31)
  • Resolved job queue technology open question

GAP_ANALYSIS.md

  • Critical gaps: approval workflow → Implemented, locking → Partial
  • C.1: check-in/check-out → Partial (edit sessions)
  • C.2: workflows, state transitions, parallel approvals, ECO → Full
  • C.7: task scheduler → Full, endpoint count updated
  • Appendix A: rewrote file structure with all 24 handler files
  • Appendix D: updated comparison matrix entries

INSTALL.md

  • Added MODULES.md, WORKERS.md, SOLVER.md to Further Reading

WORKERS.md

  • Status: Draft → Implemented

SOLVER.md (new)

  • Added solver service specification document
  • Phase 3b marked as Complete with implemented file paths
## Summary Comprehensive documentation update to bring all docs in sync with recent feature implementations: approval workflows, solver service (Phase 3b), workstation registration (#161), SSE per-connection filtering (#162), and edit sessions (#163). ## Changes by File ### STATUS.md - Migration count 18 → 23 (added 019-023) - Endpoint count 86 → ~140 - Added rows: approval workflows, solver service, workstations, edit sessions, SSE targeted delivery - Test file count 9 → 31 ### MODULES.md - Added `solver` and `sessions` to optional module registry (2.2) - Added dependency entries for `solver → jobs` and `sessions → auth` (2.3) - Added endpoint mapping sections 3.11 (`solver`) and 3.12 (`sessions`) - Updated module discovery response example (6.1) - Updated admin settings response (7.1) and config YAML (8) - Added soft interference detection to future considerations (12) ### CONFIGURATION.md - Added **Approval Workflows** section (`workflows.directory`) - Added **Solver** section (4 config keys + env var) - Added **Modules** section with all toggle examples - Added `SILO_SOLVER_DEFAULT` to environment variables table ### ROADMAP.md - Tier 0: Job Queue Infrastructure → **Complete** - Tier 1: Audit Trail → **Complete (base)** - Tier 4: Approval/ECO Workflow → **Complete** - Workflow Engine: 3 of 4 tasks marked Complete - Added "Recently Completed" section (workflows, job queue, solver, workstations, edit sessions) - Updated migration count (13→23), endpoint count (78→~140), test count (11→31) - Resolved job queue technology open question ### GAP_ANALYSIS.md - Critical gaps: approval workflow → **Implemented**, locking → **Partial** - C.1: check-in/check-out → Partial (edit sessions) - C.2: workflows, state transitions, parallel approvals, ECO → **Full** - C.7: task scheduler → **Full**, endpoint count updated - Appendix A: rewrote file structure with all 24 handler files - Appendix D: updated comparison matrix entries ### INSTALL.md - Added MODULES.md, WORKERS.md, SOLVER.md to Further Reading ### WORKERS.md - Status: Draft → **Implemented** ### SOLVER.md (new) - Added solver service specification document - Phase 3b marked as **Complete** with implemented file paths
forbes added 1 commit 2026-03-03 19:26:37 +00:00
- STATUS.md: migration count 18→23, endpoint count 86→~140, add approval
  workflows, solver service, workstations, edit sessions, SSE targeted
  delivery rows, update test file count 9→31, add migrations 019-023
- MODULES.md: add solver and sessions to registry, dependencies, endpoint
  mappings (sections 3.11, 3.12), discovery response, admin settings,
  config YAML, and future considerations
- CONFIGURATION.md: add Approval Workflows, Solver, and Modules config
  sections, add SILO_SOLVER_DEFAULT env var
- ROADMAP.md: mark Job Queue Complete (Tier 0), Audit Trail Complete
  (Tier 1), Approval/ECO Complete (Tier 4), update Workflow Engine tasks,
  add Recently Completed section, update counts, resolve job queue question
- GAP_ANALYSIS.md: mark approval workflow Implemented, locking Partial,
  update workflow comparison (C.2), update check-in/check-out to Partial,
  task scheduler to Full, update endpoint counts, rewrite Appendix A
- INSTALL.md: add MODULES.md, WORKERS.md, SOLVER.md to Further Reading
- WORKERS.md: status Draft→Implemented
- SOLVER.md: add spec doc, mark Phase 3b as complete
forbes merged commit 2a8cbf64e4 into main 2026-03-03 19:27:40 +00:00
forbes deleted branch docs/update-status-modules-config 2026-03-03 19:27:40 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/silo#172