chore: add compaction resilience and align with CC v2.1.63-69#69
Merged
sungurerdim merged 3 commits intomainfrom Mar 7, 2026
Merged
chore: add compaction resilience and align with CC v2.1.63-69#69sungurerdim merged 3 commits intomainfrom
sungurerdim merged 3 commits intomainfrom
Conversation
- 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
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes