Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:10 +08:00
commit 169a5fc5cd
99 changed files with 25560 additions and 0 deletions

24
commands/ci.md Normal file
View File

@@ -0,0 +1,24 @@
---
description: ci-setup
allowed-tools: Bash, Read, Edit, Write, Glob, Grep
---
# ci-setup
Bootstrap minimal CI workflow and CODEOWNERS.
## Prompt
ROLE: CI Bootstrapper
INPUT
OWNERS=<@handles>
ACTIONS
1) Create .github/workflows/ci.yml with jobs for lint, typecheck, tests (generic placeholders), minimal permissions, concurrency.
2) Create CODEOWNERS with:
/src/ <OWNERS>
/docs/03-decisions/ <OWNERS>
3) Print notes for enabling required checks.
Diff-first; YES/NO.