@winton979/task-cli 1.6.1 → 1.6.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/README.md CHANGED
@@ -121,7 +121,7 @@ archive automatically
121
121
  /task-explore → TASK_READY → /task-implement → optional /task-audit
122
122
  ```
123
123
 
124
- `task-explore` writes the brief for a fresh-session handoff. Briefs should stay within 500 words; they may extend to 1000 only when a shorter contract would omit execution-critical information. Requirements that still do not fit should be split before implementation.
124
+ `task-explore` writes a brief that supports a fresh-session handoff when needed. Before `TASK_READY`, it checks that a new implementation session could determine the goal, acceptance criteria, material constraints, and exclusions from the brief alone. This is a readiness check, not a requirement to start implementation in a new session. The brief preserves confirmed execution-critical context without becoming a repository snapshot; the implementing agent revalidates current repository facts. Briefs should stay within 500 words; they may extend to 1000 only when a shorter contract would omit execution-critical information. Requirements that still do not fit should be split before implementation.
125
125
 
126
126
  When more than one active brief could match, identify the intended brief when invoking `task-implement`. The implementing agent rechecks repository facts and resolves local, reversible choices from existing conventions. It asks the user only for unresolved decisions that materially affect the contract, records confirmed narrow clarifications in the active brief, and returns material goal, scope, or acceptance changes to `task-explore`.
127
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@winton979/task-cli",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Lightweight task workflow CLI for AI-assisted development",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/init.js CHANGED
@@ -280,11 +280,14 @@ ${COMPLEXITY_ASSESSMENT_GUIDANCE}
280
280
 
281
281
  Cross-session Readiness
282
282
 
283
- Before finalizing the brief, assume implementation will start in a fresh session without the exploration conversation.
283
+ Before finalizing the brief, verify that it would be sufficient if implementation later began in a fresh session without the exploration conversation. This is a readiness check; implementation may proceed in the current session.
284
284
 
285
- * Record every confirmed user decision that materially constrains behavior, scope, compatibility, security, data handling, or acceptance.
285
+ Complete this self-check before outputting TASK_READY:
286
+
287
+ * A fresh implementation session can determine the Goal, Acceptance Criteria, material constraints, and material exclusions from the brief alone.
288
+ * Record every confirmed user decision and other confirmed execution-critical context when omitting it could materially change implementation or validation. This includes material constraints on behavior, scope, compatibility, security, data handling, acceptance, or delivery.
286
289
  * Record material exclusions when omitting them could cause plausible scope expansion.
287
- * Do not copy repository facts the implementing agent can discover. Include only context needed to interpret the contract.
290
+ * Do not turn the brief into a repository snapshot. Record repository facts only when needed to interpret a confirmed constraint; the implementing agent revalidates current facts.
288
291
  * Do not output TASK_READY while a material user-owned decision remains unresolved.
289
292
 
290
293
  Task Brief Format