feat: add JSON Schema documentation, ESLint config, and MCP tooling improvements#23
Merged
feat: add JSON Schema documentation, ESLint config, and MCP tooling improvements#23
Conversation
Owner
Author
|
@copilot please fix the build issues |
Contributor
* 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>
Owner
Author
|
@copilot still failing, please fix the build issues |
Contributor
* 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>
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.
Summary
Changes
Documentation
docs/json-schema-manual-guide.md- Complete guide for manual JSON Schema authoringdocs/windmill-scripts-guide.md- Windmill scripts guide with schema warningsdocs/generated-tools.md- Auto-generated tools listdocs/agent-setup-complete.md- Agent setup documentationdocs/testing-setup-guide.md- Testing setup guidedocs/windmill-agent-team-plan.md- Agent team planning documentationConfiguration
.eslintrc.json- ESLint configuration for ES2022 modules.eslintignore- Ignore build/ and node_modules/.ls-lint.yml- Updated to ignore .opencode directory and allow ESLint configCode Quality
New Features
scripts/normalize-and-run-mcp.js- MCP server normalization scriptsrc/utils/tool-categories.js- Tool categorization utilitysrc/overrides/tsconfig.patch.json- TypeScript configuration overrideTesting