Commit graph

2 commits

Author SHA1 Message Date
Snider
cd452791e5 fix: rewrite CLAUDE.md and llm.txt — badly stale, wrong API documented
CLAUDE.md was telling agents NOT to use WithService (the actual API).
Tests path was wrong (tests/ vs root *_test.go). core.New() example
showed deleted DTO pattern. PERFORM listed as current. Missing 6
subsystem accessors.

llm.txt had pkg/core/ path (doesn't exist), PERFORM reference,
missing 8 key types.

Both now match v0.8.0 implementation.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-25 17:05:07 +00:00
Snider
e7c3b3a69c feat: add llm.txt — agent entry point for CoreGO framework
Standard llm.txt with package layout, key types, service pattern.
Points to CLAUDE.md and docs/RFC.md for full specs.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-25 10:52:55 +00:00