- [Keyword: CHERRY](user_keyword_cherry.md) — user asked to remember this word
- [/self-clear wake = typed prompt, not owl-send](project_self_clear_wake_typed_prompt.md) — spooled msg can't self-start a turn after /clear; SendKeys the note instead
- [Psyche liveness = wrapper, not poll pid](project_psyche_wrapper_liveness.md) — psyche vanishes during commune-ingest unless gated on is_wrapper_alive; /clear leaves poll INTACT (do nothing); BUSY=online; never $LIVE stop
- [Always sync all files on deploy](feedback_deploy_all_files.md) — never partial-sync to plugin cache
- [Worktrees disabled for this project](feedback_worktrees_disabled.md) — Windows base-branch bug caused major Phase 15 merge recovery; don't use worktrees here
- [Start poll on live resume](feedback_poll_on_resume.md) — perch file surviving doesn't mean anyone is listening; kick off background poll immediately
- [MCP transport tradeoffs unacceptable](feedback_mcp_performance.md) — too many tool calls, worse output than CLI; prefer CLI-first model
- [Psyche resume/final logs stay plain text](feedback_psyche_log_plain_text.md) — don't add `--output-format json` to claude `-p --resume`; fix extractor instead
- [CLAUDE_ENV_FILE not sourced on Windows](project_claude_env_file_windows_bug.md) — Anthropic #27987: CC intentionally skips env-file sourcing on Windows; plugin $OWL/$LIVE always empty in Bash
- [Working-perch notice leak (RESOLVED 2026-05-20)](project_working_perch_notice_deferred_regression.md) — 3 unfiltered poll.rs drain sites + emit_event_line hard-gate; commits 1e6662a + 30c3d64; deploy pending
- [/plugin says "not installed" — triage order](project_plugin_ui_installpath_separator.md) — validate frontmatter first; `claude plugin install` resets corrupted state; rogue dirs and path separators are usually not the cause
- [version-change priority=high is safe](project_version_change_priority_high.md) — Stop-hook-only emission; banner can't interrupt agent because turn already ending. n4b defect 2 reverted N/A 2026-05-20.
- [Phase 23 plans verified PASS](project_phase23_plans_ready.md) — v1.8 commune/signoff stamping; ready for /gsd:execute-phase 23 (Wave 1 heavy: new src/common/git.rs)
- [Phase 24.1 plans verified PASS](project_phase24_1_plans_ready.md) — v1.8 tracked-agents info.json; 5 plans / 5 waves; ready for /gsd:execute-phase 24.1; Plan 02→03 build-break expected
- [DEPLOY.ps1 changelog encoding bug (FIXED 715742e)](project_deploy_ps1_changelog_encoding_bug.md) — cp1252 round-trip used to mojibake CHANGELOG.md em-dashes; UTF-8 forced on all 3 I/O sites
