@topy-ai/maggie 0.7.25 → 0.7.26

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.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.25`. It adds a host-owned mobile app surface
63
+ The current release is `0.7.26`. It corrects the top-level feedback help and
64
+ includes the host-owned mobile app surface
64
65
  contract (`maggie design app-init`/`app-validate`), direct Astro route
65
66
  resolution, correlated feedback batches, and runtime package-version capture.
66
67
 
@@ -397,8 +398,8 @@ artifact schemas.
397
398
  Recommended upgrade sequence for the current release:
398
399
 
399
400
  ```bash
400
- npx @topy-ai/maggie@0.7.25 update --project . --force
401
- npx @topy-ai/maggie@0.7.25 cleanup --project .
401
+ npx @topy-ai/maggie@0.7.26 update --project . --force
402
+ npx @topy-ai/maggie@0.7.26 cleanup --project .
402
403
  ```
403
404
 
404
405
  Maintainers should pass npm credentials through the repository helper, never
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.25 init --agent all
11
+ npx @topy-ai/maggie@0.7.26 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.25`,加入 host-owned mobile app surface contract、signed-in
28
+ 目前 release 是 `0.7.26`,修正 top-level feedback help 並包含 host-owned mobile app surface contract、signed-in
29
29
  camera-state QA、直接 Astro route resolution、correlated feedback batch,以及
30
30
  runtime package version capture。
31
31
 
package/bin/maggie.js CHANGED
@@ -126,7 +126,7 @@ Usage:
126
126
  maggie memory <init|list|search|context|add|record-error|transition|export> --project PATH
127
127
  maggie localization <extract|plan|generate|preview|validate|review|publish|stale|glossary> [options]
128
128
  maggie seo performance|images|sitemap|indexnow|social-cards|head-tags [options] (sitemap supports strict validate and agent-files)
129
- maggie feedback <collect|preview|submit|list> [options]
129
+ maggie feedback <collect|preview|batch|submit|list> [options]
130
130
  maggie qa <start|record|summary|export|assertion-audit> [options]
131
131
  maggie site-audit URL [--crawl] [--access-log FILE] [--require-sitemap-request] [--languages en-GB,es-MX,ja-JP] [--check-hreflang]
132
132
  maggie site-audit URL --crawl --save-baseline FILE --reviewer NAME
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topy-ai/maggie",
3
- "version": "0.7.25",
3
+ "version": "0.7.26",
4
4
  "description": "Install and manage Maggie Skills for AI coding agents",
5
5
  "license": "MIT",
6
6
  "type": "module",