Skip to content

feat(project): scaffold add runtime handler - #2035

Open
Hweinstock wants to merge 12 commits into
aws:refactorfrom
Hweinstock:refactor-add-runtime
Open

feat(project): scaffold add runtime handler#2035
Hweinstock wants to merge 12 commits into
aws:refactorfrom
Hweinstock:refactor-add-runtime

Conversation

@Hweinstock

@Hweinstock Hweinstock commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Problem

add runtime is missing.

Solution

  • add support for project add runtime mostly mirroring the schema shapes.
  • support two modes template and byo (import OOS here). We then use this input schema to scaffold the project, and resolve the config that goes into agentcore.json (to be implemented).
  • new template flag describes templates like strands-python, which can be adjusted with flags (ex. --build Container, or --protocol mcp, with defaults for each template. This will keep us flexible to support more templates in the future.

Testing

  • added unit tests for handler parsing, with implementation details to be filled in.

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

codecov-commenter commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 99.63370% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 97.08%. Comparing base (2dba459) to head (473c989).
⚠️ Report is 6 commits behind head on refactor.

Files with missing lines Patch % Lines
src/handlers/project/add/runtime/index.ts 99.52% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           refactor    #2035      +/-   ##
============================================
+ Coverage     97.04%   97.08%   +0.04%     
============================================
  Files           370      372       +2     
  Lines         22287    22559     +272     
============================================
+ Hits          21628    21902     +274     
+ Misses          659      657       -2     

☔ 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.

@github-actions github-actions Bot removed the agentcore-harness-reviewing AgentCore Harness review in progress label Aug 19, 2026
@Hweinstock
Hweinstock force-pushed the refactor-add-runtime branch from 4423362 to 473c989 Compare August 19, 2026 15:18
@Hweinstock Hweinstock changed the title feat(project): scaffold add runtime handler (2) feat(project): scaffold add runtime handler Aug 19, 2026
@Hweinstock
Hweinstock marked this pull request as ready for review August 19, 2026 18:50
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.

2 participants