Brad Groux
dfae7911cc
chore: release v6.1.2
...
* chore: prepare v6.1.2 release
* chore: refresh reviewed gitleaks fingerprints
* docs: record release gate corrections
* docs: record v6.1.2 release evidence
2026-08-24 08:39:47 -05:00
Brad Groux
2cfb89396d
chore(release): prepare Veritas Kanban 6.1.1
...
Audit and resolve the open contributor and dependency backlog, stabilize the release candidate, synchronize versioned documentation, and prepare the verified 6.1.1 release.
2026-08-22 19:55:58 -05:00
Brad Groux
e5aba49e61
chore: prepare Veritas Kanban 6.1.0 ( #1137 )
...
CI / Select Test Scope (push) Waiting to run
CI / Lint & Type Check (push) Waiting to run
CI / Changed Tests (push) Blocked by required conditions
CI / Workspace Unit Tests (push) Blocked by required conditions
CI / Build (push) Waiting to run
CI / Security Audit (push) Waiting to run
Desktop Artifacts / Unsigned macOS Artifact (push) Has been cancelled
Desktop Artifacts / Unsigned Linux Artifacts (push) Has been cancelled
Desktop Artifacts / Unsigned Windows Artifacts (push) Has been cancelled
* chore: prepare v6.1.0 release
* docs: record v6.1.0 release gate evidence
* test: cover CLI fork idempotency
* test: separate live MCP integration coverage
2026-07-26 06:22:01 -05:00
Brad Groux
f7aea9a4d4
feat: execute durable retry and fallback policy ( #1017 )
...
* feat: execute durable retry and fallback policy
* fix: declare recovery control permissions
* fix: make recovery fail closed and durable
* test: preserve workflow recovery revision
2026-07-24 20:37:08 -05:00
Brad Groux
3a73662b9c
chore(release): prepare v6.0.2 desktop hotfix ( #1011 )
2026-07-24 18:01:56 -05:00
Brad Groux
1c86d90386
chore: prepare v6.0.1 release
2026-07-24 13:43:59 -05:00
Brad Groux
1bd43f9279
release: Veritas Kanban 6.0.0 ( #985 )
...
* build: prepare 6.0.0 release
* docs: link the 6.0.0 release pull request
2026-07-24 11:26:25 -05:00
Brad Groux
0fbd9ee428
feat: add run-scoped tool control plane ( #959 )
...
CI / Lint & Type Check (push) Waiting to run
CI / Changed Tests (push) Waiting to run
CI / Workspace Unit Tests (push) Waiting to run
CI / Build (push) Waiting to run
CI / Security Audit (push) Waiting to run
Desktop Artifacts / Unsigned macOS Artifact (push) Waiting to run
Desktop Artifacts / Unsigned Linux Artifacts (push) Waiting to run
Desktop Artifacts / Unsigned Windows Artifacts (push) Waiting to run
* feat: add run-scoped tool control plane (#857 )
* test: align provider capability fixtures
2026-07-24 05:10:20 -05:00
Brad Groux
55e621d147
release: prepare v5.2.5 ( #922 )
...
Prepare the v5.2.5 source, migration guidance, release documentation, and desktop publication evidence. Refs #914 .
2026-07-23 10:17:10 -05:00
Brad Groux
b704ab92d0
feat: add provider-neutral task envelope contracts ( #891 ) ( #894 )
...
CI / Lint & Type Check (push) Has been cancelled
CI / Workspace Unit Tests (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
Co-authored-by: bradgroux <brad@digitalmeld.io>
2026-07-16 12:48:48 -05:00
Brad Groux
566ec0f7fe
feat: enforce provider runtime manifests ( #887 ) ( #890 )
...
Co-authored-by: bradgroux <brad@digitalmeld.io>
2026-07-16 11:00:44 -05:00
Brad Groux
7ff4acba8e
chore: prepare Veritas Kanban 5.2.4 ( #845 )
CI / Lint & Type Check (push) Has been cancelled
CI / Workspace Unit Tests (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
2026-07-13 02:16:02 -05:00
Brad Groux
d4c5b65859
chore: prepare Veritas Kanban 5.2.3 ( #841 )
CI / Lint & Type Check (push) Waiting to run
CI / Workspace Unit Tests (push) Waiting to run
CI / Build (push) Waiting to run
CI / Security Audit (push) Waiting to run
2026-07-13 00:44:16 -05:00
Brad Groux
4b84eccd1b
chore: prepare Veritas Kanban 5.2.2 ( #827 )
...
Tracks #809
2026-07-12 18:26:31 -05:00
Brad Groux
6c043c76d4
Bump version to 5.2.1 ( #766 )
...
* Bump version to 5.2.1
* Stabilize workflow run metadata test
* Document v5.2.1 release notes and harden CI setup
2026-06-28 21:50:14 -05:00
Brad Groux
3c9065b8ab
Bump version to 5.2.0 ( #757 )
CI / Security Audit (push) Has been cancelled
CI / Lint & Type Check (push) Has been cancelled
CI / Workspace Unit Tests (push) Has been cancelled
CI / Build (push) Has been cancelled
2026-06-26 15:11:19 -05:00
Brad Groux
1bbd3739e0
Prepare Veritas Kanban 5.1.0 release
2026-06-18 17:01:39 -05:00
Brad Groux
ac0687ac72
Prepare v5.0.1 patch release
...
Bump Veritas Kanban to v5.0.1, update release docs, and fix the local macOS packaging smoke check.
2026-06-12 03:19:52 -05:00
Brad Groux
861dcf0ac3
Make MCP write responses concise
...
Make MCP write tools return concise confirmations instead of full task JSON payloads.
Stabilize the Progress tab web test that failed under CI load while verifying this change.
Fixes #714 .
2026-06-12 03:01:18 -05:00
Brad Groux
29630c7e4b
Prepare v5.0.0 release
2026-06-05 18:16:43 -05:00
Brad Groux
ce0ff8022f
Clarify optional integration setup docs
2026-06-03 08:50:42 -07:00
Brad Groux
3f5c9a03af
feat: enforce CLI and MCP token permissions
...
## Summary
- adds a shared client-side API permission mapper and guarded API client for CLI and MCP calls
- exposes a non-secret /api/auth/context endpoint for scoped token preflight
- routes CLI and MCP task lookup helpers through the guarded client
- preflights direct summary text fetches that bypass the JSON API helper
- adds focused CLI and MCP token authorization coverage and documents the behavior
Refs #336 .
## Verification
- pnpm --filter @veritas-kanban/shared build
- pnpm --filter @veritas-kanban/cli typecheck
- pnpm --filter @veritas-kanban/mcp build
- pnpm --filter @veritas-kanban/server typecheck
- focused CLI and MCP api-permissions tests
- pnpm lint:budget
- pnpm audit --prod --audit-level=high
- pnpm build
- GitHub Actions: Build, Lint & Type Check, Security Audit, Workspace Unit Tests
2026-05-31 04:35:10 -05:00
Brad Groux
c40f378bb9
feat: add v5 auth permission context
...
## Summary
- adds a shared v5 auth context for REST requests and WebSocket connections
- adds role-derived permission sets plus an explicit `authorizePermission` guard for upcoming route migrations
- documents scoped CLI and MCP token expectations for v5 RBAC work
Refs #336 .
## Verification
- CI: Build
- CI: Lint & Type Check
- CI: Security Audit
- CI: Workspace Unit Tests
- `pnpm --filter @veritas-kanban/server test -- middleware/auth`
- `pnpm --filter @veritas-kanban/server typecheck`
- `pnpm lint:budget`
- `pnpm build`
- `pnpm audit --prod --audit-level=high`
- `git diff --check`
## Notes
- This is a compatibility groundwork slice for #336 . It does not complete route-by-route permission enforcement, workspace filtering, or agent token scoping.
2026-05-31 02:35:24 -05:00
Brad Groux
92b573ab18
chore: bump version to 4.3.2
CI / Lint & Type Check (push) Has been cancelled
CI / Workspace Unit Tests (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
2026-05-16 19:10:53 -05:00
Brad Groux
55ba8b8f4d
Add CLI and MCP setup smoke checks
...
CI / Lint & Type Check (push) Has been cancelled
CI / Workspace Unit Tests (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
Add CLI and MCP read/write smoke checks, simplify README onboarding, and remove stale shipped-roadmap noise.
2026-05-13 15:21:16 -05:00
Brad Groux
578269963a
Clarify setup paths and integration auth
...
Clarify setup paths, integration auth behavior, and communication docs.
2026-05-13 14:21:30 -05:00
Brad Groux
175de95717
fix: restrict governance routes to admins
CI / Lint & Type Check (push) Has been cancelled
CI / Workspace Unit Tests (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
2026-05-10 23:14:50 -05:00
Brad Groux
612599c58d
chore: resolve VK cutover and zod update ( #324 )
CI / Lint & Type Check (push) Has been cancelled
CI / Workspace Unit Tests (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
2026-05-09 02:11:52 -05:00
Brad Groux
6066e8dd36
docs: plan v4.2 codex integration
...
Adds the v4.2 OpenAI Codex integration roadmap, SOP, examples, MCP setup notes, AGENTS.md guidance, and planned feature documentation.
2026-05-05 20:56:41 -05:00
Brad Groux
f7d2dcd099
fix: restore ci typecheck for cli
2026-05-04 01:53:21 -05:00
Brad Groux
70c8c06e56
docs: v4.0 documentation update and cleanup ( closes #229 ) ( #230 )
...
v4.0 docs update: CHANGELOG, README, FEATURES, API-REFERENCE, 11 new SOPs, MCP docs, version bumps to 4.0.0, docs cleanup. Closes #229 .
2026-03-21 12:20:16 -05:00
Brad Groux
af838c83e7
docs: document force delete behavior for sprint/managed list tools
2026-03-08 03:05:21 -05:00
BradGroux
478a37f975
docs: add comprehensive MCP server documentation
...
- Create docs/mcp/README.md with architecture, quickstart, full 26-tool
catalog with examples, security model, troubleshooting, and FAQ
- Update root README: condense MCP section, add link to dedicated docs
- Add MCP docs to Documentation Map in root README
- Add changelog entry under [Unreleased]
2026-03-02 01:13:43 -06:00