@ivorycanvas/qamap 0.3.0 → 0.3.1

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.3.1 - 2026-07-03
6
+
7
+ ### Fixed
8
+
9
+ - Removed the stale animated README demo that still showed the previous project name and `.codeward/flows.yml` manifest path.
10
+ - Kept the public demo text-first until a fresh recording can show the current `@ivorycanvas/qamap` package, `.qamap/manifest.yaml`, and real CLI output.
11
+
5
12
  ## 0.3.0 - 2026-07-03
6
13
 
7
14
  ### Added
@@ -13,7 +20,7 @@
13
20
 
14
21
  ### Changed
15
22
 
16
- - Renamed the project, package, CLI binary, config files, manifest directory, schema files, rule ids, and docs from the previous project name to QAMap (`qamap` on npm, `qamap.config.json`, `.qamap/`, `QM###` rule ids) to avoid a naming collision with an unrelated existing product.
23
+ - Renamed the project, npm package, CLI binary, config files, manifest directory, schema files, rule ids, and docs from the previous project name to QAMap (`@ivorycanvas/qamap` on npm, `qamap` as the CLI binary, `qamap.config.json`, `.qamap/`, `QM###` rule ids) to avoid a naming collision with an unrelated existing product.
17
24
  - Generated draft files are excluded from test-suite evidence, so readiness scores no longer rise just because the tool wrote its own unexecuted drafts into the repository.
18
25
 
19
26
  ## 0.2.1 - 2026-07-03
package/README.md CHANGED
@@ -95,9 +95,7 @@ Preview the PR QA comment/checklist QAMap would generate for the current branch:
95
95
  pnpm dlx @ivorycanvas/qamap qa . --base origin/main --head HEAD
96
96
  ```
97
97
 
98
- ![QAMap 30-second PR demo](docs/assets/qamap-30s-demo.gif)
99
-
100
- The GIF is a simulated walkthrough of that loop on a checkout form PR with a committed manifest. It does **not** claim browser QA has passed; run the command above on your own branch to see the real, longer first-run output, including the remaining work such as deterministic fixture data and a real `pnpm run test:e2e` execution.
98
+ This section intentionally uses text output instead of an animated recording so the README reflects the current CLI behavior exactly. A new GIF should be recorded only from the published `@ivorycanvas/qamap` package and the current `.qamap/manifest.yaml` flow.
101
99
 
102
100
  QAMap reads the changed files and project signals:
103
101
 
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export declare const TOOL_NAME = "QAMap";
2
- export declare const VERSION = "0.3.0";
2
+ export declare const VERSION = "0.3.1";
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export const TOOL_NAME = "QAMap";
2
- export const VERSION = "0.3.0";
2
+ export const VERSION = "0.3.1";
3
3
  //# sourceMappingURL=version.js.map
@@ -40,7 +40,7 @@ jobs:
40
40
  ```
41
41
 
42
42
  Use `fetch-depth: 0` so QAMap can compare the pull request branch with the base ref.
43
- For production workflows, pin to a version tag such as `IvoryCanvas/qamap@v0.3.0` after that tag is published. Use `@main` only when intentionally testing unreleased behavior.
43
+ For production workflows, pin to a version tag such as `IvoryCanvas/qamap@v0.3.1` after that tag is published. Use `@main` only when intentionally testing unreleased behavior.
44
44
 
45
45
  ## Monorepo Package
46
46
 
@@ -1,10 +1,6 @@
1
1
  # 30-Second Quick Start Demo
2
2
 
3
- This demo is the shortest way to show what QAMap does in a public README, blog post, or launch thread.
4
-
5
- ![QAMap 30-second PR demo](assets/qamap-30s-demo.gif)
6
-
7
- The GIF shows a simulated local PR where a checkout form changed. QAMap does not report a real browser test pass during `--dry-run`. It reports the generated verification artifact: the affected flow, the planned Playwright draft path, static self-check status, and the remaining work before the draft can be trusted as PR evidence.
3
+ This demo is the shortest way to show what QAMap does in a public README, blog post, or launch thread. It is text-first on purpose: record a GIF only from the current published package and current `.qamap/manifest.yaml` flow, so the public demo never drifts from the CLI.
8
4
 
9
5
  ## Story
10
6
 
@@ -171,21 +171,18 @@ The matrix below is public, fixture-backed evidence from the repository test sui
171
171
  | Existing test evidence | `generateE2ePlan evaluates existing test suite coverage evidence`; `generateE2ePlan keeps generic test filenames from overmatching unrelated services` | Coverage evidence rows that distinguish covered, partial, and missing targets without matching unrelated generic test filenames. |
172
172
  | Evidence-only changes | `generateE2ePlan treats test-only changes as evidence verification, not product journeys`; `generateE2ePlan treats docs-only changes as documentation verification`; `generateE2ePlan treats generated-only changes as generated artifact verification` | Test-only, docs-only, and generated-output-only branches produce maintainer-oriented evidence checklists instead of product journeys inferred from filenames such as `admin-primary-journey.spec.ts` or generated API clients. |
173
173
 
174
- See [E2E output examples](e2e-output-examples.md) for the kind of plan and draft snippets users should see from the `0.2.1` release.
174
+ See [E2E output examples](e2e-output-examples.md) for the kind of plan and draft snippets users should see from the current release.
175
175
 
176
176
  ## Latest PR Validation Snapshot
177
177
 
178
- Last verified on 2026-07-03 on PR #71 after adding the manifest-free `qamap qa` PR QA skill entrypoint, the packaged `qamap-pr-qa` skill template, README repositioning, agent handoff docs, repo-context manifest PoC path, ADR-derived flow naming, and manifest-backed selector/action draft shaping:
178
+ Last verified on 2026-07-03 for the 0.3.1 README demo patch after removing the stale animated GIF from the README and npm tarball:
179
179
 
180
180
  | Check | Result |
181
181
  | --- | --- |
182
- | `pnpm test` | 90 tests passed. |
183
- | `pnpm scan` | 0 findings. |
182
+ | `pnpm test` | 95 tests passed. |
184
183
  | `git diff --check` | Passed. |
185
- | `pnpm pack --dry-run` | Passed; tarball includes `dist`, `docs`, `docs/assets/qamap-30s-demo.gif`, `schema`, `skills/qamap-pr-qa/SKILL.md`, `README.md`, `CHANGELOG.md`, `LICENSE`, and `package.json`. |
186
- | Coverage threshold | Passed the 80% line, branch, and function gates; latest run reported 85.27% line, 81.59% branch, and 94.26% function coverage. |
187
- | `pnpm run release:check` | Passed as the single local release gate for this PR state, including `qamap qa` coverage, the packaged PR QA skill template, and `dist/qa.*` pack output. |
188
- | `npm publish --dry-run --access public` | Passed for `@ivorycanvas/qamap@0.3.0`; tarball includes 98 files, `schema/qamap-manifest.schema.json`, `docs/manifest.md`, `docs/quickstart-demo.md`, `skills/qamap-pr-qa/SKILL.md`, and the demo GIF. |
184
+ | `pnpm pack --dry-run` | Passed; tarball includes 97 files and no committed demo GIF. |
185
+ | `npm publish --dry-run --access public` | Passed for `@ivorycanvas/qamap@0.3.1`; package size is 289.1 kB and includes the manifest schema, quick-start docs, release docs, and `skills/qamap-pr-qa/SKILL.md`. |
189
186
 
190
187
  ## Real Repository Smoke Snapshot
191
188
 
package/docs/releasing.md CHANGED
@@ -65,9 +65,9 @@ npm publish --access public
65
65
  After publish, verify the public package can be executed without a source checkout:
66
66
 
67
67
  ```sh
68
- pnpm dlx @ivorycanvas/qamap@0.3.0 scan .
69
- pnpm dlx @ivorycanvas/qamap@0.3.0 manifest validate .
70
- pnpm dlx @ivorycanvas/qamap@0.3.0 e2e draft . --base origin/main --head HEAD --dry-run
68
+ pnpm dlx @ivorycanvas/qamap@0.3.1 scan .
69
+ pnpm dlx @ivorycanvas/qamap@0.3.1 manifest validate .
70
+ pnpm dlx @ivorycanvas/qamap@0.3.1 e2e draft . --base origin/main --head HEAD --dry-run
71
71
  ```
72
72
 
73
73
  Use a fresh shell or temporary directory for the smoke check when possible.
@@ -77,8 +77,8 @@ Use a fresh shell or temporary directory for the smoke check when possible.
77
77
  After npm publish succeeds:
78
78
 
79
79
  ```sh
80
- git tag v0.3.0
81
- git push origin v0.3.0
80
+ git tag v0.3.1
81
+ git push origin v0.3.1
82
82
  ```
83
83
 
84
84
  Create a GitHub Release for the tag with:
@@ -93,13 +93,13 @@ Create a GitHub Release for the tag with:
93
93
  After the tag and GitHub Release are visible, run:
94
94
 
95
95
  ```sh
96
- pnpm dlx @ivorycanvas/qamap@0.3.0 --version
97
- pnpm dlx @ivorycanvas/qamap@0.3.0 scan .
98
- pnpm dlx @ivorycanvas/qamap@0.3.0 manifest explain . --base origin/main --head HEAD
99
- pnpm dlx @ivorycanvas/qamap@0.3.0 verify . --base origin/main --head HEAD
96
+ pnpm dlx @ivorycanvas/qamap@0.3.1 --version
97
+ pnpm dlx @ivorycanvas/qamap@0.3.1 scan .
98
+ pnpm dlx @ivorycanvas/qamap@0.3.1 manifest explain . --base origin/main --head HEAD
99
+ pnpm dlx @ivorycanvas/qamap@0.3.1 verify . --base origin/main --head HEAD
100
100
  ```
101
101
 
102
- Then update any public setup examples that should pin to `v0.3.0`.
102
+ Then update any public setup examples that should pin to `v0.3.1`.
103
103
 
104
104
  ## Rollback Notes
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivorycanvas/qamap",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Local-first QA skill that turns PR diffs into affected flows, missing evidence, and E2E drafts with no cloud or LLM token.",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.32.1",
Binary file