From b233aa8d9e889c9ff9de2f476aef4a1bf91ff5d2 Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Wed, 24 Jun 2026 16:43:41 +0200 Subject: [PATCH] docs: normalize prose dates to DD.mon.YYYY (AGENTS.md rule) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Convert US/ISO prose dates (2026-06-21) to EU format (21.jun.2026) across colibri docs + wiki. Left as-is (data, not prose): the captured JSON "time" timestamp in AGENT-EVENTS-REFERENCE and the rustc/cargo version strings in CLAWDIE-INSTALLER-HANDOFF — ISO is correct for machine timestamps/filenames. Gates: wiki-lint --strict clean; markdown format clean. --- docs/CLAWDIE-INSTALLER-HANDOFF.md | 4 ++-- docs/COLIBRI-TOKENOMICS-TRIFECTA.md | 2 +- docs/INTEGRATION-LAYERED-SOUL.md | 2 +- docs/MULTI-AGENT-HOST-PLAN.md | 6 +++--- docs/PRIORITY-HANDOFF-ISO-SPAWN-COST.md | 4 ++-- docs/TRUSS-SPAWN-ANALYSIS.md | 2 +- docs/wiki/agent-harness.md | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/CLAWDIE-INSTALLER-HANDOFF.md b/docs/CLAWDIE-INSTALLER-HANDOFF.md index 5c5580c..eed716f 100644 --- a/docs/CLAWDIE-INSTALLER-HANDOFF.md +++ b/docs/CLAWDIE-INSTALLER-HANDOFF.md @@ -61,7 +61,7 @@ clawdie apply --pool tank --create-pool /dev/sdX --yes # DESTROYS /dev/sdX Verify `zpool create` + datasets + systemd unit (`systemctl status clawdie`). Confirm the guard: `--create-pool` on a **non-empty** disk is refused without `--force`. -## 5. FreeBSD read-only validation notes (2026-06-13, Codex/Pi) +## 5. FreeBSD read-only validation notes (13.jun.2026, Codex/Pi) Host/version evidence: @@ -107,7 +107,7 @@ Not done: no destructive `apply --yes`; still requires scratch pool/VM. - [x] `cargo test -p clawdie` passes on FreeBSD 15 (output + versions reported). - [x] `discover` + `plan` correct against a real FreeBSD ZFS host for read-only/dry-run paths. - [x] `apply --yes` on a scratch pool creates the datasets, user, and rc.d service as - specified; teardown verified. (OSA file-backed testpool, 2026-06-21.) + specified; teardown verified. (OSA file-backed testpool, 21.jun.2026.) - [x] Idempotent re-run: second `apply --yes` skips user creation (exit 65 = already exists), rc.d + sysrc overwrite cleanly. - [ ] (if tested) Linux `--create-pool` works on a spare disk and the empty-disk guard diff --git a/docs/COLIBRI-TOKENOMICS-TRIFECTA.md b/docs/COLIBRI-TOKENOMICS-TRIFECTA.md index 2549225..b39aa06 100644 --- a/docs/COLIBRI-TOKENOMICS-TRIFECTA.md +++ b/docs/COLIBRI-TOKENOMICS-TRIFECTA.md @@ -2,7 +2,7 @@ **Source:** Indie Devdan, "Agent Specs: The Unreasonable Effectiveness of Useful Tokens" (https://www.youtube.com/watch?v=o4KZH_KSqYQ) -**Date:** 2026-06-01 +**Date:** 01.jun.2026 **Status:** Strategic vision — maps to existing T1.4/T1.5 work > **Scope:** This applies to the full Colibri control plane. diff --git a/docs/INTEGRATION-LAYERED-SOUL.md b/docs/INTEGRATION-LAYERED-SOUL.md index 1a2ad58..fa99ef1 100644 --- a/docs/INTEGRATION-LAYERED-SOUL.md +++ b/docs/INTEGRATION-LAYERED-SOUL.md @@ -19,7 +19,7 @@ table as `clawdie-iso/scripts/import-clawdie-skills.sh`; idempotent, safe to re- ## What's deferred (planned, not built) The `adapters/colibri.md` in layered-soul names a "Layered Memory Fabric" with -three stores — `system_skills`, `system_brain`, `system_ops`. As of 2026-06-13 +three stores — `system_skills`, `system_brain`, `system_ops`. As of 13.jun.2026 only a single flat `skills` table exists; the rest is **design only** (`docs/COLIBRI-SKILLS-PLAN.md`), so the importer intentionally does not target it. diff --git a/docs/MULTI-AGENT-HOST-PLAN.md b/docs/MULTI-AGENT-HOST-PLAN.md index 78f574c..11df04e 100644 --- a/docs/MULTI-AGENT-HOST-PLAN.md +++ b/docs/MULTI-AGENT-HOST-PLAN.md @@ -1,7 +1,7 @@ # Multi-Agent Multi-Host — Gap Analysis & Implementation Plan -**Created:** 2026-06-19 (Sam & Hermes) -**Updated:** 2026-06-21 (Sam & Claude) — reflects 0.11.0 release and narrowed gaps +**Created:** 19.jun.2026 (Sam & Hermes) +**Updated:** 21.jun.2026 (Sam & Claude) — reflects 0.11.0 release and narrowed gaps **Status:** Phase 2a complete; Phase 1 + Phase 2b ready for implementation ## Context @@ -93,7 +93,7 @@ three commands. | 6 | **TCP bridge round-trip** — socat bridge untested end-to-end | Medium | Partial (needs socat or FreeBSD) | | 7 | **Cross-host coordination** — await a test simulating a remote agent claiming/transitioning a task over the bridge | High | FreeBSD only | -### Closed gaps (since the original 2026-06-19 analysis) +### Closed gaps (since the original 19.jun.2026 analysis) - **CLI: register-agent + list-agents** — merged (Phase 2a, PR #107) - **CLI: register-tenant + list-tenants + register-skill** — merged diff --git a/docs/PRIORITY-HANDOFF-ISO-SPAWN-COST.md b/docs/PRIORITY-HANDOFF-ISO-SPAWN-COST.md index a5d71c3..8d288ef 100644 --- a/docs/PRIORITY-HANDOFF-ISO-SPAWN-COST.md +++ b/docs/PRIORITY-HANDOFF-ISO-SPAWN-COST.md @@ -1,6 +1,6 @@ # Priority Handoff — Three Focus Items Toward ISO Gate 1 -**Created:** 2026-06-14 (Sam & Hermes) · **Updated:** 2026-06-19 +**Created:** 14.jun.2026 (Sam & Hermes) · **Updated:** 19.jun.2026 **Status:** Priorities 2 & 3 **done** · Priority 1 **staged for FreeBSD build** **Superseded by:** `MULTI-AGENT-HOST-PLAN.md` for the next sprint @@ -73,7 +73,7 @@ Gate 1 (passive service) is unproven. config is in place, and `service colibri_daemon stop` cleanly stops the daemon and removes the pidfile. -4. **Validate the Hermes rc.d service** (`hermes-bsd`, merged 2026-06-14 as +4. **Validate the Hermes rc.d service** (`hermes-bsd`, merged 14.jun.2026 as `fc4b57ade`). The `hermes_daemon` rc.d script runs `hermes gateway run` under `daemon(8)` with a dedicated user, persistent `HERMES_HOME`, and supervisor/child pidfile separation — but it has not been booted on real diff --git a/docs/TRUSS-SPAWN-ANALYSIS.md b/docs/TRUSS-SPAWN-ANALYSIS.md index b3bf34d..fe46b48 100644 --- a/docs/TRUSS-SPAWN-ANALYSIS.md +++ b/docs/TRUSS-SPAWN-ANALYSIS.md @@ -1,4 +1,4 @@ -# truss Analysis — colibri-daemon Jail Spawn (2026-06-21) +# truss Analysis — colibri-daemon Jail Spawn (21.jun.2026) **Trace saved:** `/tmp/daemon.truss` (1964 lines, captured during successful spawn) diff --git a/docs/wiki/agent-harness.md b/docs/wiki/agent-harness.md index 13bb848..defc67e 100644 --- a/docs/wiki/agent-harness.md +++ b/docs/wiki/agent-harness.md @@ -4,7 +4,7 @@ ## Decision -Two binaries, not one (Sam rejected merging them, 2026-06-13): +Two binaries, not one (Sam rejected merging them, 13.jun.2026): - **zot** — _the agent_ (front door to the model). Go binary; acts. - **Colibri** — _the control plane_ (supervisor). Rust; watches agents via -- 2.45.3