Skip to content

feat(project): scaffold add/remove/dev/deploy/status/build commands - #1857

Merged
tejaskash merged 1 commit into
refactorfrom
scaffold-project-commands
Jul 30, 2026
Merged

feat(project): scaffold add/remove/dev/deploy/status/build commands#1857
tejaskash merged 1 commit into
refactorfrom
scaffold-project-commands

Conversation

@tejaskash

Copy link
Copy Markdown
Contributor

What

Scaffolds six agentcore project subcommands: add, remove, dev, deploy, status, build.

  • Each handler follows the directory-per-command layout with a create<Name>ProjectHandler() factory and throws NotImplementedError.
  • Adds NotImplementedError to src/errors, a subclass of AgentCoreCLIError with INTERNAL source.
  • No flags, screens, or Core interfaces yet; those land with the real implementations.

Testing

  • Parameterized test in project.test.ts asserts each command throws not implemented through the real root handler.
  • Full suite: 424 pass, 0 fail. tsc --noEmit and Prettier clean.

@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 Jul 29, 2026
@codecov-commenter

codecov-commenter commented Jul 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.64%. Comparing base (5b9506f) to head (edf8274).

Additional details and impacted files
@@             Coverage Diff              @@
##           refactor    #1857      +/-   ##
============================================
+ Coverage     95.61%   95.64%   +0.03%     
============================================
  Files           181      187       +6     
  Lines          8842     8912      +70     
============================================
+ Hits           8454     8524      +70     
  Misses          388      388              

☔ 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 previously approved these changes Jul 29, 2026

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

The scaffolding LGTM!

Hweinstock
Hweinstock previously approved these changes Jul 29, 2026
Comment thread src/errors/errors.tsx
Each command throws NotImplementedError, a new AgentCoreCLIError subclass.
@tejaskash
tejaskash dismissed stale reviews from Hweinstock and notgitika via edf8274 July 30, 2026 13:33
@tejaskash
tejaskash force-pushed the scaffold-project-commands branch from 96e62ed to edf8274 Compare July 30, 2026 13:33
@tejaskash
tejaskash merged commit 872fa2c into refactor Jul 30, 2026
8 checks passed
@tejaskash
tejaskash deleted the scaffold-project-commands branch July 30, 2026 15:28
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