-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraph.toml
More file actions
133 lines (107 loc) · 3.18 KB
/
graph.toml
File metadata and controls
133 lines (107 loc) · 3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# SPDX-License-Identifier: PMPL-1.0-or-later
# graph.toml - Hyperpolymath repository ecosystem graph
[meta]
version = "1.0"
created_at = "2026-02-07T11:00:00Z"
updated_at = "2026-02-07T14:00:00Z"
total_repos = 4 # Bootstrap with core repos
[settings]
default_aspects = ["quality", "security", "seo"]
auto_discover = false # Manual registration for now
scan_interval_days = 7
# Core reposystem tool
[[repositories]]
id = "reposystem"
name = "reposystem"
path = "/var$REPOS_DIR/reposystem"
forge = "github"
owner = "hyperpolymath"
url = "https://github.com/hyperpolymath/reposystem"
description = "Repository ecosystem management framework"
tech_stack = ["Documentation"]
created_at = "2024-01-01T00:00:00Z"
group = "reposystem-core"
aspects = ["documentation", "planning"]
tags = ["reposystem", "ecosystem", "management"]
active = true
archived = false
completion_percentage = 40
phase = "design"
registered_in_reposystem = true
seo_score = 70
health_score = 80
depends_on = []
provides_to = ["git-dispatcher", "git-hud", "scaffoldia"]
related = []
# Execution engine for reposystem plans
[[repositories]]
id = "git-dispatcher"
name = "git-dispatcher"
path = "/var$REPOS_DIR/git-dispatcher"
forge = "github"
owner = "hyperpolymath"
url = "https://github.com/hyperpolymath/git-dispatcher"
description = "Execution engine for reposystem plans"
tech_stack = ["ReScript", "Deno"]
created_at = "2024-06-01T00:00:00Z"
group = "reposystem-core"
aspects = ["execution", "automation"]
tags = ["deno", "rescript", "dispatcher", "gitbot-fleet"]
active = true
archived = false
completion_percentage = 35
phase = "active-implementation"
registered_in_reposystem = true
seo_score = 0
health_score = 0
depends_on = ["reposystem"]
provides_to = ["gitbot-fleet"]
related = ["git-hud"]
# Repository discoverability analysis
[[repositories]]
id = "git-seo"
name = "git-seo"
path = "/var$REPOS_DIR/git-seo"
forge = "github"
owner = "hyperpolymath"
url = "https://github.com/hyperpolymath/git-seo"
description = "Repository discoverability analysis and optimization"
tech_stack = ["Julia"]
created_at = "2025-01-15T00:00:00Z"
group = "analysis-tools"
aspects = ["analysis", "seo"]
tags = ["julia", "seo", "discoverability", "analysis"]
active = true
archived = false
completion_percentage = 100
phase = "production"
registered_in_reposystem = true
seo_score = 85
health_score = 90
depends_on = []
provides_to = ["git-dispatcher", "git-hud"]
related = ["gitvisor"]
# RSR policy enforcement
[[repositories]]
id = "techstack-filterlist"
name = "techstack-filterlist"
path = "/var$REPOS_DIR/techstack-filterlist"
forge = "github"
owner = "hyperpolymath"
url = "https://github.com/hyperpolymath/techstack-filterlist"
description = "Declarative tech stack policy enforcement for RSR compliance"
tech_stack = ["Ada", "TOML"]
created_at = "2026-01-03T00:00:00Z"
group = "rsr-enforcement"
aspects = ["policy", "quality", "security"]
tags = ["rsr", "ada", "policy-enforcement", "language-whitelist"]
active = true
archived = false
completion_percentage = 40
phase = "active-implementation"
registered_in_reposystem = true
seo_score = 0
health_score = 0
depends_on = []
provides_to = ["rsr-template-repo", "reposystem", "gitbot-fleet", "scaffoldia"]
related = []