Commit Graph

2 Commits

Author SHA1 Message Date
DwainTR
5ebbccf601 fix: remove gray-matter dependency, use inline frontmatter parser
gray-matter was excluded from VSIX via .vscodeignore, causing runtime
   module not found error. Replaced with a zero-dependency inline parser.

   Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-12 19:51:15 +03:00
DwainTR
8448807ae5 feat: Superpowers for Copilot Chat VS Code extension v1.0.0
- @superpowers chat participant with 14 skill slash commands
- Bundled SKILL.md files for all Superpowers skills
- Custom skill support via ~/.copilot/skills/superpowers/
- Live file watcher — custom skills reload without restart
- TypeScript source: skillLoader, participant, watcher, extension

Skills: brainstorming, tdd, debug, plan, execute, subagent,
parallel, review, receive-review, verify, worktree, finish,
write-skill, superpowers

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-12 16:27:01 +00:00