feat(T06): hostPath working-memory sync and repo-relative sink paths
Mount the-custodian memory/working from the railiance01 clone (hostPath) so sweep writeback commits daily-triage notes; worker runs as uid 1000; progress events store repo-relative working_memory_path; ops inventory defaults use custodian:// URIs.
This commit is contained in:
parent
70e3154b05
commit
ce03e78e26
10 changed files with 76 additions and 30 deletions
|
|
@ -61,6 +61,7 @@ def test_working_memory_sink_writes_idempotently(tmp_path) -> None:
|
|||
assert first[0]["status"] == "written"
|
||||
assert second[0]["status"] == "exists"
|
||||
note = tmp_path / "daily-triage-2026-05-19-12345678.md"
|
||||
assert first[0]["path"].endswith("daily-triage-2026-05-19-12345678.md")
|
||||
text = note.read_text(encoding="utf-8")
|
||||
assert "activity_core_run_id: 12345678-aaaa-bbbb-cccc-123456789abc" in text
|
||||
assert "output_validated: true" in text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue