Releases: grixu/cc-toolkit
Releases · grixu/cc-toolkit
namesmith v1.0.0
Added
namesmithskill with 4-phase business name discovery workflowname-challengersub-agent with 5-dimension scoring rubric (10-point scale)- Instant Domain Search MCP bundled via
.mcp.json(no user setup required) naming-criteria.mdreference with generation archetypes and challenge criteriamcp-fallback.mdreference with detection logic and fallback display patterns
hookify v0.3.0
Added
.rule.mdextension for team/project rules (committed to repo)- Global rules from
~/.claude/hookify.*.local.md - Name-based priority system: project .local.md > project .rule.md > global .local.md
sourceandsource_typefields on Rule dataclass for provenance tracking- New example rule files demonstrating
.rule.mdformat
Changed
load_rules()now scans three tiers instead of one- Updated all commands, skills, agents, and documentation for multi-source support
session-learner v0.1.0
Added
/learnskill with 5-phase conversation analysis workflow- Friction signal extraction (corrections, repeated instructions, deviations, new patterns)
- Interactive review with Accept/Modify/Skip per finding
- Auto memory deduplication (reads existing memory before proposing)
- Dynamic discovery of
.claude/rules/andCLAUDE.mdfiles - Optional hookify integration for regex-findable repeated errors
- ANALYSIS-GUIDE.md reference with generic examples and anti-patterns
hookify v0.2.0
Changed
- Migrated upstream source from
anthropics/claude-codeto correct upstreamanthropics/claude-plugins-official - Re-applied
permissionDecisionReasonin hook deny output for better diagnostics - Re-applied improved
systemMessageformat on blocked operations to show rule name - Updated sync scripts and CI workflow for new upstream repository
hookify v0.1.1
Added
- Forked from upstream anthropics/claude-code hookify plugin (v0.1.0)
- Upstream sync script and CI workflow for automated upstream tracking
Changed
- Add
permissionDecisionReasonto hook deny output for better diagnostics - Improve
systemMessageformat on blocked operations to show rule name
feature-delivery v1.1.0
Changed
- Move requirement files from local
requirements/folder to~/.claude/grixu-cc-toolkit/feature-delivery/<project-name>/— keeps project repos clean and persists specs across clones - Add
storage-root.shscript to compute deterministic storage path from project directory name - Add
Bashto allowed tools instart,current, andeditcommands (needed to invokestorage-root.sh)
feature-delivery v1.0.0
Added
/startcommand — 6-phase requirements gathering (complexity analysis, discovery Q&A, codebase research, technical Q&A, test planning, spec generation)/currentcommand — requirements dashboard with status, progress, and available actions/editcommand — specification editing with full re-analysis cycle and version tracking/implementcommand — implementation orchestrator with parallel subagents, validation, and quality gates- 24 reference/prompt files for phase-specific subagent guidance
codex-plan-improver v1.1.0
Added
- Environment variable
CC_TOOLKIT_CODEX_PLAN_REVIEWto disable automatic plan review - Author email in plugin manifest
Changed
- Updated README with environment variable documentation
codex-plan-improver v1.0.0
Added
- Automatic plan review via OpenAI Codex CLI on
ExitPlanMode /codex-reviewcommand for manual plan review invocation- Session-scoped flag to prevent infinite review loops
- Read-only sandbox mode for safe code analysis