Commit Graph
11 Commits
Author SHA1 Message Date
fragginwagon bb689a1bc2 Add vue3-vite scaffold: skill, script, shell wrapper, and prompt
- resources/skills/vue3-vite/SKILL.md: procedure, outputs, and atomic design conventions
- resources/scripts/scaffold-vue3-vite.mjs: self-contained scaffold generating package.json, vite.config.js, index.html, router, pages, atomic component dirs, and SCSS foundations
- resources/scripts/scaffold-vue3-vite.sh: Node.js-delegating shell wrapper
- resources/prompts/scaffold-vue3-vite.prompt.md: chat-invocable prompt following shared pattern
2026-06-30 17:33:47 -04:00
fragginwagon addbf37fc5 Add SessionStop hook and session-events.tsv duration tracking
- session-audit.json: add SessionStop entry pointing to new end-of-session scripts
- report-hook-event-end.sh/.ps1: log payload to hook-events.log and write TSV row to session-events.tsv
- report-hook-event.sh/.ps1: also write SessionStart TSV row to session-events.tsv so start/end pairs are queryable for duration
2026-06-30 17:30:20 -04:00
fragginwagon 92218d528c Add maintain-copilot-history prompt for chat-driven history maintenance
Closes the pattern gap: cleanup, restore, and purge scripts now have a
corresponding prompt.md for conversational invocation. Defaults to dry-run,
requires confirmation before --execute, and surfaces the protected-paths list.
2026-06-30 17:28:32 -04:00
fragginwagon e33d98df12 Wire post-audit cleanup into promotion workflow and document history maintenance
- docs/audit-workflow.md: add full reference for cleanup, restore, and purge scripts including usage examples and protected paths
- prepare-audit-promotions.mjs: invoke runCleanup after artifact generation with aggressive scope; warns and continues on failure
2026-06-30 17:19:00 -04:00
fragginwagon 71e89ca5c0 Add shared instruction files and copilot history maintenance scripts
- Add 12 cross-project instruction files to resources/instructions/
- Add cleanup-copilot-history.mjs/.sh: quarantine-based history cleanup with dry-run and aggressive scope
- Add restore-copilot-history.mjs/.sh: restore from quarantine by run, path, or filter
- Add purge-copilot-history-quarantine.mjs/.sh: purge old quarantine runs with keep-latest guard
- Add copilot-history-maintenance.test.mjs: 3 passing unit tests covering all three scripts
2026-06-30 17:18:11 -04:00
fragginwagon 14b71eac0a Refactor code formatting for consistency in scaffold and update port registry scripts 2026-05-20 14:04:01 -04:00
fragginwagon 3b668c9ced Add shared port registry workflow and improve scaffold tooling 2026-05-19 21:22:34 -04:00
fragginwagon 107f8a2691 🛠️ Add scaffolding for Synology Docker deployment 2026-05-14 00:40:03 +00:00
fragginwagon 31975e3088 🛠️ Update various documentation, scripts, and configuration templates to enhance clarity, functionality, and maintainability across the project 2026-05-04 10:56:41 +00:00
fragginwagon 1a2f1510bf Preserve VS Code settings comments during merge 2026-04-23 16:12:30 -04:00
fragginwagon adfcb83ab6 Initial shared Copilot resources scaffold 2026-04-23 15:46:34 -04:00