Intent-scoped work
Every change opens against an intent with explicit goals, constraints, and allowed scopes. Agents stay inside the lines you set.
avcshub is the cloud home for AVCS repositories. Intent, operations, evidence, and decisions are first-class objects — and your code is the materialized projection of the operation graph, not a pile of conflicting diffs.
AVCS records why every change exists. The working tree is computed by reducing the operation graph — so provenance, review, and merge are built in.
The goal, constraints, and allowed scopes for a unit of work.
Semantic changes proposed against an intent — not raw text diffs.
Tests, typecheck, and lint results attached to operations.
Signed owner choices that accept or reject proposals.
The materialized tree — a projection of the accepted graph.
Governance, provenance, and verification are part of the data model — not bolted-on process.
Every change opens against an intent with explicit goals, constraints, and allowed scopes. Agents stay inside the lines you set.
Authors propose semantic operations with declared effects. Concurrent edits to different parts of a file merge without textual conflicts.
Behavior-changing operations need passing tests, typecheck, or lint attached as signed-able evidence before they can be accepted.
Owners resolve conflicts with ed25519-signed decisions. Forged or unsigned approvals are dropped, and the rationale becomes reusable history.
Soft write-leases and per-actor identity let people and AI agents work the same repo at once without clobbering each other's in-flight work.
Fork long-lived lines, backport operations with provenance, and cut verified releases bundled with evidence and a software bill of materials.
The same flow whether the author is a person or an agent — every step is recorded and attributable.
intent_createDeclare the goal, constraints, and scopes for the work.
session_startA human or AI agent begins working against that intent.
operation_proposeAuthor semantic changes with honestly declared effects.
validate_runRun tests and lint; results gate behavior changes.
decision_recordOwners sign decisions; verified states become releases.
Open the demo repository to browse its code projection, proposal graph, and members — no account required.