Skip to content

Releases: nevenincs/vaultspec-dashboard

v0.1.4

Choose a tag to compare

@nevenincs nevenincs released this 16 Jul 21:19
fefa97d

0.1.4 (2026-07-16)

Features

  • authoring: thread grounding related: into CreateDocument scaffold (0c05f0d)
  • authoring: W01 backend — ledgered plan-step ticks + section-anchored comments plane (authoring-surface ADR D1+D2) (dd208c0)
  • authoring: W04 S33 — plan-tick rollback inverse retires the V1 unavailable gate (818776f)
  • dist: MSI channel with a Start-Menu shortcut (single-app-runtime S22) (5aa1536)
  • engine: /features serves generation-memoized feature-group coverage (00236b7)
  • engine: extend changeset-transition events to the durable outbox (a7ad6f3)
  • engine: publish review lifecycle events to the durable outbox (5173858)
  • engine: serve semantic settings metadata (a6a9b51)
  • graph: stale-while-refolding declared edges end edge-less graphs (9fd6eeb)
  • picker: rebuild the workspace picker into a production folder picker (acee980)
  • runtime: seated default-port conflict falls back to ephemeral (single-app-runtime D2 robustness) (853fec9)
  • runtime: starting-state discovery + bounded folder-browse route (single-app-runtime S23, S24) (ec0267d)
  • runtime: W01 seat law + lifecycle core (single-app-runtime S01-S07) (150c0bb)
  • runtime: W02/W03 engine — app front door, workspace-less boot, provisioning parity, CSP, update verb (single-app-runtime S08-S13, S15-S20) (97b6912)

Bug Fixes

  • api: drop unused imports after the boot/discovery split (71d042f)
  • engine: materialize a whole-document create as a two-step apply (2659e1c)
  • engine: scope create-path-collision apply gate to landable siblings (ca66181)
  • engine: survey-bearing rag reads get their own wall-clock budget (aff4de9)
  • launch: review findings — cold-index-proof spawn wait (30s->180s), honest crash-loop message (f997ae1)
  • runtime: P07 review revisions — state-aware launcher wait, starting-seat test, listbox keyboard nav (88cb65d)
  • runtime: review revisions — seat-first boot, liveness-aware crash guard, raced-launch attach, CSP document proof, S20 honest split (2061ec0)

Performance

  • code-files: generation-keyed delta via the generalized row-delta core (ca55107)
  • git: engine-computed changes summary; detail fetch pays only on fold-open (1aba7d9)
  • graph: generation-keyed slice delta kills the idle refetch storm (e6d087d)
  • vault-tree: generation-keyed delta reconciliation (vault-tree-delta ADR) (241fbc2)

v0.1.3

Choose a tag to compare

@nevenincs nevenincs released this 11 Jul 16:31
b001e1a

0.1.3 (2026-07-11)

Features

  • authoring: section-scoped operations (SectionEdit) — implements W13.P45 (83e6355)

Bug Fixes

  • authoring: fence-delimiter tracking + reject stray section_selector (review nits) (9c11ec2)

v0.1.2

Choose a tag to compare

@nevenincs nevenincs released this 10 Jul 10:16
5e0d67f

0.1.2 (2026-07-10)

Features

  • authoring: drive transcript compaction from the prompt-turn boundary (W14.P42a S262) (a773afc)
  • authoring: echo the created-document identity in the apply receipt (ledgered-edit W03.P09a backend) (98cc0cf)
  • authoring: explicit rebase + replacement-proposal routes (W14.P42a S260) (8afa76d)
  • authoring: generalize the propose surface to every content kind (ledgered-edit W02.P05a) (f5cd34f)
  • authoring: operation-typed direct-edit route + scope-pin (ledgered-edit W02.P06) (1eb432d)
  • authoring: review-station routes + Edit/Respond flip (W14.P42a S261) (9d8da8a)
  • authoring: structured denial_kind discriminator on the direct-write outcome (ledgered-edit W05.P14 backend) (851a98e)
  • authoring: wire CreateDocument apply + identity-bearing post-verify (ledgered-edit W02.P05) (e852d21)
  • authoring: wire EditFrontmatter apply/materialize/conflict/rollback (ledgered-edit W02.P03) (a6bffe6)
  • authoring: wire Rename apply/materialize/conflict + rename-back rollback (ledgered-edit W02.P04) (5769961)
  • provision: project provisioning + framework acquisition plane (e68d15e)

Bug Fixes

  • authoring: bound the compaction-run audit table (W14.P42a S262 revision) (9233723)
  • authoring: kind-gate the crash-recovery post-verify for core-authoritative writes (ledgered-edit W02.P03 revision) (c8d2467)
  • authoring: lineage-guard rename-back rollback against stem reuse (ledgered-edit W02.P04 revision) (c1e108d)
  • authoring: sanitize record_json in the v19 migration + add populated round-trip test (W14.P47 revision) (b980a3b)
  • authoring: scope-pin must compare against scope_token, not scope_id_for_worktree (ledgered-edit W02.P06 follow-up) (5cc5db8)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 15:43
d50e285

Install vaultspec-cli 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nevenincs/vaultspec-dashboard/releases/download/v0.1.1/vaultspec-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/nevenincs/vaultspec-dashboard/releases/download/v0.1.1/vaultspec-cli-installer.ps1 | iex"

Download vaultspec-cli 0.1.1

File Platform Checksum
vaultspec-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
vaultspec-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
vaultspec-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
vaultspec-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
vaultspec-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 03:55
24d60de

Install vaultspec-cli 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nevenincs/vaultspec-dashboard/releases/download/v0.1.0/vaultspec-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/nevenincs/vaultspec-dashboard/releases/download/v0.1.0/vaultspec-cli-installer.ps1 | iex"

Download vaultspec-cli 0.1.0

File Platform Checksum
vaultspec-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
vaultspec-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
vaultspec-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
vaultspec-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
vaultspec-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum