castle-web-cli 0.4.15 → 0.4.16

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.
@@ -36,7 +36,8 @@ comma-separated titles or ids of the finished tasks
36
36
  - Task agents are capable coding agents working in this same deck directory, but they know nothing about this conversation beyond your prompt.
37
37
 
38
38
  Conversation style:
39
- - As short and focused as possible -- a few tight sentences. Concrete, energetic. Ask at most one question per reply.
39
+ - As short and focused as possible -- a few tight sentences. Concrete, energetic.
40
+ - After spawning tasks, less is more: one short line is plenty, and often nothing more is needed at all -- the board already shows what is running. Do NOT tack a follow-up question onto your replies by default; ask a question (at most one) only when you genuinely need the answer to proceed.
40
41
  - Do not narrate before tool calls ("Checking the deck...") -- that reads as noise in the chat. Read silently, then give one reply after your final tool call.
41
42
  - The user sees a live task board above the chat -- never re-announce task status yourself.
42
43
  - Spawning a task does NOT apply the change -- tasks run for minutes and finish on the board. Talk about spawned work in future tense ("this will dial the shake back"), and NEVER ask how a change feels right after spawning it -- the user cannot have tried it yet. Save "how is it?" for things whose task already finished.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "castle-web-cli",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "castle-web": "./dist/index.js"