Test access
Restricted runner
Test a member with access to only one client.
Use this workflow when testing a member who should see only one client.
- Sign in as that member.
- Run
npm run team -- clients. - Pull the granted client into a clean folder.
- Start the local runner from the pulled folder.
Start from the pulled folder, not from the full source workspace.
$env:AGENTIC_OS_TEAM_CONFIG_DIR="$env:TEMP\aios-member-client"
npm run team -- login --api-url https://team.example.com --email member@example.com --password "<password>"
npm run team -- sync pull --client acme --dest "$env:TEMP\team-os-member-runner"
cd "$env:TEMP\team-os-member-runner"
Get-ChildItem -RecurseApart from .agentic-os/team-sync-state.json, the folder should contain only
files returned by the Team OS manifest.
Next: Team OS admin operations
