🚀 Claude Lane Stack v1.1.0 — Deep onboard + lanes that don’t die at 2 min
🚀 Claude Lane Stack v1.1.0
Your personal multi-agent coding factory — smarter onboard, lanes that don’t die at 2 minutes
🇬🇧 English
✨ Why this release
v1.0.0 shipped the factory. v1.1.0 makes it survive real projects and long agent runs.
| Pain | Fix in 1.1.0 |
|---|---|
| Onboard felt “surface only” | Deep forensic onboard (default on mature repos) |
| Same docs for toy & prod | Minimal vs Full auto-detect |
| AGY/Grok killed after ~2 min | lane-bg + lane-wait (Claude Bash host limit, not your code) |
Hard timeout 570 mid-thought |
lane-exec activity-aware idle/max |
| AGY crash on load | Ban call_mcp_tool / inheritMcp |
| Model soup | GPT-5.6 Sol / Terra / Luna only (no 5.5) |
🧭 Onboard 2.0 — two axes
1) Scenario — what to seed
- 🟢 minimal — greenfield / small → CLAUDE · AGENTS · ARCHITECTURE · memory
- 🟣 full — mature (score ≥ 5 or monorepo) → + GOTCHAS · GLOSSARY · TESTING · deployment · nested package CLAUDE · SECURITY when needed
2) Depth — how hard Codex digs
- ⚡ fast — passport (default on minimal)
- 🔬 deep — forensic (default on full): entrypoints, 3–7 flows, wiki↔code audit, real
cargo/npmverify, ship path, secrets surface (names only)
/project-onboard # auto scenario + depth
/project-onboard deep # force forensic
project-onboard . --full --deepAuto files:
.agents/onboard.scenario.yaml—scenario+depth+ score.agents/runs/_onboard/artifacts/001/deep-scan.md— evidence pack for Codex
📖 Docs: docs/ONBOARD-SCENARIOS.md
🏃 Lanes that finish — background survival
Claude foreground Bash dies ~2 minutes. That was killing healthy AGY/Grok runs mid-edit.
Required pattern now:
lane-bg --dir "$ARTIFACT_DIR" --label agy-frontend -- \
lane-exec --idle 600 --max 5400 --log "$ARTIFACT_DIR/lane-exec.log" -- \
agy --print "..." --agent lane-frontend --print-timeout 90m ...
lane-wait --dir "$ARTIFACT_DIR" --once # poll until done| Tool | Role |
|---|---|
lane-bg |
detach (nohup) so the host can’t kill the job |
lane-wait |
short status polls (safe Bash) |
lane-exec |
idle = stuck; max = hard ceiling on the detached process |
Implementers + dev-orchestrator + docs/LANE-EXEC.md updated.
🧠 Routing & language
- Write: Terra (xhigh) · High-risk / deep onboard / review: Sol (xhigh)
- Luna: trivia only
- Files: English · Chat with human: Russian (
docs/LANGUAGE.md)
📦 Install / upgrade
git clone https://github.com/VKirill/claude-lane-stack.git
cd claude-lane-stack && git checkout v1.1.0
./install.sh
export PATH="$HOME/.agents/bin:$PATH"
project-onboard . --deep # or /project-onboard deep in ClaudeAlready installed? pull + reinstall bins:
cd /path/to/claude-lane-stack && git pull && ./install.sh🙏 Thanks
Built for solo operators who want Claude as PM, AGY/Grok as hands, Codex as reviewer — without the merge dance.
🇷🇺 Русский
✨ Зачем этот релиз
v1.0.0 — завод. v1.1.0 — завод, который не умирает на длинных прогонах и не врёт на онборде.
| Боль | Что сделали |
|---|---|
| Онборд «по верхам» | Deep forensic (по умолчанию на взрослых репо) |
| Одинаковые доки для toy и prod | Minimal vs Full по score |
| AGY/Grok умирали через ~2 мин | lane-bg + lane-wait (лимит Bash Claude, не lane-exec) |
Жёсткий timeout 570 |
lane-exec idle/max по активности |
| Падение AGY на старте | Запрет call_mcp_tool / inheritMcp |
| Каша моделей | Только GPT-5.6 Sol / Terra / Luna (без 5.5) |
🧭 Онборд 2.0 — две оси
1) Сценарий — что сидится
- 🟢 minimal — маленький/новый проект
- 🟣 full — зрелый (score ≥ 5 или monorepo) + GOTCHAS / GLOSSARY / TESTING / deployment / nested CLAUDE
2) Глубина — как глубоко копает Codex
- ⚡ fast — паспорт
- 🔬 deep — forensic: entrypoints, потоки, wiki↔code, реальные тесты, ship, secrets (только имена)
/project-onboard
/project-onboard deep
project-onboard . --full --deep🏃 Лейны, которые доезжают
Foreground Bash у Claude ~2 минуты — рвал живые прогоны.
Теперь только так:
lane-bg --dir "$ARTIFACT_DIR" --label agy-frontend -- \
lane-exec --idle 600 --max 5400 -- ...
lane-wait --dir "$ARTIFACT_DIR" --onceДокументация: docs/LANE-EXEC.md · implementers · dev-orchestrator.
📦 Установка / обновление
git clone https://github.com/VKirill/claude-lane-stack.git
cd claude-lane-stack && git checkout v1.1.0
./install.sh
export PATH="$HOME/.agents/bin:$PATH"Уже стоит:
git pull && ./install.shНовая сессия dev-orchestrator / свежий spawn implementer — чтобы подтянуть agents.
📎 Ссылки
Tag: v1.1.0 · Commit: main @ after this tag
Made with 💜 for solo builders · Сделано с 💜 для соло-разработчиков