docs: normalize prose dates to DD.mon.YYYY (AGENTS.md rule)
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.
This commit is contained in:
parent
5d646b1f2c
commit
b233aa8d9e
7 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue