@@ -6,7 +6,7 @@ compatibility: Requires openspec CLI.
66metadata :
77 author : openspec
88 version : " 1.0"
9- generatedBy : " 1.2.0 "
9+ generatedBy : " 1.3.1 "
1010---
1111
1212Enter explore mode. Think deeply. Visualize freely. Follow the conversation wherever it goes.
@@ -56,10 +56,10 @@ Depending on what the user brings, you might:
5656│ Use ASCII diagrams liberally │
5757├─────────────────────────────────────────┤
5858│ │
59- │ ┌────────┐ ┌────────┐ │
60- │ │ State │────────▶│ State │ │
61- │ │ A │ │ B │ │
62- │ └────────┘ └────────┘ │
59+ │ ┌────────┐ ┌────────┐ │
60+ │ │ State │────────▶│ State │ │
61+ │ │ A │ │ B │ │
62+ │ └────────┘ └────────┘ │
6363│ │
6464│ System diagrams, state machines, │
6565│ data flows, architecture sketches, │
@@ -114,14 +114,14 @@ If the user mentions a change or you detect one is relevant:
114114
1151153 . ** Offer to capture when decisions are made**
116116
117- | Insight Type | Where to Capture |
118- | --------------| ------------------|
119- | New requirement discovered | ` specs/<capability>/spec.md ` |
120- | Requirement changed | ` specs/<capability>/spec.md ` |
121- | Design decision made | ` design.md ` |
122- | Scope changed | ` proposal.md ` |
123- | New work identified | ` tasks.md ` |
124- | Assumption invalidated | Relevant artifact |
117+ | Insight Type | Where to Capture |
118+ | ---------------------------- | -------------- ------------------|
119+ | New requirement discovered | ` specs/<capability>/spec.md ` |
120+ | Requirement changed | ` specs/<capability>/spec.md ` |
121+ | Design decision made | ` design.md ` |
122+ | Scope changed | ` proposal.md ` |
123+ | New work identified | ` tasks.md ` |
124+ | Assumption invalidated | Relevant artifact |
125125
126126 Example offers:
127127 - "That's a design decision. Capture it in design.md?"
@@ -227,7 +227,7 @@ User: A CLI tool that tracks local dev environments
227227You: That changes everything.
228228
229229 ┌─────────────────────────────────────────────────┐
230- │ CLI TOOL DATA STORAGE │
230+ │ CLI TOOL DATA STORAGE │
231231 └─────────────────────────────────────────────────┘
232232
233233 Key constraints:
0 commit comments