No description
Find a file
user.email 4509fc5719 feat(rfc-025): major update — align all examples to v0.7.0 API
Every code example now matches the actual implementation:
- Option{Key,Value} not Option{K,V}
- core.New(core.WithService(...)) not core.New(core.Options{})
- core.Result (no generics) not core.Result[T]
- Subsystem table matches actual Core accessors
- Service registration shows real factory pattern
- IPC examples use actual messages package

New content:
- Process execution rule: go-process not os/exec (Principle 6)
- Command extraction pattern (closures → named methods)
- Full IPC event-driven communication example
- Updated adoption priority (added test naming + process execution)
- Aligned file structure to actual core/agent layout

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-25 10:46:47 +00:00
.forgejo/workflows feat: migrate docs site to Zensical with full nav and new sections 2026-03-11 11:48:44 +00:00
docs feat(rfc-025): major update — align all examples to v0.7.0 API 2026-03-25 10:46:47 +00:00
pkg/help fix(help): use go-log E() pattern for error handling in catalog 2026-03-15 17:39:56 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:49 +00:00
CLAUDE.md docs: add CLAUDE.md project instructions 2026-03-13 13:38:01 +00:00
go.mod chore: sync dependencies for v0.1.6 2026-03-17 17:55:38 +00:00
go.sum chore: sync dependencies for v0.1.6 2026-03-17 17:55:38 +00:00
zensical.toml docs: update documentation from implemented plans 2026-03-14 08:09:17 +00:00