Skip to content

Commit 1bb7f76

Browse files
hyperpolymathclaude
andcommitted
ci: deploy dogfood-gate, update wellknown-enforcement, add TEST-NEEDS.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 778cf8e commit 1bb7f76

4 files changed

Lines changed: 31 additions & 3 deletions

File tree

.github/workflows/wellknown-enforcement.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
[ -f "security.txt" ] && SECTXT="security.txt"
3434
3535
if [ -z "$SECTXT" ]; then
36-
echo "::warning::No security.txt found. See https://github.com/{{OWNER}}/well-known-ecosystem"
36+
echo "::warning::No security.txt found. See https://github.com/hyperpolymath/well-known-ecosystem"
3737
exit 0
3838
fi
3939
@@ -69,7 +69,7 @@ jobs:
6969
7070
if [ -n "$MISSING" ]; then
7171
echo "::warning::Missing RSR recommended files:$MISSING"
72-
echo "Reference: https://github.com/{{OWNER}}/well-known-ecosystem/.well-known/"
72+
echo "Reference: https://github.com/hyperpolymath/well-known-ecosystem/.well-known/"
7373
else
7474
echo "✅ RSR well-known compliant"
7575
fi

.well-known/groove/manifest.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"applicability": [
3+
"individual",
4+
"team"
5+
],
6+
"capabilities": {
7+
"primary": {
8+
"description": "TODO: describe this service's primary capability",
9+
"panel_compatible": true,
10+
"protocol": "cli",
11+
"requires_auth": false,
12+
"type": "custom"
13+
}
14+
},
15+
"consumes": [],
16+
"groove_version": "1",
17+
"health": null,
18+
"invoke_patterns": {
19+
"ci": "flatracoon --ci --format json",
20+
"local": "flatracoon --interactive",
21+
"mcp": "boj cartridge_invoke flatracoon"
22+
},
23+
"mode": "passive",
24+
"service_id": "flatracoon",
25+
"service_version": "0.1.0"
26+
}

TEST-NEEDS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CRG C Test Coverage — FlatRacoon Hesiod DNS Mapping
22

3+
## CRG Grade: C — ACHIEVED 2026-04-04
4+
35
**Date:** 2026-04-04
46
**Module:** `netstack/modules/hesiod-dns-map/crates/hesiod-lib/`
57
**Status:** COMPLETE — All CRG C requirements met

netstack/modules/hesiod-dns-map

0 commit comments

Comments
 (0)