Skip to content

chore: add compaction resilience and align with CC v2.1.63-69#69

Merged
sungurerdim merged 3 commits intomainfrom
chore/cc-changelog-sync
Mar 7, 2026
Merged

chore: add compaction resilience and align with CC v2.1.63-69#69
sungurerdim merged 3 commits intomainfrom
chore/cc-changelog-sync

Conversation

@sungurerdim
Copy link
Owner

Summary

  • Add Task-based compaction resilience to 6 long-running skills and full-review
  • Normalize YAML frontmatter for Claude Code v2.1.63-69 compatibility
  • Add release-please PR format configuration

Changes

  • rules: State Management section — task lifecycle, compact findings format, recovery protocol, fix planning
  • skills + full-review: State Management in 6 skills + full-review; full-review 4→2+2 batch fix
  • agents + skills: YAML frontmatter normalized to list format for CC v2.1.63-69
  • docs: Compaction Resilience sections in architecture.md and skills.md
  • release-please-config.json: PR title/body format configuration

sungurerdim and others added 3 commits March 5, 2026 20:57
- Convert allowed-tools/tools to YAML array syntax (all 8 skills + 3 agents)
- Add ultrathink effort hint to CRITICAL escalation for Opus 4.6
- Add Bash sanitization rule to Agent Contract
- Add Hook Integration section to rules (PreToolUse, PostToolUse, InstructionsLoaded)
- Add InstructionsLoaded auto-check hook guide to cco-update
- Add /simplify vs /cco-optimize comparison to docs/skills.md
- Add ${CLAUDE_SKILL_DIR} variable note to docs/architecture.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add Task-based state management for long-running skills to survive
context compaction. Skills create prefixed tasks at phase gates,
store findings in compact format, and recover via TaskList/TaskGet.

- Add State Management section to cco-rules.md with lifecycle,
  compact format, and recovery protocol
- Add task tracking to 6 skills: blueprint [BP], optimize [OPT],
  align [ALN], research [RSC], docs [DOC], full-review [FR]
- Fix full-review 4-parallel → 2+2 batch (max concurrency rule)
- Add fix planning step to Plan Review Protocol
- Document compaction resilience in architecture.md and skills.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sungurerdim sungurerdim enabled auto-merge (squash) March 7, 2026 18:22
@sungurerdim sungurerdim merged commit 0723c7a into main Mar 7, 2026
3 checks passed
@sungurerdim sungurerdim deleted the chore/cc-changelog-sync branch March 7, 2026 18:23
sungurerdim added a commit that referenced this pull request Mar 13, 2026
…silience changes (#69)

- Add new `/cco-repo` skill for repository health, settings, and CI/CD audit
- Merge upstream commit 0723c7a: compaction resilience (State Management) in
  6 skills + full-review, CC v2.1.63-69 YAML frontmatter normalization
- Restore `cco-*` skill naming convention (revert Gemini CLI accidental renames)

- **skills/cco-repo**: new skill — repo settings, branch policies, CI/CD, team config
- **skills**: all 8 existing skills updated with State Management sections (Task lifecycle,
  recovery protocol, compact findings format) and list-format `allowed-tools` frontmatter
- **rules**: Hook Integration section, State Management section, Bash sanitization guidance,
  CRITICAL escalation ultrathink note, Fix planning step
- **agents**: list-format `allowed-tools` frontmatter (CC v2.1.63-69 compat)
- **full-review**: State Management (Task lifecycle), 4→2+2 batched agent groups
- **docs**: Compaction Resilience sections in architecture.md and skills.md; cco-repo entry
- **installer**: add skills/cco-repo/SKILL.md to manifest, legacy cleanup, and tests
- **lefthook.yml**: conventional commit and shellcheck pre-commit hooks
- **release-please-config.json**: PR title/body format configuration

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions bot mentioned this pull request Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant