| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| apra-fleet-darwin-arm64 | 2026-03-14 | 113.3 MB | |
| apra-fleet-linux-x64 | 2026-03-14 | 126.6 MB | |
| apra-fleet-v0.1.0_f8a6a1.tar.gz | 2026-03-14 | 126.0 kB | |
| apra-fleet-win-x64.exe | 2026-03-14 | 87.8 MB | |
| README.md | 2026-03-14 | 1.8 kB | |
| v0.1.0 source code.tar.gz | 2026-03-14 | 179.5 kB | |
| v0.1.0 source code.zip | 2026-03-14 | 249.8 kB | |
| Totals: 7 Items | 328.3 MB | 0 | |
What's New
SSH Key Auth Fix
- Root cause found: key auth test was reusing cached password connection from pool — never actually verified key auth worked
- Windows admin users:
administrators_authorized_keysfile now created properly (was silently failing) - Non-pooled
testAuthConnection()avoids TOCTOU races with shared-host agents - Local key files cleaned up on any failure path
- UTF-8 no-BOM encoding for authorized_keys via .NET AppendAllText
- Admin group detection: only attempts admin key file if user is actually an Administrator
PM Skill Rewrite
- Project folder structure:
/pm initcreates CLAUDE.md (with @projects.md auto-load), project subfolder with status/requirements/design/backlog/deploy templates - Reviewer context: PM sends requirements.md + design.md to reviewer before dispatching — reviewer checks intent, not just mechanics
- Git transport discipline: doer-reviewer handoff uses
execute_commandfor push/pull, never delegated to agent prompts - Branch hygiene: rebase before PR, drift detection on long-running branches
- Decision filtering: PM resolves what it can at checkpoints, only escalates genuine ambiguities
- Troubleshooting playbook: symptom→action table for common failure modes
- Rule 13: PM owns PR lifecycle and CI file commits (minted tokens may lack permissions)
- New templates: tpl-claude-pm.md, tpl-projects.md, tpl-design.md, init.md, troubleshooting.md
- SKILL.md trimmed to 1,492 tokens
MCP Server
execute_promptnow returns token usage (input/output/total) below a---separator- Attribution disabled by default: onboarding writes
{"attribution":{"commit":"","pr":""}}to member's.claude/settings.json - Version bump to 0.1.0
Full Changelog: https://github.com/Apra-Labs/apra-fleet/compare/v0.0.1...v0.1.0