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
16 changes: 4 additions & 12 deletions verisim/seed/repos.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ lineage = "standalone"
parent = ""
completion = 70

[repo.hyperpolymath.github.io]
[repo."hyperpolymath.github.io"]
primary = "gv"
secondary = ["ap"]
description = "Public portfolio — will become ReScript/WASM portal"
Expand Down Expand Up @@ -1751,23 +1751,23 @@ evolved-from = "gossamer/examples/game-server-admin"
# uuid = uuid5(URL, "github.com/hyperpolymath/<name>") per the registry scheme.
# ============================================================================

[repo..git-private-farm]
[repo.".git-private-farm"]
primary = "rm"
secondary = []
description = "GitHub maintenance hub — hookset sync, farm manifest, dependabot automation"
lineage = "standalone"
parent = ""
completion = 0

[repo..github]
[repo.".github"]
primary = "rm"
secondary = []
description = "Organization-wide community-health defaults for hyperpolymath/*: issue & discussion templates, Code of Conduct, contributing, security policy, and more. Improve"
lineage = "standalone"
parent = ""
completion = 0

[repo.EchoTypes.jl]
[repo."EchoTypes.jl"]
primary = "fv"
secondary = []
description = "Executable finite-domain companion to the Agda library echo-types — a runnable model, not a proof."
Expand Down Expand Up @@ -2647,14 +2647,6 @@ lineage = "standalone"
parent = ""
completion = 0

[repo.verisimdb-data]
primary = "rm"
secondary = []
description = "Git-backed flat-file data store for VeriSimDB — scan results, dispatch logs, recipes, and patterns"
lineage = "standalone"
parent = ""
completion = 0

[repo.vex-tools]
primary = "dx"
secondary = []
Expand Down
6 changes: 3 additions & 3 deletions worker/data/repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -3604,12 +3604,12 @@
{
"name": "verisimdb-data",
"uuid": "22772417-fc00-5263-a78a-7567aee04984",
"clade": "rm",
"clade": "db",
"secondary": [],
"lineage": "standalone",
"parent": "",
"description": "Git-backed flat-file data store for VeriSimDB \u2014 scan results, dispatch logs, recipes, and patterns",
"prefixed": "rm-verisimdb-data",
"description": "VeriSimDB data repository \u2014 scan results, patterns, recipes",
"prefixed": "db-verisimdb-data",
"github": "hyperpolymath/verisimdb-data"
},
{
Expand Down
Loading