Commit 73711b0
ci: fix Windows lint-paths false positive; soften release-prod tag check; bump to 1.0.1
Two longstanding CI failures (every push since the public-repo extraction):
1. lint-paths.mjs (Windows): SELF_EXCLUDE compared against the literal
'scripts/lint-paths.mjs', but walk() yields backslash-separated paths
on Windows ('scripts\\lint-paths.mjs'), so the script never excluded
itself — read its own regex examples and failed. Fixed by comparing
basename only (cross-platform).
2. release-prod.yml: every push to main hard-failed because the
workflow refused to release when the tag already existed (v1.0.0
from initial release). Softened to skip-not-fail: if the tag is
already there, log "no version bump, skipping release" and exit 0.
Lints + tests still run on every push; release only fires when
package.json version is actually bumped.
Bumped package.json 1.0.0 → 1.0.1 to release the accumulated changes
since 1.0.0:
- architect: MCP-first decision tree + tool discovery + trigger flow
- sync flag fix (lua sync --pull → --accept)
- /lua-init: optional --promo-code prompt
- new lint-cli-flags.mjs guard against known-wrong CLI flags
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5537958 commit 73711b0
3 files changed
Lines changed: 15 additions & 9 deletions
File tree
- .github/workflows
- plugins/lua-agent-builder
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| 91 | + | |
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
| |||
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
| 101 | + | |
97 | 102 | | |
98 | 103 | | |
99 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | | - | |
49 | | - | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments