You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing section (line ~71): "~53 tests currently" → should be "~197 tests currently"
Architecture notes references to src/pattern.rs (line ~67) → update to module directory
Why
AGENTS.md is the primary orientation document for AI agents working on this codebase.
Stale references cause agents to look for files that do not exist and make wrong
assumptions about the codebase.
Acceptance Criteria
All references to src/pattern.rs updated to src/pattern/ directory structure
What
AGENTS.md has 4 stale references after the EPIC #88 open-source readiness work:
src/pattern.rs→ nowsrc/pattern/module directory(
mod.rs,builtins.rs,toml.rs)src/learn.rssays "Anthropic + OpenAI" → should be"Anthropic only" (OpenAI/Cerebras removed in PR fix(#76,#77): add retry loop to oo learn, remove OpenAI/Cerebras #78, v0.3.2)
src/pattern.rs(line ~67) → update to module directoryWhy
AGENTS.md is the primary orientation document for AI agents working on this codebase.
Stale references cause agents to look for files that do not exist and make wrong
assumptions about the codebase.
Acceptance Criteria
src/pattern.rsupdated tosrc/pattern/directory structure