fix: correct CI workflow paths from generator/ to src/generator/#24
Merged
rothnic merged 2 commits intofix/limit-tools-for-opencodefrom Nov 19, 2025
Merged
fix: correct CI workflow paths from generator/ to src/generator/#24rothnic merged 2 commits intofix/limit-tools-for-opencodefrom
rothnic merged 2 commits intofix/limit-tools-for-opencodefrom
Conversation
Co-authored-by: rothnic <452052+rothnic@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add JSON Schema documentation and ESLint configuration
fix: correct CI workflow paths from generator/ to src/generator/
Nov 19, 2025
rothnic
approved these changes
Nov 19, 2025
rothnic
added a commit
that referenced
this pull request
Nov 19, 2025
…mprovements (#23) * chore: update ls-lint configuration to ignore .opencode and allow eslint config * docs: add JSON Schema guide for API/MCP workflows * docs: add generated tools list and agent/testing guides * fix: correct CI workflow paths from generator/ to src/generator/ (#24) * Initial plan * fix: update CI workflow paths from generator/ to src/generator/ Co-authored-by: rothnic <452052+rothnic@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rothnic <452052+rothnic@users.noreply.github.com> * fix: add overrides to ensure build outputs to build/dist/index.js (#25) * Initial plan * fix: update CI workflow to check correct build output path (build/build/index.js) Co-authored-by: rothnic <452052+rothnic@users.noreply.github.com> * fix: add empty JSON object to fix-schemas.json to fix validation Co-authored-by: rothnic <452052+rothnic@users.noreply.github.com> * fix: restore tsconfig and package.json overrides to ensure build/dist/index.js output Co-authored-by: rothnic <452052+rothnic@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rothnic <452052+rothnic@users.noreply.github.com> --------- Co-authored-by: Nick Roth <nroth@dealnews.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: rothnic <452052+rothnic@users.noreply.github.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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
CI workflows referenced incorrect paths after generator scripts were moved to
src/generator/directory structure. Build validation steps were failing because scripts and cache locations didn't match actual repository layout.Changed Files
.github/workflows/ci.yml: Updated script paths tosrc/generator/fetch-spec.jsandsrc/generator/generate.js, corrected cache check tocache/openapi-spec.json.github/workflows/generate-windmill-version.yml: Fixed cache directory creation and spec fetch paths.github/workflows/rebuild-all-versions.yml: Updated cache paths and release artifact referencesAGENTS.md: Corrected documentation references fromgenerator/tosrc/generator/Path Mappings
generator/fetch-spec.jssrc/generator/fetch-spec.jsgenerator/generate.jssrc/generator/generate.jsgenerator/cache/openapi-spec.jsoncache/openapi-spec.jsongenerator/config.jsonsrc/generator/config.json💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.