Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cff-version: 1.2.0
title: "AUCTORISEAL"
message: "Cite this repository when referencing VERIFRAX authority issuance semantics."
type: software
authors:
- name: "Verifrax"
repository-code: "https://github.com/Verifrax/AUCTORISEAL"
license: "Proprietary"
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Contributing (AUCTORISEAL)

Authority issuance surface. Treat as high-integrity code.

Rules:
- PRs only (no direct pushes to main)
- deterministic outputs (no time/random/env dependence)
- all authority semantics must be test-backed
- changes must preserve stable identifiers once published
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,11 @@ It promises one thing only:
> **If an action mattered, you can prove who was allowed to authorize it — or prove that no one was.**

Everything else builds on that.

## Contract
- issues/rotates authority material under strict policy
- deterministic issuance records
- compatible with VERIFRAX evidence + sealing surfaces

## Interfaces
- CLI / API surface documented in `docs/`
10 changes: 10 additions & 0 deletions docs/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Usage (Pinned Surface)

This file defines the stable public usage surface.

Add:
- install
- minimal issue/rotate flows
- inputs/outputs
- exit codes / error taxonomy
- security considerations