Iterating towards optimal agentic performance.
Find a file
tegwick 65b3a5cb6b
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
fix(workplans): qualify ad-hoc identifiers with the repository prefix
`ADHOC-YYYY-MM-DD` is unique per date but not per repository, so any two repos
opening an ad-hoc on the same day collide. The 2026-08-26 fleet projection
reset refused 9 records for exactly this reason.

Canon (work-record-types_v0.1, CUST-WP-0066) settled the form as
`{PREFIX}-WP-ADHOC-YYYY-MM-DD`, filename unchanged, and grandfathered existing
ids on the condition they are never *silently* re-derived. This is the explicit
migration that clause allows for.

The hub id is derived from the record id, so a changed id is a different
record: stale state_hub_*_id fields are dropped and fix-consistency re-derives.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-28 00:28:23 +02:00
.claude/rules Regenerate agent instructions from state-hub templates (CUST-WP-0055 T01) 2026-07-08 14:50:16 +02:00
.forgejo/workflows Add Forgejo CI smoke workflow (enablement template) 2026-07-08 12:28:20 +02:00
docs Implement AGENTIC-WP-0011 kaizen correlation follow-up 2026-06-19 20:27:00 +02:00
registry Add registry/NO_CAPABILITIES.md (reuse-surface REUSE-WP-0017-T03) 2026-07-06 18:50:37 +02:00
session_memory STATE-WP-0072: stop dual-writing workstream_id on decisions 2026-07-09 01:48:53 +02:00
tests STATE-WP-0072: stop dual-writing workstream_id on decisions 2026-07-09 01:48:53 +02:00
workplans fix(workplans): qualify ad-hoc identifiers with the repository prefix 2026-08-28 00:28:23 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-07-03 18:30:36 +02:00
.gitignore session-memory: distribute entrypoint + live verify (WP-0007 T05) 2026-06-07 15:25:20 +02:00
.repo-classification.yaml Add .repo-classification.yaml (CUST-WP-0050 T11 agent first-pass) 2026-06-22 17:47:34 +02:00
AGENTS.md docs(agents): repoint remote State Hub URL to the in-cluster address 2026-08-25 00:20:38 +02:00
CLAUDE.md established rules 2026-06-22 23:06:36 +02:00
INTENT.md Seeded with intent 2026-06-05 23:58:21 +02:00
LICENSE Adopt Target Revenue Source License V1C1 (org-wide preliminary rollout) 2026-07-29 23:51:33 +02:00
README.md Update README.md 2026-06-05 21:43:41 +00:00
SCOPE.md docs: define agent workforce execution boundary 2026-08-21 00:21:53 +02:00
WORK-RECORDS.md docs: define agent workforce execution boundary 2026-08-21 00:21:53 +02:00

Iterating towards optimal agentic performance.