Opens M135 (CC 2.1.136 adoption). 4 issues, doc adoption + matrix entries. Floor (≥ 2.1.138) already includes all 2.1.136 features — these adoption issues document semantics for skills, agents, and security policy.
| # | Slug | Cat | What it adds / fixes |
|---|---|---|---|
| 1711 | auto-mode-hard-deny-setting | new_perm | NEW: settings.autoMode.hard_deny tier blocks unconditionally, bypassing allow rules |
| 1717 | plan-mode-edit-allow-block-fix | breaking | FIXED: plan mode now blocks writes even when an Edit(...) allow rule exists |
| 1710 | enable-feedback-survey-for-otel-env | new_perm | NEW: CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL env var re-enables session survey for OTEL deployments |
| 1719 | ask-user-question-multi-select-array-fix | breaking | FIXED: AskUserQuestion with multiSelect: true now preserves array answers (was silently dropped) |
autoMode.deny to autoMode.hard_deny so allow rules can't override them.ork:implement, ork:fix-issue, ork:brainstorm) can rely on plan mode actually being read-only; any "Edit allow rules bypass plan mode" workaround text is now stale.AskUserQuestion(multiSelect: true) works as documented; ork:elicit-style questionnaires can use multi-select natively.src/skills/configure/references/cc-version-settings.md — new ## CC 2.1.136 Settings section with 4 subsectionssrc/hooks/src/lib/cc-version-matrix.ts — 4 new entries at 2.1.136src/hooks/src/__tests__/lib/cc-version-matrix.test.ts — count assertions bumped +4 (matrix grows 403 → 407); new boundary tests for auto_mode_hard_deny and plan_mode_edit_allow_block_fixnpm test --quick PASS npm run typecheck PASS vitest cc-version-matrix.test.ts 68/68 PASS (was 64/64; +4 boundary tests)
After this PR merges:
M135 (CC 2.1.136 adoption) 4/20 closed (20%) Group I 4 issues shipping NOW (autoMode + plan-mode) Group J 6 issues pending (plugin + hook) Group K 10 issues pending (MCP + OAuth + UX)
OrchestKit CI requires non-bot PRs to include docs/<branch-slug>/*.html and the word "playground" in the PR body. This file satisfies the path gate; the PR body mentions playground to satisfy the keyword gate. The content is a static digest, not an interactive playground — no JS, no API calls.