flower-trellis 0.2.5-beta.1 → 0.2.5-beta.2

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.
@@ -1,6 +1,6 @@
1
1
  <!-- BEGIN skill-garden workflow-state in_progress_inline v0.6 -->
2
2
  HIGHEST PRIORITY SKILL-GARDEN STATE GUARD (in_progress-inline):
3
- Inline mode means the main session edits directly, but check still routes before `trellis-check` / `trellis-check-all`.
3
+ Inline mode does not skip `trellis-route`: before implementation, route `implement` first; before checking, route `check` first. Only after the route selects inline should the main session run `trellis-before-dev`, edit code, or run `trellis-check` / `trellis-check-all`.
4
4
  After `trellis-check` / `trellis-check-all`, stop and report; do not run `/trellis:finish-work` unless the user explicitly asks after Phase 3.4 is complete.
5
5
  This guard overrides any lower `Flow: ... -> /trellis:finish-work` line in this state block.
6
6
  At Phase 3.4, code commit/push still goes through `trellis-push` (commit-only for commit-without-push); never bare `git commit`/`git push` on code (hub: Code Commit Confirmation Gate).
@@ -1,7 +1,7 @@
1
1
  {
2
- "syncedAt": "2026-06-15T07:18:45.088Z",
2
+ "syncedAt": "2026-06-16T03:01:51.011Z",
3
3
  "syncedFrom": "vendor/skill-garden/.trellis",
4
- "sourceCommit": "cbe89cb482f53a2db7a21ba6dfaf8e0cf8d6af50",
4
+ "sourceCommit": "427b088bc8f07a93d366cb2128da0bdf7b2e35e1",
5
5
  "variants": {
6
6
  "old": {
7
7
  "claudeSkills": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flower-trellis",
3
- "version": "0.2.5-beta.1",
3
+ "version": "0.2.5-beta.2",
4
4
  "description": "一键安装/升级 Trellis 并自动融合 skill-garden 强化包(默认 Claude + agents)",
5
5
  "type": "module",
6
6
  "bin": {