diff --git a/AGENTS.md b/AGENTS.md index 8b7f81f..8e91c86 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,5 +1,24 @@ # binky-control — Agent Instructions +## Local verification (BINKY-WP-0001-T02) + +This is a markdown control-plane repo — no build. Before committing, verify +what you touched: + +```bash +# Workplan/task frontmatter ↔ hub sync (also registers new workplans) +statehub fix-consistency # or hub MCP check_repo_consistency + +# Agent instance manifest (.kaizen/schedule.yml + harness fields) +agent-harness validate --target . --strict + +# Rhythm bridge script syntax (if edited) +bash -n scripts/rhythm-session.sh + +# Queue docs: YAML blocks must parse — quick check +python3 -c "import yaml,re,sys; t=open(sys.argv[1]).read(); [yaml.safe_load(m) for m in re.findall(r'\`\`\`yaml\n(.*?)\`\`\`', t, re.S)]" DecisionQueue.md +``` + ## Repo Identity **Purpose:** binky-control is the company control plane ("company brain") for Binky Hedgehog GmbH's transformation into Operational Knowledge GmbH, holding the canon (intent, policies, plans), work queues, and registries that give agents and the solo founder shared situational awareness with executable next steps. diff --git a/SCOPE.md b/SCOPE.md index 18796bc..5ddbe29 100644 --- a/SCOPE.md +++ b/SCOPE.md @@ -1,7 +1,7 @@ # SCOPE -> This file was generated by `statehub register`. Refine it as the repository -> boundaries become clearer. +> Reviewed 2026-07-18 (BINKY-WP-0001-T01): content reflects the ratified +> canon (INTENT v1.0, DEC-2026-001). ## One-liner diff --git a/workplans/BINKY-WP-0001-statehub-bootstrap.md b/workplans/BINKY-WP-0001-statehub-bootstrap.md index 5b2d9ba..845183f 100644 --- a/workplans/BINKY-WP-0001-statehub-bootstrap.md +++ b/workplans/BINKY-WP-0001-statehub-bootstrap.md @@ -4,7 +4,7 @@ type: workplan title: "Bootstrap State Hub integration" domain: infotech repo: binky-control -status: ready +status: done owner: codex topic_slug: custodian created: "2026-07-16" @@ -20,7 +20,7 @@ binky-control is the company control plane ("company brain") for Binky Hedgehog ```task id: BINKY-WP-0001-T01 -status: todo +status: done priority: high state_hub_task_id: "f348200e-71dc-4188-bab9-bd3699c8cb07" ``` @@ -32,7 +32,7 @@ Replace generated placeholders with repo-specific facts where needed. ```task id: BINKY-WP-0001-T02 -status: todo +status: done priority: high state_hub_task_id: "26d0b9ff-a75f-4474-b2e5-990eefaeac3b" ``` @@ -45,7 +45,7 @@ changes confidently. ```task id: BINKY-WP-0001-T03 -status: todo +status: done priority: medium state_hub_task_id: "30562538-d5e8-4355-a422-6da1df2d35c2" ```