renn-studio 0.6.1 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ RENN gives your AI coding assistant a structured workflow: stages, tasks, state
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npx renn
|
|
10
|
+
npx renn-studio
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
The installer walks you through setup — pick global or local install, choose your AI tool (Claude Code, OpenCode, Gemini, or all), and RENN copies the commands, agents, and workflows into the right place.
|
package/commands/renn.help.md
CHANGED
|
@@ -19,7 +19,7 @@ Output ONLY the reference content below. Do NOT add:
|
|
|
19
19
|
<reference>
|
|
20
20
|
# RENN Command Reference
|
|
21
21
|
|
|
22
|
-
**RENN**
|
|
22
|
+
**RENN** creates hierarchical project plans optimized for solo agentic development with Claude Code.
|
|
23
23
|
|
|
24
24
|
## Quick Start
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@ Visual patterns for user-facing RENN output. Orchestrators @-reference this file
|
|
|
6
6
|
|
|
7
7
|
- **Name:** RENN (uppercase in prose, lowercase in code/CLI)
|
|
8
8
|
- **Tagline:** "Grow ideas into shipped software"
|
|
9
|
-
- **Symbol:**
|
|
9
|
+
- **Symbol:** Cherry Blossom 🌸 (U+1F338)
|
|
10
10
|
- **Philosophy:** From mud to lotus through structured runs
|
|
11
11
|
|
|
12
12
|
### Color Palette
|
|
@@ -50,30 +50,30 @@ Use for major workflow transitions.
|
|
|
50
50
|
- `EXECUTING BATCH {N}`
|
|
51
51
|
- `VERIFYING`
|
|
52
52
|
- `STAGE {N} COMPLETE ✓`
|
|
53
|
-
-
|
|
53
|
+
- `🌸 MILESTONE COMPLETE`
|
|
54
54
|
|
|
55
55
|
---
|
|
56
56
|
|
|
57
57
|
## Gate Boxes
|
|
58
58
|
|
|
59
|
-
User action required.
|
|
59
|
+
User action required.
|
|
60
60
|
|
|
61
61
|
```
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
63
|
+
⚠️ GATE: {Type}
|
|
64
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
65
65
|
|
|
66
66
|
{Content}
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
──────────────────────────────────────────────────────
|
|
69
69
|
→ {ACTION PROMPT}
|
|
70
|
-
|
|
70
|
+
──────────────────────────────────────────────────────
|
|
71
71
|
```
|
|
72
72
|
|
|
73
73
|
**Types:**
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
74
|
+
- `⚠️ GATE: Verification Required` → `→ Type "approved" or describe issues`
|
|
75
|
+
- `⚠️ GATE: Decision Required` → `→ Select: option-a / option-b`
|
|
76
|
+
- `⚠️ GATE: Action Required` → `→ Type "done" when complete`
|
|
77
77
|
|
|
78
78
|
---
|
|
79
79
|
|
|
@@ -86,7 +86,9 @@ User action required. 62-character width.
|
|
|
86
86
|
○ Pending
|
|
87
87
|
⚡ Auto-approved
|
|
88
88
|
⚠ Warning
|
|
89
|
-
|
|
89
|
+
🌸 Milestone complete (only in banner)
|
|
90
|
+
⚠️ Gate (only in gate banner)
|
|
91
|
+
❌ Error (only in error banner)
|
|
90
92
|
```
|
|
91
93
|
|
|
92
94
|
---
|
|
@@ -155,9 +157,9 @@ Always at end of major completions.
|
|
|
155
157
|
## Error Box
|
|
156
158
|
|
|
157
159
|
```
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
160
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
161
|
+
❌ ERROR
|
|
162
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
161
163
|
|
|
162
164
|
{Error description}
|
|
163
165
|
|
|
@@ -183,7 +185,8 @@ Always at end of major completions.
|
|
|
183
185
|
- Varying box/banner widths
|
|
184
186
|
- Mixing banner styles (`===`, `---`, `***`)
|
|
185
187
|
- Skipping `RENN >` prefix in banners
|
|
186
|
-
- Random emoji (`🚀`, `✨`, `💫`)
|
|
188
|
+
- Random emoji (`🚀`, `✨`, `💫`) — only 🌸, ⚠️, ❌ are allowed
|
|
189
|
+
- Using emoji in stage banners other than milestone complete
|
|
187
190
|
- Missing Next Up block after completions
|
|
188
191
|
|
|
189
192
|
</ui_patterns>
|
|
@@ -102,7 +102,7 @@ Proceed directly to gather_stats step.
|
|
|
102
102
|
<if style="guided" OR="custom with gates.confirm_milestone_scope true">
|
|
103
103
|
|
|
104
104
|
```
|
|
105
|
-
Ready to mark this milestone as shipped?
|
|
105
|
+
Ready to mark this milestone as complete to be shipped?
|
|
106
106
|
(yes / wait / adjust scope)
|
|
107
107
|
```
|
|
108
108
|
|