v0.10.0 — Developer Preview
synlynk v0.10.0 is the Developer Preview — install via pipx, set up your workspace in 60 seconds with the terminal wizard, and get a live browser dashboard showing what your agent team is doing.
Install
pipx install git+https://github.com/nikhilsoman/synlynkWhat's in v0.10.0
FTUE + Onboarding
synlynk init --wizard— 6-screen terminal wizard: harness detection, workspace topology, skills scan, agent fleet, role assignment, launch cheat sheetsynlynk scan— re-runnable repo analysis with 14-heuristic stack fingerprinting and deep 6-stage pipeline (BS-20)synlynk launch— FTUE task picker with 6-cycle SDLC view and 12 scan-triggered templates (BS-19)synlynk roles— print agent role table;initanddoctornow write per-agent role blocks into CLAUDE.md / GEMINI.md / AGENTS.md (BS-12a)
State + Migration
synlynk migrate— one-shot atomic import ofproject-docs/markdown intostate.dbwith write-through backup and DR syncsynlynk memory add/synlynk devlog append— write to state.db with immediate flat-file write-through- 5 new state.db tables:
memory_entries,roadmap_arcs,roadmap_phases,cost_entries,devlog_entries
Daily-Driver Commands
synlynk jobs --summary <id>— structured job completion summary: files touched, cost, tokens, durationsynlynk release— Ship cycle stub: VERSION bump + CHANGELOG entry + blog post stubsynlynk status --platform— infrastructure health: harness compliance, agent availability, budget pulse
Browser Dashboard
synlynk viz— 5-view local dashboard athttp://localhost:8721: Gantt, User Journeys, Architect Map (tube map), Effort & Cost, Efficiency report cards. Sticky note system feeds notes back intogenerate_context(). Zero new deps. (BS-21)
Packaging
pyproject.tomlwith[project.scripts]entry point — install viapipx install git+<url>synlynk upgraderoutes topipx upgrade synlynkwhen installed via pipx- Python requirement raised to 3.9+
Tests: 747 passing (up from 503 at v0.9.9)
Full CHANGELOG: https://github.com/nikhilsoman/synlynk/blob/main/CHANGELOG.md