manual cleanup - #155
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuidePerforms a manual repository cleanup by revising .gitignore and removing the mailmap plus the obsolete plugin-support design document. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7fd1277d18
ℹ️ 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".
| /dotagents | ||
|
|
||
| # Private strategy memos (never publish) | ||
| /SPEC.md | ||
| /GROWTH-PLAN.md | ||
| /ANYWHERE-AGENTS-ANALYSIS.md | ||
| npm/bin/* | ||
| !npm/bin/dotagents.js |
There was a problem hiding this comment.
Continue ignoring local MCP credentials
Because starter_assets.go embeds this file and ensureStarterAssets installs it into every newly scaffolded canonical configuration root, removing these patterns causes git add . to stage .env secrets, authentication session files, and generated virtual environments for users who keep local MCP implementations under mcp/<name>/. Restore the MCP-specific ignores so credentials and runtime state are not accidentally committed.
AGENTS.md reference: AGENTS.md:L54-L56
Useful? React with 👍 / 👎.
Summary by Sourcery
Remove obsolete repository files and tidy up project metadata.
Documentation:
Chores: