BINKY-WP-0001 complete: bootstrap tasks verified and closed

- T01: generated files reviewed — INTENT is ratified canon v1.0; SCOPE
  caveat replaced with review stamp
- T02: local verification commands added to AGENTS.md (fix-consistency,
  agent-harness validate, bridge syntax check, queue YAML parse)
- T03: satisfied long ago — BINKY-WP-0002..0004 exist and are hub-synced

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
tegwick 2026-07-18 13:48:40 +02:00
parent 0978a0796e
commit c1597691e4
3 changed files with 25 additions and 6 deletions

View file

@ -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.