Skip to content

chore: Initial work to add agent config schema#1741

Draft
mvicknr wants to merge 3 commits into
mainfrom
mvick/agent-config-schema
Draft

chore: Initial work to add agent config schema#1741
mvicknr wants to merge 3 commits into
mainfrom
mvick/agent-config-schema

Conversation

@mvicknr
Copy link
Copy Markdown
Collaborator

@mvicknr mvicknr commented May 27, 2026

Overview

Adds a script to automatically generate and update a configuration schema for the agent. This PR has the initial schema generated from the script.

The script will automatically run on local build and PR to main creation. It will determine if there are config changes and if so, it will update the schema and its version. On local, the dev should include these changes in their commit. In the PR build, if the changes aren't already made in the schema, it will make the changes and add them to the PR.

Testing

The agent includes a suite of tests which should be used to
verify your changes don't break existing functionality. These tests will run with
Github Actions when a pull request is made. More details on running the tests locally can be found in our
testing guidelines,
For most contributions it is strongly recommended to add additional tests which
exercise your changes.

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 27, 2026

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 9 0 0 1.24s
✅ MARKDOWN markdownlint 7 0 0 0 1.32s
✅ PYTHON ruff 1038 0 0 0 1.32s
✅ PYTHON ruff-format 1038 2 0 0 0.4s
✅ YAML prettier 20 1 0 0 1.69s
✅ YAML v8r 20 0 0 6.04s
✅ YAML yamllint 20 0 0 0.79s

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@mergify mergify Bot added the tests-failing Tests failing in CI. label May 27, 2026
Co-Authored-By: Claude <noreply@anthropic.com>
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.07%. Comparing base (6e429d2) to head (aa0c98b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1741      +/-   ##
==========================================
- Coverage   82.08%   82.07%   -0.02%     
==========================================
  Files         215      215              
  Lines       26309    26309              
  Branches     4150     4150              
==========================================
- Hits        21597    21593       -4     
- Misses       3301     3303       +2     
- Partials     1411     1413       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests-failing Tests failing in CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants