Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**The Git-native governance layer for artifacts created and consumed during AI-assisted software development.**

AI coding agents work from durable artifactsÔÇöintent, requirements, specs, plans, designs, tasks, and evidenceÔÇöbut Git does not ensure those artifacts still describe the code. SpecGov autodetects common spec workflows, builds a normalized artifact graph, and reports incomplete chains or code changes that bypass their governing artifacts.
AI coding agents work from durable artifacts—intent, requirements, specs, plans, designs, tasks, and evidence—but Git does not ensure those artifacts still describe the code. SpecGov autodetects common spec workflows, builds a normalized artifact graph, and reports incomplete chains or code changes that bypass their governing artifacts.

- AI-first, agent-agnostic, and framework-agnostic.
- Local and deterministic by default; no account, API key, upload, or network call.
Expand Down Expand Up @@ -61,7 +61,7 @@ SpecGov is not another spec-authoring framework. It governs the files those fram

## Declared metadata

Optional namespaced frontmatter can declare lifecycle, scope, ownership, relations, and producer context. Producer fields are declarationsÔÇönot verified provenanceÔÇöand SpecGov never infers AI authorship.
Optional namespaced frontmatter can declare lifecycle, scope, ownership, relations, and producer context. Producer fields are declarations—not verified provenance—and SpecGov never infers AI authorship.

```yaml
specgov:
Expand Down Expand Up @@ -122,4 +122,4 @@ npm audit --omit=dev
npm pack --dry-run
```

MIT ┬® Fernando Paladini. See [Security](SECURITY.md), [Contributing](CONTRIBUTING.md), and [Releasing](RELEASING.md).
MIT © Fernando Paladini. See [Security](SECURITY.md), [Contributing](CONTRIBUTING.md), and [Releasing](RELEASING.md).
Loading