Commit Graph

49 Commits

Author SHA1 Message Date
artale 2cb46e61f8 fix: rewrite TRUTH.md with live-verified facts, 15 memory errors documented
Factory API confirmed 16 containers (not 25). All 14 ports/services
from memory are wrong. 8098 is active auth-gated proxy target.
3 hashes not found in this repo. 295 tests. 33 receipts.
2026-07-09 07:37:37 +02:00
artale 002daeee7e fix: update TRUTH.md — 12 containers, current timestamps 2026-07-09 06:54:45 +02:00
artale afb7ae0c17 docs: bring Fable back — ecosystem advisory map
11 links mapped across the Fable ecosystem:
- Bun in Rust (Fable 5 writes production Rust for Bun rewrite)
- Letta sleep-time compute (FlatLedger validation)
- fable5-methodology (53★), fable-mode (711★)
- LifeOS (16.5k★), oh-my-pi (16.8k★) — key competitors
- mattpocock/skills (161k★), davidondrej/skills (1.9k★)
- AI-Builder-Club/skills (813★), oh-my-opencode (done)
- Claude multi-agent docs (done)

Harness-over-prompts thesis validated at 16.8k★ scale.
No vendoring. Advisory only.
2026-07-09 04:54:12 +02:00
artale 5dfd34b1ac docs: map Bun in Rust blog post as advisory
Bun acquired by Anthropic Dec 2025. Rewritten Zig->Rust using
Claude Fable 5. Systematic memory safety (12+ use-after-free/leak
bugs). Validates LLM-as-compiler pattern, verify-gate architecture,
FlatLedger state isolation. 22M monthly downloads. No vendoring.
2026-07-09 04:15:37 +02:00
artale 22332979e9 docs: map Claude managed agents multi-agent docs as advisory
Auth-walled page at platform.claude.com/docs/en/managed-agents/multi-agent.
HTML extracted via curl (1.39MB), content in JSON hydration blob.
Validates execution-pipeline primary/worker pattern.
No vendoring. Advisory only.
2026-07-09 03:50:06 +02:00
artale 5234384fa2 docs: map Kun Chen dotfiles + agentic setup as advisory (Windows adaptation)
Maps L8 Meta/Microsoft engineer's Nix-based Mac dotfiles setup
for Windows adaptation. 10 tool mappings, 6 key takeaways.
Validates TRUTH.md reproducibility, flat-ledger state pattern,
worktree-isolation agent isolation. No vendoring.
2026-07-07 01:29:03 +02:00
artale 95ddbf7e1b docs: map cmux + herdr + disler multi-agent orchestration as advisory
3 repos reviewed:
- disler/learning-cmux-with-agents: 31 NL prompts for agent fleet lifecycle
- ogulcancelik/herdr: AGPL agent multiplexer, single binary, external state
- cmux.com: macOS terminal for AI agents, browser control, skills

12 pattern mappings to fable-agent components.
Validates: execution-pipeline fleet orchestration, FlatLedger external state,
worktree-isolation agent isolation, repo-mapper environment mapping.
Advisory only. No vendoring.
2026-07-07 00:40:36 +02:00
artale e84f21e469 docs: map Browser Use + harness engineering + safe-checkout as advisory
3 repos reviewed:
- browser-use (79k ★, MIT): LLM browser automation via CDP
- browser-harness (MIT): self-healing CDP harness, agent writes helpers at runtime
- agent-shopping-safe-checkout (13 ★): 3-layer safety pattern

8 pattern mappings to fable-agent harness components.
Validates: verify-gate, interrupt-gate, flat-ledger, worktree-isolation.
No vendoring. Advisory only.
2026-07-06 01:42:13 +02:00
artale bac54fa4c8 docs: add TRUTH.md — single source of truth, overrides memory
Hardcoded baseline: 19 containers, 3 hashes NOT FOUND in this repo,
auto_patch_proven=false, POST /deploy with auth on 8099, 295 tests.
2026-07-05 14:24:39 +02:00
artale b87f3c0217 docs: update star counts for T3MP3ST (815->847), pxpipe (2364->2383) 2026-07-05 14:22:39 +02:00
artale cb5eb3fe42 docs: add definitive truth block to quarantine — single source of truth
This block replaces the 5 competing memory claims with verified facts:
- 19 containers (not 25)
- /deploy is POST-only with auth (not 'doesnt exist')
- auto_patch_proven=false (proof hashes in other repo)
- Port corrections: hermes-voice 18901, openhands 3010, forgejo 3020
- 7 not-running containers documented
2026-07-05 14:20:17 +02:00
artale 6b182d13ff fix: upgrade claim 7 from dangerous to advisory — git-proxy HAS POST /deploy
Live SSH read of /home/goku/bin/git-proxy.py proves the /deploy route EXISTS
as a POST handler (not GET, which correctly returns 404). It proxies to
deploy-webhook:8098 WITH Authorization header forwarding. Auth-gated, not
autonomous. Claim 7 updated to advisory with correct evidence.
2026-07-05 14:17:08 +02:00
artale c10ad3d0eb docs: index external project review in receipt README
Adds T3MP3ST (815 stars, AGPL-3.0), pxpipe (2364 stars, MIT),
and GRC_Claw (2 stars, MIT) to the receipt index.
2026-07-05 14:09:58 +02:00
artale afa434162f docs: add GRC_Claw to external project review 2026-07-05 14:04:28 +02:00
artale 8b26431897 docs: review T3MP3ST and pxpipe as advisory external projects
T3MP3ST (elder-plinius, AGPL-3.0): autonomous red-teaming framework.
verify-claims pattern (24/24 green) validates fable-agent's receipt-first approach.
Keyless, model-agnostic — same philosophy as fable-agent.

pxpipe (teamchong, MIT): renders text context as images for ~59-70% token cut.
Relevant for pipeline token compression, but lossy on byte-exact content.
Escape hatch pattern (lossless routing) applicable.
2026-07-05 14:01:54 +02:00
artale 39b10ed470 docs: expand quarantine with Phase 4 close loop claim, port mismatches, live SSH evidence
- Claim 0: added live SSH evidence (19 containers vs 25)
- Claim 7 (new, dangerous): Phase 4 close loop autonomous deploy — GET /deploy returns 404
- Claim 8 (new, advisory): port mismatches for hermes-voice, openhands, forgejo
- Added gemma4-qat-gguf-advisory-map-20260705.json receipt
2026-07-05 04:44:02 +02:00
artale e2301e8bd3 docs: spec for execution pipeline — wires 5 harness components end-to-end
One function, one file (~80 lines + ~60 lines tests).
worktree → repo-map → agent task → verify-gate → interrupt-gate → ledger.
No deploy, no retry, no new dependencies.
2026-07-05 00:20:08 +02:00
artale 14f2e509f4 docs: map Armin tool-calling article, add fresh factory live receipt 2026-07-05 00:07:20 +02:00
artale 69a4e1c613 docs: index RSI phase receipt and expand quarantine table 2026-07-04 16:13:30 +02:00
artale ff79509bc3 chore: receipt external AI links and expand memory quarantine index
Maps Sakana Fugu, OpenAI Daybreak, Cloudflare Temporary Accounts
as advisory-only external research. Expands README memory quarantine
section with full 7-claim table and blocked/canonical trust paths.
2026-07-04 16:00:08 +02:00
artale 2eae8f9763 docs: complete anthropic fable5 prompting guide receipt 2026-07-04 15:54:22 +02:00
artale 90b36c9e22 chore: quarantine A-D autonomous deploy memory and index anthropic prompting guide 2026-07-04 15:33:29 +02:00
artale 73b55e1684 docs: add fresh factory readonly receipt 2026-07-03 09:00:48 +02:00
artale c4843c7b54 docs: map opencode and advisory memory context 2026-07-03 08:43:15 +02:00
artale 6cbcf75654 docs: quarantine stale phase-claims and gate stale-memory refresh 2026-07-02 13:08:58 +02:00
artale 1fcac197df docs: index remaining historical receipts 2026-07-02 12:41:20 +02:00
artale 1dff2e876a docs: map fable website video workflow 2026-07-02 10:02:00 +02:00
artale 7a9cd58d03 docs: add live factory readonly receipt 2026-07-02 09:23:44 +02:00
artale a6d21dda53 docs: add agentic system layer checklist 2026-07-02 09:08:27 +02:00
artale 73371cf8f6 docs: map agentic ai systems research 2026-07-02 08:55:01 +02:00
artale 72f4917a55 docs: index receipts and block stale deploy memory 2026-07-02 02:23:28 +02:00
artale 2419fca7bc docs: map claude artifact advisory source 2026-07-02 01:48:46 +02:00
artale 577bc11a56 docs: map digg tech source signal 2026-07-02 01:28:16 +02:00
artale 818c2be727 docs: map kelsey platform posture 2026-07-02 01:15:25 +02:00
artale 85a8192810 docs: map adaptive tap pair red-team research 2026-07-02 01:10:36 +02:00
artale 9e25d208bd docs: bound kramer ai quality patterns 2026-07-02 00:42:04 +02:00
artale 367a39d829 docs: quarantine stale deploy memory 2026-07-02 00:31:26 +02:00
artale d91e279386 docs: map external pattern research 2026-07-02 00:17:02 +02:00
artale 60d7edff00 docs: capture ai quality research posture 2026-07-01 22:24:29 +02:00
artale 2bf9fb6467 feat: add external tool audit receipts 2026-06-27 15:20:00 +02:00
artale ebf1c7eddd docs: add vulnerability harness positioning 2026-06-22 00:28:25 +02:00
artale 619288e517 docs: add temporary agent deploy posture 2026-06-22 00:26:20 +02:00
artale ce3164aacd docs: record factory live drift 2026-06-22 00:21:36 +02:00
artale 522ec63025 feat: add memory b cell pattern cache 2026-06-21 16:02:20 +02:00
artale 084197d109 docs: add biomimicry positioning 2026-06-21 15:44:33 +02:00
artale f0fe50a253 docs: clarify attestation proof layer positioning 2026-06-21 14:28:10 +02:00
artale 85d3788c8a docs: add pi harness integration contract 2026-06-21 13:44:46 +02:00
artale 12a733dd52 docs: position fable-agent against workflow wrappers 2026-06-21 13:22:55 +02:00
artale 7172570351 feat: add factory verify cycle receipts 2026-06-20 17:45:43 +02:00