Skip to content

synlynk v0.9.2 — Team Onboarding + Consensus

Choose a tag to compare

@nikhilsoman nikhilsoman released this 23 Jun 01:26
9c39f54

What's new

  • synlynk join — new member onboarding: seeds devlog stub, regenerates AI context files (CLAUDE.md, GEMINI.md, AGENTS.md) with joining member's identity, prints team digest
  • synlynk team status — team digest view: all members, story assignments, token budget consumption, last-active timestamps
  • synlynk decide <topic> --panel <agents> — multi-agent consensus panel: dispatches panel agents, collects responses, synthesizes a unified decision via the first panel member; --record writes signed Decision record to project-docs/decisions/
  • --tokens <N> flag on synlynk story create — set estimated token budget on a story
  • Pull-before-write arbitration_check_upstream_divergence() warns before any write to project-docs/ if the local branch is behind remote

Fixes

  • None (feature-only release)

Upgrade

curl -sSL https://raw.githubusercontent.com/nikhilsoman/synlynk/main/install.sh | bash

Full changelog

See CHANGELOG.md and blog post #21.