fix(cli): make wmill init generated skills respect nonDottedPaths config#8377
Merged
rubenfiszel merged 5 commits intomainfrom Mar 15, 2026
Merged
fix(cli): make wmill init generated skills respect nonDottedPaths config#8377rubenfiszel merged 5 commits intomainfrom
rubenfiszel merged 5 commits intomainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
Claude finished @rubenfiszel's task in 1m 3s —— View job Review of PR #8377
LGTM — This is a clean, well-structured documentation addition. I verified all references against the codebase:
No issues found. The documentation accurately captures the convention and will help prevent regressions like the one fixed in #8375. Reproduce / VerifyThis PR only modifies |
Deploying windmill with
|
| Latest commit: |
8b9f5f6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5d4261ae.windmill.pages.dev |
| Branch Preview URL: | https://docs-non-dotted-paths-conven.windmill.pages.dev |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…s.ts Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
wmill initnow adapt to thenonDottedPathssetting inwmill.yaml{{FLOW_SUFFIX}},{{RAW_APP_SUFFIX}},{{INLINE_SCRIPT_NAMING}}) resolved at init timenonDottedPaths: true(default for new inits): skills reference__flow,__raw_app, and document non-dotted inline script naming (a.ts)nonDottedPaths: false(legacy): skills reference.flow,.raw_app, and document dotted inline script naming (a.inline_script.ts)Verified
wmill initon fresh project →nonDottedPaths: true→ skills use__flow, no.inline_script.wmill initwith existingwmill.yaml(nonDottedPaths: false) → skills use.flow,.inline_script.{{...}}placeholders in either caseTest plan
wmill init --use-defaulton fresh directory → skills use__flowconventionwmill init --use-defaultwith pre-existingwmill.yaml(nonDottedPaths: false) → skills use.flowconvention🤖 Generated with Claude Code