This document outlines the full feature development process, including planning, TDD, code review, and committing to git.
Removed the Feature Implementation Workflow section from the Git Workflow document.
fix: add missing name frontmatter for search-first skill
feat(commands): add learn-eval command
feat(skills): add search-first skill
chore: update Sonnet model references from 4.5 to 4.6
Fixed CI / Test for (issue#226)
Update MODEL_SONNET constant and all documentation references to reflect the new claude-sonnet-4-6 model version.
This reverts commit 1bd68ff534.
1bd68ff534
ECC community plugin pruning: removed 530+ non-essential files (.cursor/, .opencode/, docs/ja-JP, docs/zh-CN, docs/zh-TW, language-specific skills/agents/rules). Retained 4 agents, 3 commands, 5 skills. Promoted 13 rule files (8 common + 5 typescript) to .claude/rules/ for CC native loading. Extracted reusable patterns to EXTRACTED-PATTERNS.md.
docs: add CLAUDE.md for Claude Code guidance
Add project-level CLAUDE.md with test commands, architecture overview, key commands, and contribution guidelines.
Fix Windows CI test failures - platform-specific test adjustments
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com>
Fix session-manager tests failing in CI due to missing test isolation
Fix platform-specific hook blocking tests for CI matrix
Fix test failures and remove broken AgentShield workflow
Fix stdin size limit enforcement in hook scripts
Fix copilot-setup-steps.yml YAML structure and address review feedback
Fix ESLint errors in test files and package manager
New community skills: content-hash-cache-pattern, cost-aware-llm-pipeline, regex-vs-llm-structured-text, swift-actor-persistence, swift-protocol-di-testing
feat(skills): add regex-vs-llm-structured-text skill
feat(skills): add content-hash-cache-pattern skill
feat(skills): add swift-actor-persistence skill
feat(skills): add swift-protocol-di-testing skill
feat(skills): add cost-aware-llm-pipeline skill