You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/metaspec/templates/README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,22 +121,22 @@ Development methodologies organized by lifecycle:
121
121
122
122
### `meta/` - MetaSpec Three-Layer Architecture
123
123
124
-
**Purpose**: AI-assisted workflow for developing the speckit itself using a three-layer command architecture that separates protocol specification from toolkit development.
124
+
**Purpose**: AI-assisted workflow for developing the speckit itself using a three-layer command architecture that separates domain specification from toolkit development.
Copy file name to clipboardExpand all lines: src/metaspec/templates/meta/sds/commands/checklist.md.j2
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
-
description: Generate quality checklist for protocol specification - validates protocol quality, NOT implementation correctness
2
+
description: Generate quality checklist for specification - validates protocol quality, NOT implementation correctness
3
3
---
4
4
5
5
## Checklist Purpose: "Unit Tests for Protocol Specifications"
6
6
7
-
**CRITICAL CONCEPT**: Checklists are **UNIT TESTS FOR SPECIFICATION WRITING** - they validate the quality, clarity, and completeness of protocol specifications.
7
+
**CRITICAL CONCEPT**: Checklists are **UNIT TESTS FOR SPECIFICATION WRITING** - they validate the quality, clarity, and completeness of specifications.
0 commit comments