Add custodian integration scaffold

CLAUDE.md modular rules, AGENTS/INTENT/SCOPE/.custodian-brief, and the
state-hub bootstrap workplan (WHYNOT-WP-0001).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 22:42:14 +02:00
parent 2597326acb
commit 722c83b57d
15 changed files with 656 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
---
id: WHYNOT-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: infotech
repo: whynot-design
status: ready
owner: codex
topic_slug: custodian
created: "2026-06-22"
updated: "2026-06-22"
---
# Bootstrap State Hub integration
The neutral, mostly-black-and-white visual language for **whynot** — Tegwick's prototype and market-signal organisation.
## Review Generated Integration Files
```task
id: WHYNOT-WP-0001-T01
status: todo
priority: high
```
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
Replace generated placeholders with repo-specific facts where needed.
## Verify Local Developer Workflow
```task
id: WHYNOT-WP-0001-T02
status: todo
priority: high
```
Identify the repo's install, test, lint, build, and run commands. Add or refine
those commands in the agent instructions so future coding sessions can verify
changes confidently.
## Seed First Real Workplan
```task
id: WHYNOT-WP-0001-T03
status: todo
priority: medium
```
Create the first implementation workplan for the repository's most important
next change. After workplan file updates, run from `~/state-hub`:
```bash
make fix-consistency REPO=whynot-design
```