flower-trellis 0.4.2 → 0.4.3

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
@@ -138,7 +138,7 @@ flower-trellis self-check --json --target .
138
138
  "updateCheck": {
139
139
  "enabled": true,
140
140
  "policy": "ask",
141
- "intervalHours": 24,
141
+ "intervalHours": 8,
142
142
  "lastCheckedAt": "2026-07-07T00:00:00.000Z",
143
143
  "lastRemote": { "latest": "0.4.2", "beta": null },
144
144
  "lastStatus": "update_available",
@@ -1,5 +1,5 @@
1
1
  {
2
- "syncedAt": "2026-07-07T06:26:20.520Z",
2
+ "syncedAt": "2026-07-07T06:55:11.344Z",
3
3
  "syncedFrom": "vendor/skill-garden",
4
4
  "sourceCommit": "5fdebe60e923c91ba912461b99413b5c8e11a38c",
5
5
  "common": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flower-trellis",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "一键安装/升级 Trellis 并自动融合 skill-garden 强化包(默认 Claude + agents)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,7 +15,7 @@ const UPDATE_POLICIES = new Set(["off", "notify", "ask", "auto"]);
15
15
  const DEFAULT_UPDATE_CHECK = {
16
16
  enabled: true,
17
17
  policy: "ask",
18
- intervalHours: 24,
18
+ intervalHours: 8,
19
19
  lastCheckedAt: null,
20
20
  lastRemote: null,
21
21
  lastStatus: null,