@dezkareid/osddt 1.4.0 → 1.5.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/AGENTS.md CHANGED
@@ -239,7 +239,7 @@ osddt.start ──┘
239
239
  1. Locates `osddt.spec.md` in `working-on/<feature-name>/`; if absent, suggests running `osddt.spec` first.
240
240
  2. Reads the **Open Questions** section and the **Decisions** section (if present) to determine which questions are already answered.
241
241
  3. Informs the user of any already-resolved questions and only asks the remaining unanswered ones.
242
- 4. Records all new answers in a `## Decisions` section of `osddt.spec.md` (the Open Questions section is left unchanged).
242
+ 4. Records all new answers in a `## Decisions` section of `osddt.spec.md` and removes each answered question from the **Open Questions** section (removing the section heading too if it becomes empty).
243
243
  5. Always prompts the user to run (or re-run) `osddt.plan` to reflect the updated decisions.
244
244
 
245
245
  #### osddt.done behaviour
package/dist/index.js CHANGED
@@ -257,11 +257,12 @@ Run the following command to create the implementation plan:
257
257
  4. For each **unanswered** question (in order), present it to the user and collect a response.
258
258
  - If all questions were already answered, inform the user and skip to step 6.
259
259
 
260
- 5. Update the **Decisions** section in \`osddt.spec.md\`:
260
+ 5. Update \`osddt.spec.md\`:
261
+ - Remove each answered question from the **Open Questions** section.
262
+ - If the **Open Questions** section becomes empty after removal, remove the section heading as well.
261
263
  - If a **Decisions** section already exists, append new entries to it (do not modify existing entries).
262
264
  - If no **Decisions** section exists, add one at the end of the file.
263
265
  - Each decision entry uses the format: \`N. **<short question summary>**: <answer>\`
264
- - The **Open Questions** section is left unchanged.
265
266
 
266
267
  6. Inform the user that all questions are now resolved (or were already resolved). Then prompt them to run (or re-run) the plan step so it reflects the updated decisions:
267
268
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dezkareid/osddt",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Package for Spec-Driven Development workflow",
5
5
  "keywords": [
6
6
  "spec-driven",