go/docs
Snider f7e91f0970 feat(rfc): cross-reference existing RFCs to open findings
7 existing RFCs solve open problems — Core provides the interface
(stdlib only), consumer packages bring the implementation:

- RFC-002 → lazy startup (P13-5)
- RFC-004 → entitlements/permissions (P11-1)
- RFC-012 → secret storage via SMSG (P11-3)
- RFC-009 → validation via Sigil transforms (P9-6)
- RFC-014 → OS-level isolation via TIM containers (P11-2)
- RFC-013 → in-memory fs via DataNode (P13-2)
- RFC-003 → config channels for surface context (P2-8)

Pattern: core/go defines interface + default. Consumer registers
implementation. c.Secret() defaults to os.Getenv. go-smsg registers
SMSG decryptor. No deps injected into core/go.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-25 13:26:32 +00:00
..
pkg docs: rewrite documentation suite against AX spec 2026-03-21 10:05:04 +00:00
plans docs: remove implemented plans, annotate partial ones 2026-03-14 08:09:20 +00:00
commands.md docs: rewrite documentation suite against AX spec 2026-03-21 10:05:04 +00:00
configuration.md docs: rewrite documentation suite against AX spec 2026-03-21 10:05:04 +00:00
errors.md docs: rewrite documentation suite against AX spec 2026-03-21 10:05:04 +00:00
getting-started.md docs: rewrite documentation suite against AX spec 2026-03-21 10:05:04 +00:00
index.md docs: rewrite documentation suite against AX spec 2026-03-21 10:05:04 +00:00
lifecycle.md docs: rewrite documentation suite against AX spec 2026-03-21 10:05:04 +00:00
messaging.md docs: rewrite documentation suite against AX spec 2026-03-21 10:05:04 +00:00
primitives.md docs: rewrite documentation suite against AX spec 2026-03-21 10:05:04 +00:00
RFC.md feat(rfc): cross-reference existing RFCs to open findings 2026-03-25 13:26:32 +00:00
services.md docs: rewrite documentation suite against AX spec 2026-03-21 10:05:04 +00:00
subsystems.md docs: rewrite documentation suite against AX spec 2026-03-21 10:05:04 +00:00
testing.md docs: rewrite documentation suite against AX spec 2026-03-21 10:05:04 +00:00