27 lines
1,007 B
Markdown
27 lines
1,007 B
Markdown
# Synops CLI-verktøy
|
|
|
|
CLI-verktøy for Claude sin interaksjon med systemet. Bruker PG direkte
|
|
eller maskinrommet-API. Ligger i PATH via symlink eller direkte kall.
|
|
|
|
## Verktøy
|
|
|
|
| Verktøy | Beskrivelse | Status |
|
|
|---------|-------------|--------|
|
|
| (kommer) | | |
|
|
|
|
## Konvensjoner
|
|
- Navnekonvensjon: `synops-<verb>` (f.eks. `synops-context`)
|
|
- Shell-scripts eller Rust binaries
|
|
- Ett verktøy per oppgave — hold det enkelt
|
|
- Output: stdout, strukturert tekst (markdown eller JSON)
|
|
- DB-tilkobling: `$DATABASE_URL` eller fra `/tmp/maskinrommet.env`
|
|
|
|
## Planlagte verktøy
|
|
Ref: `docs/infra/agent_api.md`
|
|
|
|
- `synops-context <communication_id>` — hent kontekst for en chat
|
|
- `synops-search <query>` — søk i grafen (noder + edges)
|
|
- `synops-tasks [--phase N] [--status S]` — oppgavestatus fra tasks.md
|
|
- `synops-feature-status <key>` — implementeringsstatus for en feature
|
|
- `synops-respond <comm_id> <tekst>` — send svar i en chat
|
|
- `synops-update-spec <node_id>` — oppdater spec-node (stdin)
|