@follenfang/wowdoc 0.0.11 → 0.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@follenfang/wowdoc",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "Auditable WoW UI source intelligence CLI for coding agents",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -21,11 +21,11 @@
21
21
  "LICENSE"
22
22
  ],
23
23
  "optionalDependencies": {
24
- "@follenfang/wowdoc-darwin-arm64": "0.0.11",
25
- "@follenfang/wowdoc-darwin-x64": "0.0.11",
26
- "@follenfang/wowdoc-linux-arm64": "0.0.11",
27
- "@follenfang/wowdoc-linux-x64": "0.0.11",
28
- "@follenfang/wowdoc-win32-x64": "0.0.11"
24
+ "@follenfang/wowdoc-darwin-arm64": "0.0.13",
25
+ "@follenfang/wowdoc-darwin-x64": "0.0.13",
26
+ "@follenfang/wowdoc-linux-arm64": "0.0.13",
27
+ "@follenfang/wowdoc-linux-x64": "0.0.13",
28
+ "@follenfang/wowdoc-win32-x64": "0.0.13"
29
29
  },
30
30
  "scripts": {
31
31
  "postinstall": "node scripts/install.mjs",
@@ -12,6 +12,8 @@
12
12
  | `ndui` | `main`, `classic`, `era`, `anniversary`, `titan` | `master`, `Classic`, `Era`, `Anniversary`, `Titan` | Tags are filtered by product branch reachability and product-line rule |
13
13
  | `ellesmereui` | `main` | `main` | Retail-oriented suite; version input maps to `v` Tag |
14
14
 
15
+ A `--product` value may be the product id, its Git branch, or a declared client alias, and every command resolves all three identically. Only `classic-era` declares an extra short alias (`era`); for every other product use the product id or the branch shown above.
16
+
15
17
  The version truth is `Tag -> Commit -> source snapshot`. Release attachments and packaged externals can differ from Tag source; describe evidence as Tag source, not an installed package reconstruction.
16
18
 
17
- Interface evidence for `validate` comes from the snapshot's build `version.txt` (e.g. `1.60.1` → `16001`) plus indexed TOC entries. A `toc_interface_mismatch` against a rebuilt snapshot means the declared Interface is genuinely absent from that build.
19
+ Interface evidence for `validate` comes from the game source's build `version.txt` (e.g. `1.60.1` → `16001`) plus indexed TOC entries. AddOn sources ship their own release versions, which are never read as game build evidence, so their Interface facts rest on TOC entries alone. A `toc_interface_mismatch` against a rebuilt snapshot means the declared Interface is genuinely absent from that build.