Skip to content

docs(templates): document Windows venv activation#1786

Open
notgitika wants to merge 1 commit into
mainfrom
docs/windows-venv-activation
Open

docs(templates): document Windows venv activation#1786
notgitika wants to merge 1 commit into
mainfrom
docs/windows-venv-activation

Conversation

@notgitika

Copy link
Copy Markdown
Contributor

Summary

  • document the existing virtual environment activation command for Windows Command Prompt
  • document the distinct activation command required by Windows PowerShell
  • update snapshots for all generated Python HTTP agent READMEs

uv venv already creates the platform-specific activation scripts under .venv\Scripts, so the missing piece is documenting how Windows users invoke them rather than generating a redundant source.bat wrapper.

Testing

  • npx vitest run --project unit src/assets/__tests__/assets.snapshot.test.ts
  • npm run typecheck
  • npx prettier --check on the five modified README templates
  • full unit suite during snapshot update: 410 files, 5,926 tests passed

Fixes #674

@notgitika
notgitika requested a review from a team July 17, 2026 02:08
@github-actions github-actions Bot added the size/xs PR size: XS label Jul 17, 2026
@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 17, 2026
@agentcore-devx-automation agentcore-devx-automation Bot added the claude-security-reviewing Claude Code /security-review in progress label Jul 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Package Tarball

aws-agentcore-0.24.1.tgz

How to install

gh release download pr-1786-tarball --repo aws/agentcore-cli --pattern "*.tgz" --dir /tmp/pr-tarball
npm install -g /tmp/pr-tarball/aws-agentcore-0.24.1.tgz

@agentcore-devx-automation

Copy link
Copy Markdown
Contributor

Claude Security Review: no high-confidence findings. (run)

@agentcore-devx-automation agentcore-devx-automation Bot removed the claude-security-reviewing Claude Code /security-review in progress label Jul 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 39.99% 14851 / 37135
🔵 Statements 39.24% 15826 / 40323
🔵 Functions 34.03% 2527 / 7425
🔵 Branches 33.47% 9894 / 29555
Generated in workflow #4138 for commit e9d7b82 by the Vitest Coverage Report Action

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

Labels

size/xs PR size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide source.bat for venv activation on Windows

1 participant