Skip to content

Commit 635b08b

Browse files
committed
chore: update intstructions
1 parent 4582a55 commit 635b08b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ The API uses a **DI container** (`pkg/di/container.go`) that lazily initializes
116116
- **HTTP client**: OkHttp with `x-api-key` authentication against the API.
117117
- **Encryption**: AES-256/CFB with SHA-256 key derivation (`Encrypter.kt`).
118118

119+
## Documentation & PR Workflow
120+
121+
- **Superpowers docs (`docs/superpowers/`) are never committed to git** — the directory is gitignored. Do not remove it from `.gitignore` or add its files with `git add -f`.
122+
- When a change is driven by a superpowers SPEC, include a **summarized version of the SPEC in the PR description** (goal, key decisions, scope) instead of the full doc, so reviewers/agents can understand the change without needing the uncommitted file.
123+
119124
## Key Conventions
120125

121126
### API (Go)

0 commit comments

Comments
 (0)