GITHUB-ISSUES — _system cleanup + template fixes — 2026-03-16
GITHUB-ISSUES — _system cleanup + template fixes — 2026-03-16
Section titled “GITHUB-ISSUES — _system cleanup + template fixes — 2026-03-16”What this file is
Section titled “What this file is”Issue-only doc. NOT a TASKS.md file. Harley’s job: run the operations listed below in order and stop. Do not build anything. Do not create branches. Do not write code.
Rules for Harley
Section titled “Rules for Harley”- Run operations one at a time in the order listed
- Confirm each result before moving to the next
- Report any failures immediately
- Stop after all operations are complete — no other work
Operations
Section titled “Operations”Operation 1 — delete stale STANDARDS.md from _system/
Section titled “Operation 1 — delete stale STANDARDS.md from _system/”rm /mnt/d/Claude/_system/STANDARDS.mdOperation 2 — delete stale PROJECT-INSTRUCTIONS.md from _system/
Section titled “Operation 2 — delete stale PROJECT-INSTRUCTIONS.md from _system/”rm /mnt/d/Claude/_system/PROJECT-INSTRUCTIONS.mdOperation 3 — delete empty templates/ dir from _system/
Section titled “Operation 3 — delete empty templates/ dir from _system/”rmdir /mnt/d/Claude/_system/templatesOperation 4 — delete empty stack-notes/ dir from _system/
Section titled “Operation 4 — delete empty stack-notes/ dir from _system/”rmdir /mnt/d/Claude/_system/stack-notesOperation 5 — new issue: verify CHAT-REFERENCE.md is in sc create output
Section titled “Operation 5 — new issue: verify CHAT-REFERENCE.md is in sc create output”gh issue create \ --title "chore: verify CHAT-REFERENCE.md is included in sc create output" \ --label "chore" \ --milestone "v0.10.0" \ --body "CHAT-REFERENCE.md has been moved to scaffolder/templates/CHAT-REFERENCE.md. Verify it is included in the sc create scaffold output so new projects get it automatically. Also verify CLAUDE.md and PROJECT-INSTRUCTIONS.md template reference it correctly in the session-start file reading list."Operation 6 — new issue: define and document _system/ purpose
Section titled “Operation 6 — new issue: define and document _system/ purpose”gh issue create \ --title "chore: define _system/ purpose and remove all non-operator files" \ --label "chore" \ --milestone "v0.10.0" \ --body "_system/ is for global operator working files only: MASTER-TIME-LOG.md, credentials/, QUICK-START-PROMPT.md, SETUP-GUIDE.md. Nothing else belongs there. All templates live in scaffolder/templates/. All project files live in the project. This issue covers: (1) confirm _system/ is clean after this session's cleanup, (2) document the _system/ purpose in CHAT-REFERENCE.md template so it is clear going forward, (3) confirm sc create does not write anything to _system/."