myte 0.0.18 → 0.0.19

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -205,7 +205,7 @@ Run this from the wrapper root that contains the project's repo folders:
205
205
 
206
206
  What it does:
207
207
  - fetches a project-scoped feedback snapshot from the API using your project key
208
- - defaults to all non-archived feedback; use `--status` when you want a narrower slice
208
+ - defaults to pending feedback; use `--status` when you want a different slice
209
209
  - writes one deterministic feedback snapshot under `MyteCommandCenter/data/feedback.yml`
210
210
  - keeps feedback metadata plus conversation turns in `feedback.yml`
211
211
  - writes full PRD markdown/text into `MyteCommandCenter/PRD/feedback-sync/*.md` and stores a pointer in `feedback.yml`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myte",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "Myte developer CLI (Project Assistant + Myte AI gateway).",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
@@ -16,6 +16,6 @@
16
16
  "node": ">=18"
17
17
  },
18
18
  "dependencies": {
19
- "@mytegroupinc/myte-core": "0.0.18"
19
+ "@mytegroupinc/myte-core": "0.0.19"
20
20
  }
21
21
  }