Transfered deep scope functionality from the custodian
This commit is contained in:
parent
b424dea01b
commit
2d9da98257
10 changed files with 1397 additions and 47 deletions
12
AGENTS.md
12
AGENTS.md
|
|
@ -1,4 +1,4 @@
|
|||
# repo-registry — Agent Instructions
|
||||
# repo-scoping — Agent Instructions
|
||||
|
||||
## Repo Identity
|
||||
|
||||
|
|
@ -8,7 +8,7 @@ scanners establish observed facts; LLM-assisted extractors propose interpreted
|
|||
claims; humans or trusted agents approve registry truth.
|
||||
|
||||
**Domain:** capabilities
|
||||
**Repo slug:** repo-registry
|
||||
**Repo slug:** repo-scoping
|
||||
**Topic ID:** `64418556-3206-457a-ba29-6884b5b12cf3`
|
||||
**Workplan prefix:** `RREG-WP-`
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ curl -s "http://127.0.0.1:8000/workstreams/?topic_id=64418556-3206-457a-ba29-688
|
|||
curl -s "http://127.0.0.1:8000/tasks/?status=todo" | python3 -m json.tool
|
||||
|
||||
# Check inbox
|
||||
curl -s "http://127.0.0.1:8000/messages/?to_agent=repo-registry&unread_only=true" \
|
||||
curl -s "http://127.0.0.1:8000/messages/?to_agent=repo-scoping&unread_only=true" \
|
||||
| python3 -m json.tool
|
||||
```
|
||||
|
||||
|
|
@ -79,7 +79,7 @@ curl -s -X PATCH "http://127.0.0.1:8000/tasks/<task_id>" \
|
|||
|
||||
**Start:**
|
||||
1. `ls workplans/` — note active workplans and their open tasks
|
||||
2. Check inbox via `GET /messages/?to_agent=repo-registry&unread_only=true`
|
||||
2. Check inbox via `GET /messages/?to_agent=repo-scoping&unread_only=true`
|
||||
3. Check for human-flagged tasks: `GET /tasks/?needs_human=true`
|
||||
|
||||
**During work:**
|
||||
|
|
@ -92,7 +92,7 @@ curl -s -X PATCH "http://127.0.0.1:8000/tasks/<task_id>" \
|
|||
3. If workplan files changed, sync them to the hub DB:
|
||||
|
||||
```bash
|
||||
curl -s -X POST "http://127.0.0.1:8000/repos/repo-registry/sync" | python3 -m json.tool
|
||||
curl -s -X POST "http://127.0.0.1:8000/repos/repo-scoping/sync" | python3 -m json.tool
|
||||
```
|
||||
|
||||
This runs the ADR-001 consistency check with `--fix` and returns a JSON report.
|
||||
|
|
@ -116,7 +116,7 @@ id: RREG-WP-NNNN
|
|||
type: workplan
|
||||
title: "..."
|
||||
domain: capabilities
|
||||
repo: repo-registry
|
||||
repo: repo-scoping
|
||||
status: active | done
|
||||
owner: codex
|
||||
topic_slug: foerster-capabilities
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue