Skip to content

Releases: wayne930242/Reflexive-Claude-Code

v11.1.0

20 Apr 09:28
538f4b0

Choose a tag to compare

11.1.0 (2026-04-20)

Features

  • aref: register aref in marketplace (b33b073)

Bug Fixes

  • correct plugin install commands in aref + creating-plugins docs (43e4e4f)
  • rcc: escape literal triple-backtick-bang in creating-plugins SKILL (4d77086)
  • release: drop cross-package paths from aref release-please config (575d76b)
  • release: exclude plugins/aref from rcc package path filter (1e162bc)
  • release: remove aref release-please markers from READMEs (c783bff)

aref: v0.2.0

20 Apr 09:24
c2f74f8

Choose a tag to compare

0.2.0 (2026-04-20)

Features

  • aref: add /aref entry command (55ee950)
  • aref: add analyzing-codebases skill (a0fe48b)
  • aref: add applying-refactors skill (52cafcb)
  • aref: add finalizing-refactors skill (0c9110e)
  • aref: add planning-refactors skill (08b6ac4)
  • aref: add refactor-phase-reviewer subagent (9191977)
  • aref: add scaffolding-characterization-tests skill (82721d5)
  • aref: add verifying-refactors skill (8523392)
  • aref: scaffold plugin manifest and README (d01cbc7)

Bug Fixes

  • aref: address final code review critical and important issues (c43eed8)
  • aref: correct tool invocations in analyzing-codebases references (ea89eb1)
  • correct plugin install commands in aref + creating-plugins docs (43e4e4f)

v11.0.0

18 Apr 05:15
c58f6e7

Choose a tag to compare

11.0.0 (2026-04-18)

⚠ BREAKING CHANGES

  • Artifact output path changed from docs/agent-system/ to .rcc/, and docs/validation-reports/ to .rcc/validation/. Existing projects are auto-migrated by migrating-agent-systems Task 2 on next run (git mv for tracked files, mv for untracked). Update any external tooling that referenced the old paths.
  • All commands now use rcc: namespace
    • /reflect → /rcc:reflect
    • /init-project → /rcc:init-project
    • /migration → /rcc:migration
    • /refactor-skills → /rcc:refactor-skills
    • /improve-skill → /rcc:improve-skill
    • /add-law → /rcc:add-law
    • /create-plugin → /rcc:create-plugin

Features

  • add /add-law command, bump to v4.5.0 (fdea049)
  • Add /init-project command, bump to v4.0.0 (736b054)
  • Add /init-project command, bump to v4.0.0 (8159b47)
  • add /reflect command and update README with SDD workflow (7669103)
  • add /reflect command and update README with SDD workflow (6b34059)
  • add chrollo commands for external skill hunting, bump to v5.2.0 (31253e5)
  • add command entries for new skill chain, split refactor command (ebabb87)
  • add comprehensive best practices from write-skill to refactor-s… (440572d)
  • add comprehensive best practices from write-skill to refactor-skills command (ffd32e2)
  • add human-in-the-loop discovery to brainstorming workflow (16852f6)
  • Add modular rules architecture and new skills (v3.0.0) (8900399)
  • add project-discovery skill, bump to v5.1.0 (59480d4)
  • add rcc: prefix to all commands, bump to v5.0.0 (bca24a9)
  • add refactor-claude-md command with constitution mechanism (09efefc)
  • add scripts for precision principle to Core Principles (774c383)
  • add skill extraction guideline to refactor-claude-md command (d97fba7)
  • add Skill Structure section and update line limit to 200 (e141c28)
  • add write-command skill and refactor-skills command (ddbcd15)
  • add write-skill and rename existing to write-plugin (34bcb22)
  • analyzing: add pipeline state persistence checks to weakness checklist (41d310d)
  • analyzing: add project scanning reference (750cabf)
  • analyzing: add restructuring guide reference (a10a3a0)
  • analyzing: expand report template with project overview and recommendations (60b4cc2)
  • analyzing: restructure to 6 tasks with project scanning and recommendations (0f932ff)
  • brainstorming: add targeted exploration questions reference (6d5dd0b)
  • brainstorming: add targeted exploration questions reference (4714fda)
  • brainstorming: redesign as targeted exploration with pipeline and pain point focus (5b8e016)
  • brainstorming: update summary template for new task structure (0ced495)
  • bump to v10.0.0 with advanced security architecture (b5514a8)
  • bump to v9.8.0, enhance hook and agent validation (16992dc)
  • enhance reflecting skill with agent correction triggers (d7f7f35)
  • hooks: add batch validator + validating-plugins skill (fbe64ec)
  • hooks: add frontmatter parser (882279c)
  • hooks: frontmatter validator hook — complete implementation (c75537e)
  • hooks: implement agent and rules frontmatter checks (8791c5e)
  • hooks: implement plugin root discovery (7d4d04d)
  • hooks: implement SKILL.md checks ①②③④ (d7ad8c8)
  • hooks: register frontmatter validator hook (53fd08a)
  • hooks: wire main entry point and plugin validate check (3ad79cb)
  • implement AI-specialized security check patterns (f8d4caf)
  • implement comprehensive security integration test suite for Tasks 1-4 (8c39ee0)
  • implement long-term memory learning system for failure prevention (8d9b074)
  • initialize claude code skill plugin repository (34f5839)
  • integrate Qualys 2026 eight-layer defense architecture (9525677)
  • Opus 4.7 alignment, safety_bypass, release-please, .rcc/config.yml (7755987)
  • planning: read reflection reports in Task 1 inputs (e57c271)
  • rcc: add Category 11 Rules Health to weakness checklist (8703ace)
  • rcc: add content validation and red flags to writing-rules (0799722)
  • rcc: add context and agent selection guide to writing-skills (2dc962a)
  • rcc: add load cost, content classification, glob validity to rule-reviewer (ec258d7)
  • rcc: add migrating-plugins skill, bump to v9.4.0 (461aefd)
  • rcc: add model, isolation, and effort selection guide to writing-subagents (42a0053)
  • rcc: add pre-plugin maturity level to migrating-plugins (8666cad)
  • rcc: a...
Read more