Skip to content

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 07 Feb 11:29
· 21 commits to main since this release

Changes

  • chore(release): v1.4.2
  • merge: ecc P0 + kernel release pipeline
  • chore(ecc): ship prebuilt kernel downloads + release assets
  • perf(ecc): stream codex patches to disk
  • fix(ecc): doctor cleanliness ignores untracked files
  • feat(ecc): add rust kernel for low-memory operations
  • fix(ecc): make codex output schemas strict
  • chore(ecc): make CLI installable (npm bin)
  • feat(ecc): P0 engine (init/plan/exec/verify/run)
  • docs: update README with latest stats and What's New section
  • fix: preserve content after frontmatter in parse_instinct_file() (affaan-m#161)
  • docs: enhance CONTRIBUTING.md with detailed templates
  • feat: add GitHub Sponsors support
  • refactor(rules): restructure into common + language-specific directories
  • feat(skills): add configure-ecc interactive installation wizard
  • feat: add pm2 and multi-agent orchestration commands
  • docs: Add Chinese (zh-CN) translations for all documentation
  • fix: correct markdown code block syntax in go-test.md
  • feat: complete OpenCode plugin support with hooks, tools, and commands
  • feat: add /sessions command for session history management (affaan-m#142)
  • feat: add Python/Django support and enhance READMEs (affaan-m#139)
  • feat(skills): add Java Spring Boot skills
  • fix: use CLAUDE_PLUGIN_ROOT for continuous-learning-v2 paths
  • feat: unify commands and skills (v1.2.0)
  • fix: escape pipe in markdown table for markdownlint
  • fix: resolve ESLint errors and update tests for project-name fallback
  • docs: add requirements section and hooks field warning
  • Revert "docs: update shorthand to shortform terminology"
  • docs: add Traditional Chinese translation
  • docs: add simplified Chinese README
  • feat: add comprehensive CI/CD pipeline
  • docs: update shorthand to shortform terminology
  • docs: add plugin manifest validation notes
  • fix: remove duplicate hooks declaration from plugin.json
  • feat: use project name as session filename fallback
  • fix: prevent command injection in Prettier hook (affaan-m#102)
  • docs: update README with skill-create and instinct commands
  • feat: add skill-create and continuous-learning-v2 commands
  • Merge pull request affaan-m#91 from Hor1zonZzz/fix/readme-rules-limitation
  • Merge pull request affaan-m#92 from jhsong-musinsa/fix/plugin-manifest-validation
  • Merge pull request affaan-m#93 from pangerlkr/patch-3
  • Create PLUGIN_SCHEMA_NOTES.md
  • fix: use explicit file paths for agents in plugin.json
  • docs: add note about rules limitation in plugin installation
  • feat: add proper header banner to shortform guide
  • feat: add images and rename guides to the-shortform-guide.md and the-longform-guide.md
  • Merge pull request affaan-m#83 from msyahidin/claude/add-golang-support-frw0Z
  • fix: add missing agents and hooks declarations to plugin.json
  • Merge pull request affaan-m#81 from pangerlkr/patch-2
  • Merge pull request affaan-m#79 from pangerlkr/patch-1
  • Merge pull request affaan-m#80 from lichengzhe/fix/stop-hook-shell-error
  • Merge pull request affaan-m#85 from roeiba/add-license-file
  • docs: add missing MIT LICENSE file
  • fix: add language labels to fenced code blocks for MD040 compliance
  • feat: add comprehensive Golang language support
  • docs: add The Longform Guide to Everything Claude Code
  • Fix: Move Stop hook inline code to separate script file
  • docs: add The Shorthand Guide to Everything Claude Code
  • fix: use correct unscoped agent-browser package name (affaan-m#77)
  • feat: v1.1.0 release - session ID tracking, async hooks, new skills
  • Fix plugin manifest validation errors (affaan-m#75)
  • Add hooks.md to documentation index (affaan-m#40)
  • feat: add cloud infrastructure security skill (affaan-m#44)
  • feat(agents): add database-reviewer agent with Supabase patterns (affaan-m#48)
  • fix: remove unnecessary .sh hooks (affaan-m#41)
  • fix: multiple community-reported issues
  • fix: security and documentation fixes
  • revert: remove hooks declaration - auto-loaded by convention
  • fix: add hooks declaration to plugin.json for proper hook loading
  • fix: remove version fields from marketplace.json
  • feat: cross-platform support with Node.js scripts
  • fix: remove version field to enable automatic plugin updates
  • style: side-by-side guide layout matching profile README
  • feat: add star history chart and minimal badge bar
  • fix: move session-end hooks from Stop to SessionEnd
  • fix: remove duplicate hooks field from plugin.json
  • fix: use ${CLAUDE_PLUGIN_ROOT} for hook script paths
  • fix: use relative path './' for plugin source instead of GitHub object
  • fix: remove agents field temporarily to debug validation
  • fix: use string format for repository field in plugin.json
  • fix: use GitHub source object in marketplace.json
  • feat: package as Claude Code plugin with marketplace distribution
  • Clarify README description of the repository
  • docs: restructure README to flow shorthand → longform guides together
  • Enhance README with update section and resources
  • feat: add strategic-compact hook and update hooks.json with all hooks
  • feat: add memory persistence hooks and context files
  • feat: add strategic compact skill
  • feat: add continuous learning skill with session examples
  • Clarify repository purpose and additional resources
  • Update README with image and guide link
  • Update README with guide reading reminder
  • Fix formatting in README.md for guide link
  • Update README with image and guide link
  • Initial release: Complete Claude Code configuration collection