@contextium/cli 1.0.11 → 1.0.12
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
|
@@ -105,7 +105,7 @@ Based on the project description and the analysis, build a setup plan. Think thr
|
|
|
105
105
|
|
|
106
106
|
**Libraries:** What distinct knowledge areas did the user mention? Each major topic or type of content that needs to be stored separately should be its own library. If an existing library already covers one of these, mark it for reuse.
|
|
107
107
|
|
|
108
|
-
**Agents:**
|
|
108
|
+
**Agents:** Always include a "Project Architect" agent as the first agent — its role is to define the project process, break the work into phases, and track overall progress. Write its system prompt to be specific to this project's domain and goals. Then think about what other AI assistant roles would serve this project based on what the user described. If an existing agent fits one of the additional roles, mark it for reuse.
|
|
109
109
|
|
|
110
110
|
**Skills:** What reusable knowledge blocks would help agents working on this project? Think about domain-specific guidelines, reference material, or persistent context the agent needs. If an existing skill fits, mark it for reuse.
|
|
111
111
|
|
|
@@ -221,6 +221,7 @@ If anything failed to create, add a single line at the end:
|
|
|
221
221
|
- Run all checks and fetches silently — only surface progress labels and the final plan
|
|
222
222
|
- Only ask questions when genuinely needed — the description step and the confirmation step
|
|
223
223
|
- Do not ask the user what to create — figure it out from the description, then ask them to confirm
|
|
224
|
+
- Always create a "Project Architect" agent first, regardless of what the user described — tailor its system prompt to the specific project domain and goals
|
|
224
225
|
- If a resource already exists and is relevant, always prefer reuse over creating a duplicate
|
|
225
226
|
- The plan report must explain the reasoning for each item — not just list names
|
|
226
227
|
- Never create anything before the user confirms the plan
|