agentme 0.35.1 → 0.35.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.
@@ -58,7 +58,7 @@ Each refined user story MUST have a detail file placed at:
58
58
  - NNN and slug MUST match the placeholder file that was refined (extracted from its `**Story ID:**` line). For new stories without a placeholder, use the next available NNN in `.assets/` and derive the slug by kebab-casing the story title to at most 7 words.
59
59
  - The file MUST begin with a `**Story ID:** userstory-NNN-slug` line. A refined file has no `**Status:**` field; the absence of the status field indicates the story is complete.
60
60
 
61
- A **pending placeholder file** is created for every story added to the plan before it is refined. It MUST contain:
61
+ A **pending placeholder file** is created for every story added to the epic initiative before it is refined. It MUST contain:
62
62
  ```markdown
63
63
  **Story ID:** userstory-NNN-slug
64
64
  **Status:** to-be-refined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentme",
3
- "version": "0.35.1",
3
+ "version": "0.35.2",
4
4
  "description": "",
5
5
  "dependencies": {
6
6
  "filedist": "^0.39.0"