redroid-mrnumber/.infra.yaml
Natalie 82d2e096ae docs: rewrite for the cocotte people-service contract; drop old-Quinn coupling
Update CLAUDE.md, README, app.manifest, .infra.yaml, install.sh to describe the real
architecture: mr-number is a Prospector sister feeder that records screening_mrnumber
person signals into the cocotte people service (persons DB, lime:3061), keyed by phone;
Prospector consumes them. Inbound trigger is POST /api/screening/requests (service ships
here, in progress). Env QUINN_MY_* → PEOPLE_* / MRNUMBER_SERVICE_TOKEN; secrets move to
~/.config/cocotte-secrets/. No quinn.api anywhere outside docs/archive.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 13:44:25 -04:00

9 lines
543 B
YAML

# Conforms to convention:infra_manifest (apiVersion infra/v1)
apiVersion: infra/v1
project: mr-number
provider: mac # stdio MCP + CLI on fennel (plum); drives the redroid Android box over adb
service:
host: fennel
runtime: bun # mcp/ + client/ + trigger service (the inbound HTTP port, when deployed)
depends_on: [redroid, people] # drives the android box; records screening_mrnumber signals to the people service
# Consumed by: prospector (POST /api/screening/requests → verdict lands as a people signal).