fix: update CLAUDE.md with accurate codebase info and soften pnpm enforcement#213
fix: update CLAUDE.md with accurate codebase info and soften pnpm enforcement#213rubenmarcus merged 3 commits intomainfrom
Conversation
…orcement Resolves #207. The aggressive "ALWAYS use pnpm, NEVER use npm or yarn" instruction caused AI agents to refuse npm/yarn in user projects. Softened to clarify pnpm is for repo development only. Also fixed outdated info: agents list (4 not 8), executor line count (1400+ not 900+), added Todoist integration, fixed repo structure, expanded important files table, added src/ directory overview, and updated current priorities. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c453a9df31
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Greptile SummaryUpdates CLAUDE.md documentation to accurately reflect the current codebase state and softens the overly strict pnpm requirement that was causing AI agents to incorrectly refuse npm/yarn in user projects. Key improvements:
Issues found:
Confidence Score: 4/5
Important Files Changed
Last reviewed commit: c453a9d |
Address PR review comments: - Remove content/ from repo structure (directory doesn't exist) - List all 8 supported agents to match AGENTS.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: af1581945c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| | Directory | Purpose | | ||
| |-----------|---------| | ||
| | `auth/` | OAuth providers (Anthropic, OpenAI, Linear, Notion, Todoist) | |
There was a problem hiding this comment.
Correct OAuth provider list in auth directory summary
The new auth/ row claims OAuth providers for Anthropic and OpenAI, but the implemented provider registry only includes Linear, Notion, and Todoist (src/auth/providers/index.ts). Because CLAUDE.md is used as execution guidance for agents, this mismatch can direct implementation/debugging work toward non-existent auth modules and lead to incorrect changes.
Useful? React with 👍 / 👎.
Summary
projects/, addscontent/andspecs/Closes #207
Test plan
pnpm buildto ensure no accidental breakage🤖 Generated with Claude Code