README line 289 says: "Today, only with Claude Code."
But src/modules/agents/registry.ts registers a cursor agent, src/modules/agents/cursor/ ships adapter + detect + rules-file, and there are 4 cursor test files including an integration test.
The adapter header says injection-only: rules and manifest flow through, transcript parsing is stubbed with E009.
Fix: rewrite the FAQ to state what actually works per agent rather than denying Cursor support outright.
README line 289 says: "Today, only with Claude Code."
But
src/modules/agents/registry.tsregisters acursoragent,src/modules/agents/cursor/ships adapter + detect + rules-file, and there are 4 cursor test files including an integration test.The adapter header says injection-only: rules and manifest flow through, transcript parsing is stubbed with E009.
Fix: rewrite the FAQ to state what actually works per agent rather than denying Cursor support outright.