Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Commit 775d667

Browse files
committed
feat(governance): add hummbl.repo.yaml (backfill)
1 parent 380cfaa commit 775d667

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

hummbl.repo.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# hummbl.repo.yaml — agent-governance-demo
2+
# HUMMBL Repo Standard v0.1
3+
4+
schema: "hummbl-repo-manifest@0.1"
5+
6+
repo:
7+
full_name: "hummbl-dev/agent-governance-demo"
8+
name: "agent-governance-demo"
9+
visibility: "public"
10+
default_branch: "main"
11+
status: "archived"
12+
13+
purpose:
14+
type: "archived"
15+
summary: "Archived repository. See README.md for original purpose."
16+
source_of_record: "git"
17+
18+
authority:
19+
steward: "HUMMBL Research Institute"
20+
approving_human: "Reuben Bowlby"
21+
22+
governance:
23+
agents_required: false
24+
krineia_required: true
25+
receipts_dir: "_receipts/"
26+
model_provider_neutral: true
27+
28+
validation:
29+
command: "echo 'archived repo — no validation required'"
30+
required_before_merge: false
31+
required_before_release: false
32+
33+
docs:
34+
krineia: "KRINEIA.md"
35+
36+
krineia:
37+
manifest: "KRINEIA.md"
38+
chains:
39+
primary:
40+
chain_id: "agent-governance-demo-primary"
41+
storage: "_receipts/krineia/primary.jsonl"
42+
genesis_policy: "repo_bootstrap"
43+
hash_algorithm: "sha256"
44+
canonicalization: "json.dumps(sort_keys=True,separators=(',',':'))"
45+
operators_allowed: ["append", "project", "cut"]
46+
operators_forbidden: ["update", "delete", "rewrite", "summarize_and_replace", "score_and_train"]

0 commit comments

Comments
 (0)