@topy-ai/maggie 0.7.29 → 0.7.30

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/README-zh-TW.md CHANGED
@@ -8,7 +8,7 @@ Codex、Claude Code 與相容的 coding agents。
8
8
  ## 安裝
9
9
 
10
10
  ```bash
11
- npx @topy-ai/maggie@0.7.29 init --agent all
11
+ npx @topy-ai/maggie@0.7.30 init --agent all
12
12
  npx @topy-ai/maggie doctor --project .
13
13
  ```
14
14
 
@@ -25,7 +25,7 @@ maggie doctor --project . --require-bootstrap --strict
25
25
  deployment、memory、feedback 和 MaggieDash。內容先 draft/review,外部寫入、
26
26
  publish 與 production deployment 需要明確確認。
27
27
 
28
- 目前 release 是 `0.7.29`,修正 npm package landing page 使用英文 README;0.7.28 加入 versioned Gemini model policy、明確 fallback 與 provenance、bundled-first CLI
28
+ 目前 release 是 `0.7.30`,補上 feedback tracking issue closeout gate 與 batch 14/15 audit ledger。0.7.29 修正 npm package landing page 使用英文 README;0.7.28 加入 versioned Gemini model policy、明確 fallback 與 provenance、bundled-first CLI
29
29
  dispatch、`maggie --version`、feedback batch review 聚合與重複偵測、marketplace enrichment evidence、booking
30
30
  worker/resolver evidence,以及 read-only migration preflight。它也包含 host-owned mobile app surface contract、signed-in
31
31
  camera-state QA、直接 Astro route resolution、correlated feedback batch,以及
package/README.md CHANGED
@@ -60,7 +60,8 @@ Maggie keeps the existing project foundation and asks for decisions before
60
60
  shared routes, analytics, or publishing boundaries change. The current
61
61
  package ships 19 installable skills and a local-first MaggieDash foundation.
62
62
 
63
- The current release is `0.7.29`. It keeps the 0.7.28 feature set and fixes npm
63
+ The current release is `0.7.30`. It keeps the 0.7.29 feature set and adds the
64
+ internal feedback issue closeout gate. The 0.7.29 release fixes npm
64
65
  metadata to render this English README as the package landing page. The 0.7.28
65
66
  release adds a versioned Gemini model policy with
66
67
  an explicit fallback and provenance, bundled-CLI version discovery, and a
@@ -418,8 +419,8 @@ artifact schemas.
418
419
  Recommended upgrade sequence for the current release:
419
420
 
420
421
  ```bash
421
- npx @topy-ai/maggie@0.7.29 update --project . --force
422
- npx @topy-ai/maggie@0.7.29 cleanup --project .
422
+ npx @topy-ai/maggie@0.7.30 update --project . --force
423
+ npx @topy-ai/maggie@0.7.30 cleanup --project .
423
424
  ```
424
425
 
425
426
  Maintainers should pass npm credentials through the repository helper, never
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topy-ai/maggie",
3
- "version": "0.7.29",
3
+ "version": "0.7.30",
4
4
  "description": "Install and manage Maggie Skills for AI coding agents",
5
5
  "license": "MIT",
6
6
  "type": "module",