Skip to content

Commit af3b34c

Browse files
fix: Correct terminology in documentation for clarity and consistency
1 parent 97d7a9f commit af3b34c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/prompts/tasks.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ARGUMENTS
1717
- IF EXISTS: Read quickstart.md for test scenarios
1818

1919
Note: Not all projects have all documents. For example:
20-
- CLI tools might not have contracts/
20+
- Command-line tools might not have contracts/
2121
- Simple libraries might not need data-model.md
2222
- Generate tasks based on what's available
2323

.specify/memory/constitution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Pull requests MUST use labels to determine release behavior:
396396
- Increments minor version: `1.2.3` → `1.3.0`
397397
- Resets patch to zero
398398

399-
- **`patch`** - Bug fixes, backward-compatible patches (default)
399+
- **`patch`** - bugfixes, backward-compatible patches (default)
400400
- Increments patch version: `1.2.3` → `1.2.4`
401401
- Applied by default when no version label specified (if AutoPatching enabled)
402402

.specify/templates/plan-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
**Primary Dependencies**: [e.g., FastAPI, UIKit, LLVM or NEEDS CLARIFICATION]
3939
**Storage**: [if applicable, e.g., PostgreSQL, CoreData, files or N/A]
4040
**Testing**: [e.g., pytest, XCTest, cargo test or NEEDS CLARIFICATION]
41-
**Target Platform**: [e.g., Linux server, iOS 15+, WASM or NEEDS CLARIFICATION]
41+
**Target Platform**: [e.g., Linux server, iOS 15+, Wasm or NEEDS CLARIFICATION]
4242
**Project Type**: [single/web/mobile - determines source structure]
4343
**Performance Goals**: [domain-specific, e.g., 1000 req/s, 10k lines/sec, 60 fps or NEEDS CLARIFICATION]
4444
**Constraints**: [domain-specific, e.g., <200ms p95, <100MB memory, offline-capable or NEEDS CLARIFICATION]

0 commit comments

Comments
 (0)