Implement refinement hardening workplan

This commit is contained in:
2026-05-18 23:56:41 +02:00
parent 836acf7e01
commit 0eea94d05e
17 changed files with 1164 additions and 68 deletions

View File

@@ -4,7 +4,7 @@ type: workplan
title: "Refinement Hardening And Operational Readiness"
domain: markitect
repo: phase-memory
status: ready
status: finished
owner: codex
topic_slug: phase-memory
created: "2026-05-18"
@@ -34,7 +34,7 @@ The repo now has:
- fake external adapter packs.
The refined scorecard in `docs/maturity-scorecard.md` scores the project at
**3.8 / 5** overall, with stronger local integration maturity than operational
**4.0 / 5** overall, with stronger local integration maturity than operational
maturity.
## Non-Goals
@@ -48,7 +48,7 @@ maturity.
```task
id: PMEM-WP-0011-T01
status: todo
status: done
priority: high
state_hub_task_id: "2b3c6eb4-8d3f-4c73-ab53-74e1bed8b93f"
```
@@ -68,7 +68,7 @@ Acceptance:
```task
id: PMEM-WP-0011-T02
status: todo
status: done
priority: high
state_hub_task_id: "2c19cfb0-e147-40b8-b964-6c617bddb90e"
```
@@ -86,7 +86,7 @@ Acceptance:
```task
id: PMEM-WP-0011-T03
status: todo
status: done
priority: high
state_hub_task_id: "cdce1c6a-4581-4184-87c6-f7bec6c3fcbd"
```
@@ -105,7 +105,7 @@ Acceptance:
```task
id: PMEM-WP-0011-T04
status: todo
status: done
priority: medium
state_hub_task_id: "602c22bb-d440-4d38-a51f-bf6ed504fd1e"
```
@@ -123,7 +123,7 @@ Acceptance:
```task
id: PMEM-WP-0011-T05
status: todo
status: done
priority: medium
state_hub_task_id: "c4fa6001-b20c-4ec1-b885-af9b80c832de"
```
@@ -140,7 +140,7 @@ Acceptance:
```task
id: PMEM-WP-0011-T06
status: todo
status: done
priority: medium
state_hub_task_id: "f4674eaf-cbc1-4eac-b1d1-b07ae51289cf"
```
@@ -162,4 +162,24 @@ Acceptance:
## Closure Review
Pending implementation.
Completed on 2026-05-18.
Implemented:
- Full `LocalServiceRunner` handling for every `SERVICE_OPERATIONS` entry.
- Runtime and service audit queries with queryable recording/JSONL/fake audit
sinks and retention metadata.
- Review-gated `lifecycle.apply` and `package.compile` service coverage.
- Atomic JSON writes for file-backed store records plus metadata migration,
planned-migration, corrupt-record, missing-reference, and orphaned-path
diagnostics.
- Three evaluation scenario families covering policy-denied activation,
profile lifecycle rules, event-path activation, semantic-index hints, and
budget pressure.
- Adapter pack compatibility manifests and explicit missing-capability
diagnostics.
- Operational readiness docs and scorecard update from 3.8 to 4.0.
Verification:
- `python3 -m pytest` passes with 70 tests.