Skip to content

Commit 1961171

Browse files
committed
chore(skill): update generatedBy version to 1.3.1 in openspec-explore and openspec-propose
1 parent e556d94 commit 1961171

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

.agents/skills/openspec-explore/SKILL.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ compatibility: Requires openspec CLI.
66
metadata:
77
author: openspec
88
version: "1.0"
9-
generatedBy: "1.2.0"
9+
generatedBy: "1.3.1"
1010
---
1111

1212
Enter 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

115115
3. **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
227227
You: That changes everything.
228228
229229
┌─────────────────────────────────────────────────┐
230-
│ CLI TOOL DATA STORAGE │
230+
CLI TOOL DATA STORAGE │
231231
└─────────────────────────────────────────────────┘
232232
233233
Key constraints:

.agents/skills/openspec-propose/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ compatibility: Requires openspec CLI.
66
metadata:
77
author: openspec
88
version: "1.0"
9-
generatedBy: "1.2.0"
9+
generatedBy: "1.3.1"
1010
---
1111

1212
Propose a new change - create the change and generate all artifacts in one step.

0 commit comments

Comments
 (0)