- Add 60 new agents across all 10 categories (75 -> 135) - Add 95 new plugins with command files (25 -> 120) - Update all agents to use model: opus - Update README with complete plugin/agent tables - Update marketplace.json with all 120 plugins
1.7 KiB
1.7 KiB
Update the project's CLAUDE.md memory bank with current session learnings.
Steps
- Read the existing
CLAUDE.md(project root) or create one if it does not exist. - Analyze the current session to extract:
- Decisions made: Architecture choices, library selections, pattern adoptions.
- Problems solved: Bugs fixed, workarounds discovered, gotchas identified.
- Patterns established: Naming conventions, file organization, coding standards.
- Commands discovered: Useful CLI commands, build steps, debug techniques.
- Dependencies: New packages added and why, version constraints.
- Categorize learnings into the appropriate CLAUDE.md sections:
- Project overview and key paths.
- Build and test commands.
- Architecture notes.
- Known issues and workarounds.
- Session-specific notes.
- Merge new information without duplicating existing entries.
- Update the "Last updated" timestamp.
- Keep the file concise: each entry should be one to two lines.
Format
# Project Memory
## Overview
- Description, key paths, tech stack
## Commands
- `<command>` - what it does
## Architecture
- Key design decisions and patterns
## Known Issues
- Issue description and workaround
## Session Notes
- Last updated: YYYY-MM-DD
- <new learnings from this session>
Rules
- Never remove existing entries unless they are explicitly outdated.
- Keep each entry factual and actionable, not narrative.
- Limit the file to 200 lines; archive old session notes if it grows beyond that.
- Use bullet points for scanability, not paragraphs.
- Store project-specific memory in project root, personal memory in
~/.claude/CLAUDE.md.