Skip to content

docs: update vended AGENTS.md, README.md, and llm-context references#898

Merged
jesseturner21 merged 2 commits intomainfrom
docs/update-vended-context
Apr 21, 2026
Merged

docs: update vended AGENTS.md, README.md, and llm-context references#898
jesseturner21 merged 2 commits intomainfrom
docs/update-vended-context

Conversation

@notgitika
Copy link
Copy Markdown
Contributor

Summary

  • Rewrites src/assets/README.md (vended as project README) with current commands, resources, and structure
  • Rewrites src/assets/agents/AGENTS.md (vended as AI assistant context) with accurate schema reference, all resource types, protocols, frameworks, and CLI commands
  • Updates src/assets/AGENTS.md (internal dev context) with full asset directory layout
  • Adds mcp.ts to src/schema/llm-compacted/README.md file table

What was outdated

  • Missing resources: gateways, evaluators, policies, online-eval configs, MCP runtime tools
  • Missing commands: logs, traces, eval, pause, resume, fetch, import
  • Missing protocols (MCP, A2A) and frameworks (Autogen)
  • Missing Node.js runtime versions and VPC network mode
  • No reference to @aws/agentcore-cdk L3 constructs
  • mcp.ts not listed in llm-context README

Test plan

  • Prettier passes
  • TypeScript compiles
  • Pre-commit hooks pass
  • agentcore create produces correct README and AGENTS.md (manual)

Rewrite vended documentation to reflect the current state of the CLI:
- Add all current resources (gateways, evaluators, policies, online-eval)
- Add all CLI commands (logs, traces, eval, pause, resume, fetch, import)
- Add protocols (HTTP, MCP, A2A) and all supported frameworks
- Add Node.js runtime versions alongside Python
- Add VPC network mode documentation
- Reference @aws/agentcore-cdk L3 constructs and CDK repo
- Add mcp.ts to llm-context README file table
- Update internal assets/AGENTS.md with full directory layout
@notgitika notgitika requested a review from a team April 21, 2026 07:18
@github-actions github-actions Bot added the size/m PR size: M label Apr 21, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Package Tarball

aws-agentcore-0.9.1.tgz

How to install

npm install https://github.com/aws/agentcore-cli/releases/download/pr-898-tarball/aws-agentcore-0.9.1.tgz

@notgitika notgitika self-assigned this Apr 21, 2026
@github-actions github-actions Bot added size/m PR size: M and removed size/m PR size: M labels Apr 21, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 42.44% 7169 / 16891
🔵 Statements 41.84% 7602 / 18165
🔵 Functions 40.14% 1273 / 3171
🔵 Branches 41.03% 4803 / 11706
Generated in workflow #1862 for commit c22aa77 by the Vitest Coverage Report Action

@jesseturner21
Copy link
Copy Markdown
Contributor

Looks good to merge!

I reviewed the documentation changes and verified:

  • All new resources mentioned (gateways, evaluators, policies, online-eval configs, MCP runtime tools) exist in the schema
  • All new commands mentioned (logs, traces, eval, pause, resume, fetch, import) exist in src/cli/commands/
  • The directory layouts match the actual src/assets/ structure
  • The mcp.ts file exists in src/schema/llm-compacted/
  • The type name fix from AWSDeploymentTarget[] to AwsDeploymentTarget[] is correct
  • CrewAI was correctly removed (no templates exist for it)
  • Autogen, MCP, A2A, Node.js runtimes, and VPC network mode all exist in the codebase

The snapshot updates correctly reflect the source file changes.

Copy link
Copy Markdown
Contributor

@jesseturner21 jesseturner21 left a comment

Choose a reason for hiding this comment

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

lgtm

@jesseturner21 jesseturner21 merged commit 84a6dde into main Apr 21, 2026
23 checks passed
@jesseturner21 jesseturner21 deleted the docs/update-vended-context branch April 21, 2026 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/m PR size: M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants