28 lines
646 B
Markdown
28 lines
646 B
Markdown
|
|
## Stack and Commands
|
||
|
|
|
||
|
|
**Language:** Markdown / YAML coordination artefacts
|
||
|
|
**Package manager:** none
|
||
|
|
**Test runner:** none
|
||
|
|
|
||
|
|
### Essential commands
|
||
|
|
|
||
|
|
```bash
|
||
|
|
# Sync workplans to state-hub after edits
|
||
|
|
cd ~/state-hub && make fix-consistency REPO=coulomb-loop
|
||
|
|
|
||
|
|
# Validate reuse-surface registry (when entries exist)
|
||
|
|
reuse-surface validate
|
||
|
|
|
||
|
|
# Supplier CLI on target repos (not this repo)
|
||
|
|
kaizen-agentic schedule validate --target /path/to/target-repo
|
||
|
|
kaizen-agentic schedule prepare coach --target /path/to/target-repo
|
||
|
|
```
|
||
|
|
|
||
|
|
### Session orientation
|
||
|
|
|
||
|
|
```bash
|
||
|
|
# MCP when available
|
||
|
|
get_domain_summary("coulomb_social")
|
||
|
|
```
|
||
|
|
|
||
|
|
Fallback: `.custodian-brief.md`
|