Skip to content

Releases: grixu/cc-toolkit

namesmith v1.0.0

27 Mar 12:44
448127c

Choose a tag to compare

Added

  • namesmith skill with 4-phase business name discovery workflow
  • name-challenger sub-agent with 5-dimension scoring rubric (10-point scale)
  • Instant Domain Search MCP bundled via .mcp.json (no user setup required)
  • naming-criteria.md reference with generation archetypes and challenge criteria
  • mcp-fallback.md reference with detection logic and fallback display patterns

hookify v0.3.0

27 Mar 12:44
e8637ab

Choose a tag to compare

Added

  • .rule.md extension 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
  • source and source_type fields on Rule dataclass for provenance tracking
  • New example rule files demonstrating .rule.md format

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

23 Mar 10:05
bf05df5

Choose a tag to compare

Added

  • /learn skill 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/ and CLAUDE.md files
  • Optional hookify integration for regex-findable repeated errors
  • ANALYSIS-GUIDE.md reference with generic examples and anti-patterns

hookify v0.2.0

27 Mar 12:44
2b267d3

Choose a tag to compare

Changed

  • Migrated upstream source from anthropics/claude-code to correct upstream anthropics/claude-plugins-official
  • Re-applied permissionDecisionReason in hook deny output for better diagnostics
  • Re-applied improved systemMessage format on blocked operations to show rule name
  • Updated sync scripts and CI workflow for new upstream repository

hookify v0.1.1

17 Mar 17:16
6ba3acd

Choose a tag to compare

Added

  • Forked from upstream anthropics/claude-code hookify plugin (v0.1.0)
  • Upstream sync script and CI workflow for automated upstream tracking

Changed

  • Add permissionDecisionReason to hook deny output for better diagnostics
  • Improve systemMessage format on blocked operations to show rule name

feature-delivery v1.1.0

17 Mar 15:58
6fab99e

Choose a tag to compare

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.sh script to compute deterministic storage path from project directory name
  • Add Bash to allowed tools in start, current, and edit commands (needed to invoke storage-root.sh)

feature-delivery v1.0.0

27 Mar 12:44
e90cbe3

Choose a tag to compare

Added

  • /start command — 6-phase requirements gathering (complexity analysis, discovery Q&A, codebase research, technical Q&A, test planning, spec generation)
  • /current command — requirements dashboard with status, progress, and available actions
  • /edit command — specification editing with full re-analysis cycle and version tracking
  • /implement command — implementation orchestrator with parallel subagents, validation, and quality gates
  • 24 reference/prompt files for phase-specific subagent guidance

codex-plan-improver v1.1.0

12 Mar 07:49
84a8999

Choose a tag to compare

Added

  • Environment variable CC_TOOLKIT_CODEX_PLAN_REVIEW to disable automatic plan review
  • Author email in plugin manifest

Changed

  • Updated README with environment variable documentation

codex-plan-improver v1.0.0

12 Mar 07:49
7a9d0a4

Choose a tag to compare

Added

  • Automatic plan review via OpenAI Codex CLI on ExitPlanMode
  • /codex-review command for manual plan review invocation
  • Session-scoped flag to prevent infinite review loops
  • Read-only sandbox mode for safe code analysis