colibri/docs
123kupola 789396e8bb
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
CI / port (pull_request) Has been cancelled
CI / agent-jail-pkgs (pull_request) Has been cancelled
fix: Layer 1 — contracts, MCP naming, lock contention
1. contracts.md: add TaskCostSummary to active schemas table
2. MCP: rename colibri_get_task_cost → colibri_get_task
   (returns full task with cost, not just cost fields)
3. heartbeat: try_lock() instead of lock().unwrap()
   - WouldBlock → warn + defer to next tick
   - Poisoned → into_inner() recover (SQLite WAL protects data)

Sam & Hermes
2026-06-27 13:48:21 +02:00
..
guide docs: rename PLAN/PROPOSAL/HANDOFF/ENHANCEMENT → implementation names 2026-06-26 17:32:39 +02:00
wiki fix: Layer 1 — contracts, MCP naming, lock contention 2026-06-27 13:48:21 +02:00
CLAWDIE-INSTALLER-VALIDATION.md docs: rename PLAN/PROPOSAL/HANDOFF/ENHANCEMENT → implementation names 2026-06-26 17:32:39 +02:00
CLAWDIE-STUDIO.md docs: rename PLAN/PROPOSAL/HANDOFF/ENHANCEMENT → implementation names 2026-06-26 17:32:39 +02:00
COLIBRI-EXTERNAL-MCP-PROTOTYPE.md
COLIBRI-JAILED-AGENT-SPAWN-DESIGN.md
COLIBRI-TOKENOMICS-TRIFECTA.md docs: fix stale references in COLIBRI-TOKENOMICS-TRIFECTA.md 2026-06-26 21:23:41 +02:00
FREEBSD-BUILD-LANE.md docs: rename PLAN/PROPOSAL/HANDOFF/ENHANCEMENT → implementation names 2026-06-26 17:32:39 +02:00
ISO-ACCEPTANCE-RUNBOOK.md test: rename 'fake' test agent → 'sample' (lighter, less loaded) 2026-06-23 18:19:49 +02:00
ISO-SERVICE-LAYOUT.md test: rename 'fake' test agent → 'sample' (lighter, less loaded) 2026-06-23 18:19:49 +02:00
MULTI-AGENT-HOST.md docs: rename PLAN/PROPOSAL/HANDOFF/ENHANCEMENT → implementation names 2026-06-26 17:32:39 +02:00
README.md fix(skills): correct source-of-truth — colibri, not clawdie-ai 2026-06-26 21:43:08 +02:00
VAULT-PROVISION-RUNBOOK.md docs: harness-agnostic + plainer doc names; codify naming principle 2026-06-24 16:33:40 +02:00
WIKI-CLAWDIE-SI.md docs: rename PLAN/PROPOSAL/HANDOFF/ENHANCEMENT → implementation names 2026-06-26 17:32:39 +02:00

Colibri Docs Index

A quick-reference guide to every document in this folder.

Document One-liner Audience
CLAWDIE-INSTALLER-VALIDATION.md FreeBSD validation handoff for the clawdie installer Codex (FreeBSD)
CLAWDIE-STUDIO.md Zed/Claude Code + control plane integration (bare-metal deployment option) Sam & agents
COLIBRI-EXTERNAL-MCP-PROTOTYPE.md Colibri as MCP host for external stdio servers (jailed, 3-tier trust) Agents
COLIBRI-JAILED-AGENT-SPAWN-DESIGN.md FreeBSD jail confinement for spawned agents — accepted & implemented Rust agents
COLIBRI-TOKENOMICS-TRIFECTA.md Strategic vision: useful tokens, cost-per-intelligence, measurement All
ISO-ACCEPTANCE-RUNBOOK.md Post-boot acceptance commands after staging Colibri into an ISO Codex (FreeBSD)
ISO-SERVICE-LAYOUT.md rc.conf service layout for the ISO image All
MULTI-AGENT-HOST.md Current sprint: multi-agent task-board tests + CLI surface gaps All agents
VAULT-PROVISION-RUNBOOK.md First-proof runbook: vault → jail → .env chain (clean CLI) Agents, Sam