Commit graph

54 commits

Author SHA1 Message Date
16c08803c9 fix(workplans): declare records the hub already holds as workplans
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Canon defines six work-record kinds — workplan, task, intake, decision,
engagement, register-entry. These files declared none of them (feature, runbook,
bug-report, extension-workplan, scorecard, session-note, adhoc) while the hub
held each as a workplan.

Selection is by 'type: workplan', so the mismatch made them invisible to any
projection: a forge-derived reset read their correct hub records as no longer
deriving and proposed retiring live work.

Where a file also lacked a canonical identifier, one was assigned continuing the
repository's sequence. Existing hub identifiers are preserved, so no record is
orphaned.

Refs STATE-WP-0083

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-26 10:29:38 +02:00
870eff9568 docs(agents): repoint remote State Hub URL to the in-cluster address
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
The remote row pointed at 127.0.0.1:18000, a reverse tunnel back to the
workstation. On railiance01 the State Hub runs in the cluster on that same
machine, so the request left the box and came back to reach a local service.

Refs CUST-WP-0067-T07

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-25 00:21:32 +02:00
31863f364b Adopt Target Revenue Source License V1C1 (org-wide preliminary rollout)
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Maintainer decision, 2026-07-29: adopts TRSL V1C1 as this repo's
preliminary governing license, per target-revenue's
workplans/TREV-WP-0008-governance-and-pilot-rollout.md T05. Full
specialist legal review is deferred until out of beta (target-revenue
SCOPE.md §1). No Phase is yet declared for this repo.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-30 00:44:23 +02:00
253a591a71 CUST-WP-0055 T07: add archive workplan terminology grandfather note
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 4s
2026-07-08 20:26:36 +02:00
2aa55975c6 docs: workplan-first agent guidance prose (CUST-WP-0055 T04 batch 4)
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
2026-07-08 17:22:17 +02:00
557276e7be Regenerate agent instructions from state-hub templates (CUST-WP-0055 T01)
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Sync AGENTS.md, CLAUDE.md, and .claude/rules from updated project_rules
templates: workplan-first session protocol, legacy terminology footnote,
and GET /workplans/ examples.
2026-07-08 14:50:32 +02:00
2336b68a9a Add Forgejo CI smoke workflow (enablement template)
All checks were successful
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Successful in 1m29s
2026-07-08 12:27:45 +02:00
39a053bfd0 Draft capability entry (reuse-surface REUSE-WP-0017-T04, cohort 3)
Honest first-pass maturity vector grounded in README/docs/tests present
in this repo; no invented evidence. Flagged for human review before
publish. See reuse-surface history/2026-07-06-coverage-classification.md.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-06 19:50:53 +02:00
d72f64d7a0 fix: make install uses uv tool install without requiring a venv
uv pip install needs a virtual environment. Use uv tool install for the
global CLI path and make sync for editable .venv development installs.
2026-07-03 01:34:57 +02:00
fcea33924b chore: sync PMEM-WP-0017 State Hub workstream and task IDs 2026-07-03 01:25:16 +02:00
feb60c1d96 feat(PMEM-WP-0017): federated store management CLI and activity reports
Add phase_memory.management for cross-store discovery and windowed
activity reporting. Extend the phase-memory CLI with stores list and
report commands, plus make report-7d for the default weekly operator view.
2026-07-03 01:24:16 +02:00
0320b112fd Add Makefile install and test targets for local development. 2026-07-03 00:54:25 +02:00
592577f7cd Document implicit default phase-memory activation in ops-warden. 2026-07-03 00:49:39 +02:00
bea81836a1 Remove accidental vim swap file from tracking. 2026-07-02 23:40:55 +02:00
dc699be976 Implement PMEM-WP-0016 ops-warden cross-runtime memory contracts.
Add ops-warden coordination profile, session event schemas, activation helpers,
adapter pack, evaluation scenarios, and contract documentation for shared memory
across worker, agent session, and operator CLI surfaces.
2026-07-02 23:40:45 +02:00
1c3fa03533 Add PMEM-WP-0016 ops-warden cross-runtime memory workplan.
Define phase-memory profile, agent session schemas, and activation contracts
for worker, coding agent, and operator CLI surfaces sharing one canonical store.
2026-07-02 23:31:40 +02:00
f9623aa148 chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-07-02:
  - update .custodian-brief.md for phase-memory
2026-07-02 23:25:09 +02:00
29f893b905 Implement PMEM-WP-0015 credentialed live pilot with ops-warden routing.
Add credential routing advisories via warden route/access, live pilot evidence
helpers, managed deployment pilot probes, evaluation trend regression gates,
and expanded troubleshooting. Update operator runbook and maturity scorecard.
2026-07-02 23:24:35 +02:00
bff90ec1ed Normalize agent instructions and workplan frontmatter (STATE-WP-0067)
- Align agent files with on-disk workplan prefixes (infer from workplan ids)
- Set workplan domain to registered domain_slug; add topic_slug where applicable
- Repair frontmatter delimiter formatting; migrate legacy task status literals
- Regenerate AGENTS.md, CLAUDE.md, and .claude/rules from State Hub templates
2026-06-22 23:16:27 +02:00
a82167c870 Add .repo-classification.yaml (CUST-WP-0050 T11 agent first-pass) 2026-06-22 17:47:39 +02:00
459813544e Add credential routing instructions for all agent runtimes
Propagate shared credential-routing section (Codex, Claude, Grok, llm-connect)
from state-hub template via scripts/propagate_credential_routing.py.
2026-06-18 22:48:39 +02:00
1924f9286c Add capability registry scaffold (REUSE-WP-0014-T06 B04) 2026-06-16 01:56:12 +02:00
1ccbab5c04 Implement credentialed live hardening workplan 2026-05-19 03:51:51 +02:00
b85f4c02f4 chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-05-19:
  - update .custodian-brief.md for phase-memory
2026-05-19 03:47:23 +02:00
6e0372d21a Implement credentialed drill packaging workplan 2026-05-19 01:27:59 +02:00
022cd8d37e chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-05-19:
  - update .custodian-brief.md for phase-memory
2026-05-19 01:25:14 +02:00
635d999621 Implement live-shaped readiness workplan 2026-05-19 01:06:41 +02:00
3a52b3df41 chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-05-19:
  - update .custodian-brief.md for phase-memory
2026-05-19 01:03:11 +02:00
0eea94d05e Implement refinement hardening workplan 2026-05-18 23:56:41 +02:00
836acf7e01 chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-05-18:
  - update .custodian-brief.md for phase-memory
2026-05-18 23:53:19 +02:00
22892416d7 Refine maturity scorecard and next hardening plan 2026-05-18 23:26:01 +02:00
ba1ef4f554 chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-05-18:
  - update .custodian-brief.md for phase-memory
2026-05-18 23:21:22 +02:00
bd7b80290e Archive taskless maturity scorecard workstream 2026-05-18 22:55:14 +02:00
1a4eef88c8 chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-05-18:
  - update .custodian-brief.md for phase-memory
2026-05-18 22:52:57 +02:00
1250be9ed7 Register PMEM-WP-0010 with StateHub 2026-05-18 22:43:08 +02:00
d1b46ad2f3 Add fake external adapter packs 2026-05-18 22:40:53 +02:00
e92c8f8c89 Register PMEM-WP-0009 with StateHub 2026-05-18 22:22:22 +02:00
908494b712 Add profile-driven lifecycle rules 2026-05-18 22:20:14 +02:00
322571c02c Register PMEM-WP-0008 with StateHub 2026-05-18 20:56:35 +02:00
b36a935f48 Add profile-driven runtime adapter resolution 2026-05-18 20:53:16 +02:00
850979ccf1 Complete adapter conformance coverage 2026-05-18 20:38:00 +02:00
2a4301d22f Add service readiness contracts 2026-05-18 20:33:45 +02:00
1efb7d4c13 Add Markitect bridge and activation quality 2026-05-18 20:04:40 +02:00
8089a7c8fa Implement local runtime persistence and policy gates 2026-05-18 18:21:27 +02:00
7f9913c45a Refresh agent instruction files 2026-05-18 16:55:48 +02:00
3b83ab9c44 Add phase-memory roadmap workplans 2026-05-18 12:51:35 +02:00
9d7b8d0df3 chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-05-18:
  - update .custodian-brief.md for phase-memory
2026-05-18 12:49:12 +02:00
1338acf6d6 chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-05-18:
  - update .custodian-brief.md for phase-memory
2026-05-18 01:56:00 +02:00
87f104781a Implement phase-memory foundation 2026-05-18 01:55:34 +02:00
751da54052 Add phase-memory architecture workplan 2026-05-18 01:31:28 +02:00