Skip to content

feat(project): support for config-bundle add - #2049

Merged
notgitika merged 2 commits into
refactorfrom
config-bundle-add
Aug 19, 2026
Merged

feat(project): support for config-bundle add#2049
notgitika merged 2 commits into
refactorfrom
config-bundle-add

Conversation

@nborges-aws

Copy link
Copy Markdown
Contributor

Description

Adds agentcore project add config-bundle for registering configuration bundles in an AgentCore project.

  • Supports name, description, components, branch name, commit message, and KMS key ARN
  • Accepts components as inline JSON, file://<path>, or stdin.
  • Validates inputs against the project schema
  • Adds the bundle to agentcore/agentcore.json

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Other (please describe):

Testing

How have you tested the change?

  • bun run test (1535 pass, 0 fail)
  • I ran npm run test:unit and npm run test:integ
  • I ran npm run typecheck
  • I ran npm run lint
  • If I modified src/assets/, I ran npm run test:update-snapshots and committed the updated snapshots

Checklist

  • I have read the CONTRIBUTING document
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added an appropriate example to the documentation to outline the feature, or no new docs are needed
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.

@github-actions github-actions Bot added agentcore-harness-reviewing AgentCore Harness review in progress and removed agentcore-harness-reviewing AgentCore Harness review in progress labels Aug 19, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.88889% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 97.14%. Comparing base (14e0440) to head (e323d14).

Files with missing lines Patch % Lines
src/handlers/project/add/config-bundle/index.ts 98.64% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           refactor    #2049   +/-   ##
=========================================
  Coverage     97.13%   97.14%           
=========================================
  Files           381      382    +1     
  Lines         22797    22884   +87     
=========================================
+ Hits          22145    22231   +86     
- Misses          652      653    +1     

☔ View full report in Codecov by Harness.
📢 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.

@notgitika notgitika left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@notgitika
notgitika merged commit 33e2d2f into refactor Aug 19, 2026
11 checks passed
@notgitika
notgitika deleted the config-bundle-add branch August 19, 2026 22:55
This was referenced Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants