Skip to content

docs(role): warn PowerShell agents not to prefix AC CLI with rtk (#136)#157

Open
mblua wants to merge 4 commits into
mainfrom
fix/136-docs-rtk-powershell
Open

docs(role): warn PowerShell agents not to prefix AC CLI with rtk (#136)#157
mblua wants to merge 4 commits into
mainfrom
fix/136-docs-rtk-powershell

Conversation

@mblua

@mblua mblua commented May 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds generated agent-context guidance for PowerShell AC CLI invocation via & '<YOUR_BINARY_PATH>' ....
  • Warns agents not to prefix AC CLI calls with rtk on PowerShell because it triggers AmpersandNotAllowed.
  • Narrows RTK plugin docs, the copy-paste RTK template, and the in-app RTK hint to include the PowerShell/AC CLI caveat.
  • Bumps version to 0.8.1 for the wg-11 test build.

Verification

  • npx tsc --noEmit passed.
  • cargo check --manifest-path src-tauri/Cargo.toml passed.
  • cargo test --manifest-path src-tauri/Cargo.toml --lib config::session_context::tests passed.
  • cargo clippy --manifest-path src-tauri/Cargo.toml --lib --tests -- -D warnings still fails only on pre-existing unrelated src/config/settings.rs:39 derivable_impls lint.
  • Built and deployed wg-11 test exe: C:\Users\maria\0_mmb\0_AC\agentscommander_standalone_wg-11.exe.

Closes #136

mblua and others added 4 commits May 6, 2026 00:29
Visual marker so users can confirm the new build is running, not a stale
instance. Doc-only changes for #136 are otherwise behavior-preserving.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

docs(role): warn agents to invoke CLI via PowerShell & without rtk prefix

1 participant