e4126bc755
Add Service Definition of Mature policy and health-route test
...
Establish policies/service-dom.md as the service-level companion to the repo
DoI and workstream DoD. Its load-bearing Core criterion is a cheap, side-effect
free health endpoint for availability probing — satisfied by the existing
GET /state/health (DB readiness, 200/503). Served automatically at
/policy/service-dom by the existing policy router.
Add a regression test asserting /state/health returns 200 with the expected
shape, since none existed (DoM Standard criterion #4 ).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-19 15:58:51 +02:00
8428a02f6c
feat: reuse hub-core base schemas
2026-06-07 16:42:54 +02:00
b340489d96
Optimize dashboard overview loading
2026-06-06 00:42:00 +02:00
38835e9e79
feat(tasks): adopt canonical task statuses
2026-05-26 01:32:50 +02:00
f25569d9d4
Implement financial Fabric vNext read model
2026-05-24 02:52:59 +02:00
ec5742543c
Add Fabric graph read model ingest
2026-05-23 21:17:58 +02:00
d4dea7864d
Add workplan execution queue
2026-05-23 19:11:30 +02:00
0ea46f081c
Close lifecycle transition helper workplan
2026-05-23 18:42:32 +02:00
706b360736
Harden reconciliation conflict handling
2026-05-23 18:18:44 +02:00
997766e99d
Record deferred reconciliation requests
2026-05-23 17:50:27 +02:00
757c2c3345
Add reconciliation file write-through
2026-05-23 17:41:30 +02:00
add650d4fa
Add reconciliation state-change API contract
2026-05-23 17:22:12 +02:00
d4e2c1a461
Harden flow advancement exit assertions
2026-05-23 16:41:21 +02:00
90c9f8e7a7
Normalize workplan IDs and activate parents on task start
2026-05-23 16:31:28 +02:00
d6522a9a40
Complete workplan state model cleanup
2026-05-18 01:31:36 +02:00
e0f6a3b7a9
Overview shows workstreams by repo now and allows drilldown
2026-05-02 12:01:45 +02:00
a00f1b615b
Task flow engine implementation
2026-05-02 00:21:14 +02:00
75d25e9d3b
feat(tests): pytest-asyncio test suite — 119 tests across 3 modules
...
Infrastructure (T01):
- tests/conftest.py: sync schema setup (psycopg2), per-test table
truncation, async ASGI client with get_session override
- pyproject.toml: [tool.pytest.ini_options] asyncio_mode=auto
- Makefile: make test target with TEST_DATABASE_URL
Core router tests (T02): 19 tests
- domains, topics, workstreams, tasks, decisions + state summary
- Caught real bug: topic router missing duplicate-slug 409 guard (fixed)
TD/EP/Contributions/SBOM tests (T03): 10 tests
- CRUD + status transitions + lifecycle guard + SBOM ingest
MCP smoke tests (T04): 12 tests
- get_state_summary, create_task, update_task_status,
add_progress_event, flag_for_human HTTP shapes
CI gate (T05): make test documented in CLAUDE.md session protocol
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-18 12:00:06 +01:00