Skip to content

Commit 2c63901

Browse files
Rebalance narrative: audit is one of three value tracks
Reframe the page around three jobs TraceVault does off the same signed ledger: - Evidence: signed audit trail (unchanged) - Enforcement: model allowlists, paths, budgets, tools, AI-share - Economics: token/model/cache/per-PR spend attribution Compliance becomes one driver, not the headline. Hero subtitle, problem banner, pillars (2 → 3), TraceVault spotlight copy, ledger diagram, coverage matrix, alternatives, FAQ and CTA all updated accordingly. Nav and Visdom strip relabeled.
1 parent 312439c commit 2c63901

4 files changed

Lines changed: 143 additions & 101 deletions

File tree

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
# Visdom Governance
22

3-
**Signed audit trail + policy enforcement for AI-assisted development.**
3+
**Audit trail + policy enforcement + FinOps for AI-assisted development.**
44

55
Sibling of [Visdom Code Review](https://github.com/VirtusLab/visdom-code-review),
66
[Visdom Testing](https://github.com/VirtusLab/visdom-testing) and
7-
[Visdom Security](https://github.com/VirtusLab/visdom-security). Focused on the
8-
developer-facing building block that makes AI-assisted SDLC auditable:
7+
[Visdom Security](https://github.com/VirtusLab/visdom-security). Three jobs off
8+
one signed ledger:
99

10-
1. **TraceVault** — open-source flight recorder for AI-assisted development.
11-
Captures every session, prompt, model, tool call and edited file; hash-chains
12-
and Ed25519-signs the record; enforces model allowlists, sensitive paths,
13-
token budgets and AI-share thresholds at the developer's terminal.
14-
<https://tracevault.dev/>
10+
1. **Evidence** &mdash; Ed25519-signed, hash-chained capture of every AI session,
11+
prompt, model, tool call and edited file, with automatic secret redaction.
1512

16-
2. **Compliance coverage** &mdash; maps the evidence TraceVault produces onto EU AI Act,
17-
SR 11-7, SOX §404, PCI-DSS, ISO 42001 and DORA obligations.
13+
2. **Enforcement** &mdash; model allowlists, sensitive-path guards, required tools,
14+
token budgets and AI-share thresholds, applied at the developer's terminal.
15+
16+
3. **Economics** &mdash; token trends, model distribution, cache hit-rate and
17+
per-team / per-PR spend attribution.
18+
19+
Powered by [TraceVault](https://tracevault.dev/), the open-source building block
20+
underneath Visdom Governance.
1821

1922
## Develop
2023

src/components/SiteNavIsland.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ interface SiteNavIslandProps {
88

99
const navLinks = (base: string) => [
1010
{ label: 'Home', href: `${base}` },
11+
{ label: 'Capabilities', href: `${base}#capabilities` },
1112
{ label: 'TraceVault', href: `${base}#tracevault` },
12-
{ label: 'Compliance', href: `${base}#compliance` },
1313
{ label: 'FAQ', href: `${base}#faq` },
1414
];
1515

0 commit comments

Comments
 (0)