Releases: bks-lab/open-bridge
Releases · bks-lab/open-bridge
Release list
v0.7.0
What's Changed
- chore(governance): add @avondiel-dev as second default code owner by @mboiman in #67
- feat(skills): meeting-transcription — reference implementation of the worker contract by @mboiman in #68
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- docs(pages): Use Cases & Solutions hub (overlay = flagship) by @mboiman in #64
- docs(pages): private-origin onboarding fix + Pages consistency pass by @mboiman in #65
- feat(debrief): bring-your-own transcription worker contract + fail-soft path by @mboiman in #66
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- feat(overlay): Org Overlays — subscribe to org config by git URL (downstream inverse of /promote) by @mboiman in #60
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- fix(onboard): close the two P2 fail-open gaps from the #57 review (push-guard offline + scanner consent) by @mboiman in #59
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.1
What's Changed
- ci: release-PR CI via GitHub App token + DCO exemption for release branch by @mboiman in #38
- ci: stop flagging 0.x releases as pre-release (newest = Latest) by @mboiman in #39
- fix(bridge-onboard): generic capability detection, drop memory-scan from onboarding by @mboiman in #40
- ci: fully automatic releases (drop release-please, tag+release on merge) by @mboiman in #42
Full Changelog: v0.3.0...v0.3.1
v0.3.0
0.3.0 (2026-06-24)
Added
Documentation
- add Demo to nav on explore + concepts pages (#34) (968035f)
- animated live-session demo (4 scenes) (#31) (e269681)
- animated session GIF as the README hero (#35) (bfc5941)
- close doc-index drift (standing-orders table, docs/README, agency example) (ef43d62)
- community: SUPPORT.md, issue-template config, OG/social preview (69abb68)
- fix audit findings — dead command, drift, English-only, frontmatter (8692aaf)
- fix second-pass audit findings — anchors, private link, shipped-vs-documented, /onboard (913d56f)
- landing: add "a day with it" use-cases + what-is-a-bridge / multi-bridge (5b75469)
- landing: benefit-led copy overhaul + knowledge-constellation hero (fcd580d)
- landing: drop the duplicate static constellation (lives on Explore now) (1a1bb4e)
- landing: elevate landing page + fully-English README (8fe398e)
- landing: simpler hero net + full constellation in substrate (0d619ed)
- landing: sticky in-page nav + remove all German terms + onboarding-does-setup + condense (9d3d211)
- link the live demo from the landing page (#32) (b502d8b)
- pages: serve the landing page via GitHub Pages (36fdfa3)
- site: mini-site — Explore constellation + Concepts deep-dive + shared nav (6aac5ed)
v0.2.0
First public-preview release of open-bridge, the open-source layer of the
two-pole Bridge setup (open-bridge ↔ your private Bridge, with an optional
org overlay).
- Cluster-wrapper layout (
identity/,infra/,workflow/) with
default-to-folder per config type. - Agent-agnostic skill discovery (
.claude/skills,.agents/skills,
.github/skills) — Claude Code, Codex, Gemini CLI, Copilot CLI, Cursor. - Work system (board, log, STATUS), protocols, named sub-agents, themes,
project registry, onboarding wizard. - OSS governance stack: MIT License (code and content), DCO, trademark
policy, security policy, code of conduct. - Removed the legacy crew-role taxonomy (eight fixed roles as
crew_rolesin protocols,agents.default_rolesin bridge-config,
role vocabularies in themes). Protocols now declareagents:— a
list of concrete sub-agent names with ageneral-purposefallback;
themes map user-facing labels only. - Removed the unused situational-protocol/alert dispatch layer
(standing orders remain): the ten example protocols inprotocols/,
protocols/_templates/, thebridge-alertandbridge-mission
skills,docs/protocol-catalog.md,docs/orchestrator.md,
docs/observe-protocol.md, thework/active-protocol.yaml
mechanic, and thealerts:vocabulary block in themes. Standing
orders, the work system, briefing/debrief/archive, and the
calendar/mandants/channels/remotes surfaces are the core narrative.
Added
bridge-contributeskill — dedicated/contributeentry point for the
community: scans your branch, enforces the mandatory two-layer
content-safety gate, and opens a fork-based PR back to
bks-lab/open-bridge(split out ofbridge-promote).work/templates/week-summary.md— the weekly-summary template/archive
builds from now ships.work/_learning/_schema.proposal.yaml— proposal frontmatter schema
(mirrors the producer schema intask-close-postmortem).- Example instances for every config type:
examples/agency/gained
identity/accounts/cloud-provider.yamlandinfra/backups/topology.yaml;
rules/file-creation.mdpeer-example column now points only at files
that ship. - Top-level
imports/drop-zone ships (.gitkeep), matching.gitignore
anddocs/structure.md.
Changed
- README: directory structure now matches the shipped tree (
scripts/,
bin/, root policy files, realwork/contents), skill tree updated. bridge-promoteis now strictly commit-level; file-level contribution
flow moved tobridge-contribute.- Documentation truth pass: docs no longer reference files that are not
shipped. Visualization HTML variants are documented as rendered on
demand (not committed);build-constellation.pynow explains the
missing-render case instead of crashing; the calendar fire-loop and
Bridge-Deck integrations are consistently framed as optional companion
features (not yet public);bridge-audit's agent-identity check matches
the templates-only shipping design; briefing's backup-health step works
fromtopology.yaml/_state.yamldirectly; rename-registry and
leak-check vocabulary entries repaired and pruned to shipped paths. - Genericization pass: internal roadmap dates, personal device/channel
names, and a personal job-application pipeline removed from shipped docs
and example lists; placeholder examples (lab-device,news-digest,
router,network-reconcile) used instead.
Removed
- Documentation reduction pass (fewer docs over more docs): deleted the
pointer-onlydocs/promote-rules.md(rules live inrules/operations.mdrules/promote-safety.md),docs/work-system.md(CLAUDE.md § Work
System is the source of truth),DESIGN-md-guide.md(condensed into
DESIGN.md § Maintaining this file), and two unreferenced HTML templates.
docs/bridge-deck.mdreduced to a coming-soon stub;docs/remotes.mdand
docs/channels.mdtrimmed to concept + pointers (schemas/workflows live
in templates and skills); experimental v3 UI narrative removed from the
bridge-explorer reference.
cloudflare-opsskill (provider tooling without Bridge relevance).playwright-fanoutskill (generic test tool without Bridge relevance).- All bridge-deck references in the README (the renderer repo is not yet
public — internal docs keep a "coming soon" note).
Early and evolving — no stability guarantees yet. Pin a release tag for
reproducibility.