Trim centralized autonomous-workflow sections from CLAUDE.md - #8
Conversation
Remove the Work Control, Track issues and blockers, and Issue Dependencies sections, now centralized in the find-work skill (claude-autonomous-scheduler plugin) as the single source of truth.
|
Some checks seem stuck... |
The `analysis` workflow is a required status check, but its `paths-ignore` filter skipped it for doc-only changes (**.md, LICENSE, docs/**). A skipped workflow never reports its required context, so any documentation-only PR stayed permanently BLOCKED on a pending `analysis` check. Drop the path filters so `analysis` always runs and always reports, matching the other required check (`check` in go.yml), which has no path filters.
|
The checks weren't stuck on a transient runner — they were deadlocked by a CI misconfiguration. Root cause: Fix: Dropped the Result: ✨ Content generated by Claude AI. |
Removes the Work Control, Track issues and blockers, and Issue Dependencies sections from
CLAUDE.md. These describe the autonomous scheduler's operating model rather than anything repo-specific, and are now centralized in thefind-workskill (claude-autonomous-schedulerplugin) as the single source of truth.Part of the cross-repo
CLAUDE.mdtrim tracked in herve-quiroz/claude_code_environment#361 (section B).Depends on herve-quiroz/claude_code_environment#365 — that PR adds the content to the
find-workskill; it should land first so the guidance has a home before it is removed here.✨ Content generated by Claude AI.