the-frame-ai 0.4.0 → 0.7.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "the-frame-ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "FRAME — Framework for AI-Assisted Solo Development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -12,12 +12,21 @@
|
|
|
12
12
|
"templates/"
|
|
13
13
|
],
|
|
14
14
|
"keywords": [
|
|
15
|
+
"claude-code",
|
|
15
16
|
"claude",
|
|
16
|
-
"ai",
|
|
17
|
-
"
|
|
17
|
+
"ai-coding",
|
|
18
|
+
"vibe-coding",
|
|
19
|
+
"solo-developer",
|
|
20
|
+
"ai-assisted-development",
|
|
21
|
+
"developer-workflow",
|
|
18
22
|
"framework",
|
|
19
|
-
"
|
|
20
|
-
"
|
|
23
|
+
"slash-commands",
|
|
24
|
+
"ai-agents",
|
|
25
|
+
"tdd",
|
|
26
|
+
"productivity",
|
|
27
|
+
"indie-hacker",
|
|
28
|
+
"solopreneur",
|
|
29
|
+
"llm-workflow"
|
|
21
30
|
],
|
|
22
31
|
"license": "MIT",
|
|
23
32
|
"repository": {
|
|
@@ -14,6 +14,9 @@ Research the following topic: **$ARGUMENTS**
|
|
|
14
14
|
- `$ARGUMENTS` is not empty — if empty, STOP and ask: "What topic should I research? Usage: /frame:research <topic>"
|
|
15
15
|
- `.planning/MAP.md` exists — if missing, STOP: "Run /frame:init first — MAP.md not found."
|
|
16
16
|
|
|
17
|
+
If validation passes, **immediately say to the user**:
|
|
18
|
+
> "Starting research on **{topic}**. This may take a few minutes — I'll explore the codebase, search the web, and write research.md. Hang tight..."
|
|
19
|
+
|
|
17
20
|
Then immediately write to `.planning/STATE.md`:
|
|
18
21
|
```markdown
|
|
19
22
|
## Current Position
|
|
@@ -126,6 +129,9 @@ Create `docs/specs/{topic}/research.md`:
|
|
|
126
129
|
|
|
127
130
|
## Result
|
|
128
131
|
|
|
132
|
+
After completing all steps, **say to the user**:
|
|
133
|
+
> "Research complete. File saved to `docs/specs/{topic}/research.md`. Next step: `/frame:plan {topic}`"
|
|
134
|
+
|
|
129
135
|
- `docs/specs/{topic}/research.md` — research findings with Memory Impact
|
|
130
136
|
- `.planning/STATE.md` updated (COMPLETE)
|
|
131
137
|
- Next phase: `/frame:plan` (takes research.md as input, creates spec.md and plan.md)
|