Agent Fleet Platform - Multi-agent orchestration with Forgejo + Matrix
Find a file
Zer4tul 01f5fac718 fix: SSH executor uses source ~/.profile for remote PATH
SSH non-interactive sessions don't load .profile, causing 'claude: command not found'.
Prepend 'source ~/.profile 2>/dev/null;' to ensure user PATH is available.

Verified: end-to-end test passed (arm0 → WSL2 Claude Code, 77s execution).
2026-05-12 16:36:02 +08:00
.claude init: OpenSpec project scaffolding with proposal, design, specs, tasks 2026-05-11 14:37:43 +08:00
docs docs: add agent API reference, onboarding guide, and universal skill 2026-05-12 14:57:05 +08:00
openspec/changes docs: add agent API reference, onboarding guide, and universal skill 2026-05-12 14:57:05 +08:00
skill docs: add agent API reference, onboarding guide, and universal skill 2026-05-12 14:57:05 +08:00
src fix: SSH executor uses source ~/.profile for remote PATH 2026-05-12 16:36:02 +08:00
.gitignore feat: implement orchestrator core (Rust) 2026-05-11 14:57:23 +08:00
AGENTS.md docs: add AGENTS.md for Codex working instructions 2026-05-11 14:59:24 +08:00
Cargo.lock fix: SSH executor uses source ~/.profile for remote PATH 2026-05-12 16:36:02 +08:00
Cargo.toml fix: SSH executor uses source ~/.profile for remote PATH 2026-05-12 16:36:02 +08:00
config.example.toml feat: dual execution model (SSH CLI + HTTP pull) 2026-05-12 14:07:56 +08:00