@phuc1403/musketeer 0.2.1 → 0.2.2
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": "@phuc1403/musketeer",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Distributable custom Claude Code harness — one declarative command scaffolds a curated company of musketeers (skills/agents/hooks) into any project's .claude/.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
@@ -42,7 +42,7 @@ it's out of scope and offer to hand off afterward.
|
|
|
42
42
|
|
|
43
43
|
### Step 1 — Open the session and name the flow
|
|
44
44
|
|
|
45
|
-
**First read any prior crunching output for that context** —
|
|
45
|
+
**First read any prior crunching output for that context** — the root-level `CONTEXT.md` and read the domain's code; in DDD, document = code. While reading the code, **note the language, idioms, and test framework already in use** — you'll model in those. If the module is a bare scaffold with no language chosen yet, ask the user which language and test framework the context should be modeled in before proposing any code.
|
|
46
46
|
|
|
47
47
|
### Step 2 — Find the first model elements (the "glimmer")
|
|
48
48
|
Listen past the user's solution framing for the **domain nouns and verbs that keep recurring** — Name 2–4 candidate
|
|
@@ -105,7 +105,7 @@ that embodies it), then `_Avoid_:` rejected synonyms — grouped under a `###` s
|
|
|
105
105
|
`CONTEXT.md` identical: rename in code, rename here in the same turn. Distilled-out concepts go under
|
|
106
106
|
`## Deferred`, unresolved ones under `## Flagged ambiguities`.
|
|
107
107
|
|
|
108
|
-
Edit the context's existing `
|
|
108
|
+
Edit the context's existing root-level `CONTEXT.md` directly — it is canonical, and is
|
|
109
109
|
also your seed (Step 1). If the module is new and has no `CONTEXT.md` yet, create one from
|
|
110
110
|
`assets/context.template.md`.
|
|
111
111
|
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
<One line: the slice of the domain this context covers — the flow you crunched, in the expert's words.>
|
|
4
4
|
|
|
5
|
-
> Starter for a context that has **no `CONTEXT.md` yet**. It lives at
|
|
6
|
-
> `
|
|
5
|
+
> Starter for a context that has **no `CONTEXT.md` yet**. It lives at the
|
|
6
|
+
> root folder as `CONTEXT.md`. If the context already has one, edit that — never a second.
|
|
7
7
|
|
|
8
8
|
## Language
|
|
9
9
|
|