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>
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>