llm-party-cli 0.9.0 → 0.11.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": "llm-party-cli",
3
- "version": "0.9.0",
3
+ "version": "0.11.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "llm-party": "dist/index.js"
@@ -45,8 +45,7 @@
45
45
  "prepublishOnly": "bun run build"
46
46
  },
47
47
  "dependencies": {
48
- "@anthropic-ai/claude-agent-sdk": "^0.2.74",
49
- "@anthropic-ai/claude-code": "^2.1.74",
48
+ "@anthropic-ai/claude-agent-sdk": "0.2.90",
50
49
  "@github/copilot-sdk": "^0.1.33-preview.2",
51
50
  "@openai/codex-sdk": "^0.115.0",
52
51
  "@opentui/core": "^0.1.89",
@@ -1,14 +1,12 @@
1
1
  # Artifacts
2
2
 
3
- File and folder schemas, templates, and rules for every artifact the system reads and writes.
3
+ Canonical schemas and rules for the files agents read and write.
4
4
 
5
5
  ---
6
6
 
7
7
  ## Per-Project: `.llm-party/`
8
8
 
9
- Created when {{humanName}} requests initialization or the orchestrator runs an init command.
10
-
11
- ```
9
+ ```text
12
10
  .llm-party/
13
11
  TASKS.md
14
12
  memory/
@@ -18,40 +16,30 @@ Created when {{humanName}} requests initialization or the orchestrator runs an i
18
16
  skills/
19
17
  ```
20
18
 
21
- ---
22
-
23
19
  ### `.llm-party/TASKS.md`
24
20
 
25
- Task list for this project. Written before work starts. Updated immediately on completion.
26
-
27
- **Format:**
28
21
  ```markdown
29
22
  # Tasks
30
23
 
31
24
  - [ ] AGENT:@{{agentTag}} | Task description | Date Added
32
- - [x] AGENT:@{{agentTag}} | Task description | Date Added | Date completed
25
+ - [x] AGENT:@{{agentTag}} | Task description | Date Added | Date Completed
33
26
  ```
34
27
 
35
28
  Rules:
36
- - Add tasks BEFORE starting work
37
- - Mark done IMMEDIATELY on completion, not at session end
38
-
39
- ---
29
+ - Add tasks before complex work starts
30
+ - Mark completion immediately
40
31
 
41
32
  ### `.llm-party/memory/project.md`
42
33
 
43
- Working log for this project. Three zones: Current State (overwritable), Log (append-only), and Decisions (append-only).
44
-
45
- **Template:**
46
34
  ```markdown
47
35
  # Project Memory
48
36
 
49
37
  ## Current State
50
38
 
51
39
  Last Updated: YYYY-MM-DD
52
- Active: [what is being worked on right now]
53
- Blockers: [anything blocking progress]
54
- Next: [immediate next action]
40
+ Active: current work
41
+ Blockers: current blockers
42
+ Next: immediate next action
55
43
 
56
44
  ---
57
45
 
@@ -67,19 +55,15 @@ DATE | AGENT:@{{agentTag}} | DECISION | WHY | CONSEQUENCES
67
55
  ```
68
56
 
69
57
  Rules:
70
- - `Current State` block is overwritten each update. Keep it short. It is a snapshot, not a history.
71
- - `Log` section is append-only. Never edit or delete past entries.
72
- - `Decisions` section is append-only. Record decisions that emerge from discussion with {{humanName}}.
73
-
74
- ---
58
+ - `Current State` is a short overwriteable snapshot
59
+ - `Log` is append-only
60
+ - `Decisions` is append-only
61
+ - When logging a fix, decision, or incident, include provenance in `DETAIL` when available, such as session, ticket, PR, host, path, or command.
75
62
 
76
63
  ### `.llm-party/plans/`
77
64
 
78
- Plans for non-trivial work. One file per plan, named by date and topic.
79
-
80
- **File naming:** `YYYY-MM-DD-title.md`, e.g. `2026-03-30-self-update.md`, `2026-04-01-auth-refactor.md`
65
+ Filename: `YYYY-MM-DD-title.md`
81
66
 
82
- **Template:**
83
67
  ```markdown
84
68
  ---
85
69
  date: YYYY-MM-DD
@@ -90,12 +74,11 @@ agents: [@agentTag]
90
74
  # Title
91
75
 
92
76
  ## Context
77
+ Why this plan exists.
93
78
 
94
- Why this plan exists. What triggered it. Business context, technical debt, user request, whatever led here. A future agent reading this cold should understand the motivation without needing the conversation history.
79
+ ## Phase 1: Description
95
80
 
96
- ## Phase 1: Description (safe, scoped)
97
-
98
- ### Area (e.g., Backend, Frontend, Config)
81
+ ### Area
99
82
 
100
83
  **Files to change:**
101
84
 
@@ -103,54 +86,45 @@ Why this plan exists. What triggered it. Business context, technical debt, user
103
86
  |------|-------|--------|
104
87
  | `path/to/file.ts` | 10, 37 | What changes and why |
105
88
 
106
- - [ ] Task description
107
- - [ ] Subtask if needed
89
+ - [ ] Task
108
90
  - [ ] Subtask if needed
109
- - [ ] Another task
91
+ - [ ] Task
110
92
 
111
- ## Phase 2: Description (depends on Phase 1)
93
+ ## Phase 2: Description
112
94
 
113
- - [ ] Task description
114
- - [ ] Subtask if needed
95
+ - [ ] Task
115
96
 
116
97
  ## Open Questions
117
98
 
118
- - [ ] Anything unresolved that needs {{humanName}}'s input before proceeding
119
- - [ ] Decisions that block the next phase
99
+ - [ ] Question
120
100
  ```
121
101
 
122
102
  Rules:
123
- - Every plan MUST have YAML frontmatter (date, status, agents).
124
- - Share the plan with {{humanName}} before executing.
125
- - Update checkboxes and status as work progresses.
126
- - Phase the work. Each phase independently shippable.
127
- - Include file paths and line numbers when known.
128
- - One plan per concern. Plans are never deleted.
129
-
130
- ---
103
+ - Frontmatter is required
104
+ - Share the plan before execution
105
+ - Update status and checkboxes as work progresses
106
+ - One plan per concern
131
107
 
132
108
  ### `.llm-party/skills/`
133
109
 
134
- Project-local skills. Each skill is a folder containing a `SKILL.md` file:
135
-
136
- ```
110
+ ```text
137
111
  skills/
138
112
  skill-name/
139
- SKILL.md # Required. YAML frontmatter (name, description) + markdown instructions.
140
- scripts/ # Optional. Executable code (Python/JS) for deterministic tasks.
141
- references/ # Optional. Docs loaded into context as needed.
142
- assets/ # Optional. Templates, icons, fonts used in output.
113
+ SKILL.md
114
+ scripts/
115
+ references/
116
+ assets/
143
117
  ```
144
118
 
145
- Agents read relevant skills before executing unfamiliar workflows. Keep `SKILL.md` concise (under 5,000 words) and offload detail into `references/`.
119
+ Rules:
120
+ - `SKILL.md` is required
121
+ - Keep `SKILL.md` concise and move bulk detail to `references/`
146
122
 
147
123
  ---
148
124
 
149
125
  ## Global: `~/.llm-party/`
150
126
 
151
- Created when {{humanName}} requests initialization or the orchestrator runs an init command. Shared across all projects.
152
-
153
- ```
127
+ ```text
154
128
  ~/.llm-party/
155
129
  network/
156
130
  projects.yml
@@ -163,39 +137,28 @@ Created when {{humanName}} requests initialization or the orchestrator runs an i
163
137
  SKILL.md
164
138
  ```
165
139
 
166
- Additional folders/files (`config.json` etc.) may be added by the orchestrator code. Their schemas are managed in code, not in this prompt.
167
-
168
- ---
169
-
170
140
  ### `~/.llm-party/network/projects.yml`
171
141
 
172
- Living map of all projects. Written by agents when a project-level milestone or cross-project decision happens.
173
-
174
- **Schema:**
175
142
  ```yaml
176
143
  projects:
177
144
  - id: unique-slug
178
145
  name: Human-readable name
179
146
  root_path: /absolute/path/to/project
180
- tags: [web, api, cli, creative, horror-story, chicken recipe]
181
- stack: [typescript, node, postgres, salt, vineger]
147
+ tags: [web, api, cli]
148
+ stack: [typescript, node]
182
149
  history:
183
150
  - date: YYYY-MM-DD
184
151
  agent: agentTag
185
- event: 25 words max describing what happened
152
+ event: short milestone or decision
186
153
  ```
187
154
 
188
155
  Rules:
189
- - `history` is append-only within each project entry
190
- - Write here when a decision affects multiple projects or a milestone is reached
191
-
192
- ---
156
+ - `history` is append-only
157
+ - Use it for milestones and cross-project decisions
158
+ - Keep it breadcrumb-sized and include a short reference when useful, such as a session, ticket, PR, host, or memory file.
193
159
 
194
160
  ### `~/.llm-party/network/mind-map/`
195
161
 
196
- Obsidian-compatible folder. Each discovery is its own `.md` file with frontmatter and wikilinks. Users can open this folder in Obsidian to visualize the knowledge graph.
197
-
198
- **Note format:**
199
162
  ```markdown
200
163
  ---
201
164
  discovered: YYYY-MM-DD
@@ -206,29 +169,23 @@ tags: [relevant, tags]
206
169
 
207
170
  # Descriptive Title
208
171
 
209
- What the constraint or discovery is.
172
+ Constraint, discovery, or lesson.
210
173
 
211
174
  ## Workaround
212
- How to work around it.
175
+ How to avoid or handle it.
213
176
 
214
177
  ## Related
215
- - [[other-discovery-filename]]
178
+ - [[other-discovery]]
216
179
  ```
217
180
 
218
- **File naming:** slugified title, e.g. `react-19-useeffect.md`, `figma-autolayout-nesting.md`.
219
-
220
181
  Rules:
221
- - Write here when a tool or resource constraint is discovered that would trap a future session
222
- - Include workaround. A constraint without a workaround is incomplete.
223
- - Use `[[wikilinks]]` to connect related discoveries
224
-
225
- ---
182
+ - Each discovery gets its own file
183
+ - Add a matching entry to `INDEX.md`
184
+ - Include a workaround whenever the note describes a constraint
185
+ - Include where proof lives when useful, such as a session, ticket, PR, host, path, or project memory entry.
226
186
 
227
187
  ### `~/.llm-party/agents/{{agentTag}}.md`
228
188
 
229
- Per-agent self memory. Not shared between agents. Each agent owns its own file.
230
-
231
- **Template:**
232
189
  ```markdown
233
190
  # {{agentName}} Self Memory
234
191
 
@@ -236,8 +193,7 @@ DATE | PROJECT PATH | RULE | EXAMPLE
236
193
  ```
237
194
 
238
195
  Rules:
239
- - Write IMMEDIATELY when a correction is received or a non-obvious approach is confirmed
240
- - Per-agent: one file per agent, named `{{agentTag}}.md`
196
+ - One file per agent, named `{{agentTag}}.md`
241
197
  - Append-only
198
+ - Write corrections and validated non-obvious approaches immediately
242
199
 
243
- ---