Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Migration mode for splitting a monolithic CLAUDE.md into a proper hierarchy
- Auto-generate repo index for monorepos
- Live best-practices research via `--research` flag (fetches Anthropic docs)
- `/pomc` short alias command
- Weekly automated sync of best-practices reference from Anthropic documentation
- Security scan detector (2i): flags accidentally committed secrets, API keys, internal URLs,
credentials, and PII in CLAUDE.md files with line numbers and safe replacement suggestions.
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ Then run from any project directory:

```bash
/please-optimize-my-claude
# or use the short alias:
/pomc
```

---
Expand All @@ -97,7 +95,6 @@ Then run from any project directory:
```bash
# Just see what's wrong — no changes
/please-optimize-my-claude analyze
# or: /pomc analyze

# Interactive: review findings and decide what to apply
/please-optimize-my-claude
Expand Down
Loading