Skip to content

v0.10.0 — Developer Preview

Choose a tag to compare

@nikhilsoman nikhilsoman released this 03 Jul 13:49
9588e52

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/synlynk

What'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 sheet
  • synlynk 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; init and doctor now write per-agent role blocks into CLAUDE.md / GEMINI.md / AGENTS.md (BS-12a)

State + Migration

  • synlynk migrate — one-shot atomic import of project-docs/ markdown into state.db with write-through backup and DR sync
  • synlynk 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, duration
  • synlynk release — Ship cycle stub: VERSION bump + CHANGELOG entry + blog post stub
  • synlynk status --platform — infrastructure health: harness compliance, agent availability, budget pulse

Browser Dashboard

  • synlynk viz — 5-view local dashboard at http://localhost:8721: Gantt, User Journeys, Architect Map (tube map), Effort & Cost, Efficiency report cards. Sticky note system feeds notes back into generate_context(). Zero new deps. (BS-21)

Packaging

  • pyproject.toml with [project.scripts] entry point — install via pipx install git+<url>
  • synlynk upgrade routes to pipx upgrade synlynk when 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