chore: eradicate V-lang; canonical = Zig API + Idris2 ABI#25
Merged
Conversation
Estate architecture law: ABI=Idris2, FFI=Zig, API=Zig (never V/Rust/C). - Delete V generated stubs (src/api/proto/aerie.pb.v, src/api/graphql/schema.gql.v) - Containerfile + stapeln.toml: build the Zig gateway (src/api/zig/ via build.zig), not clone vlang/v; no V toolchain fetched anywhere - Justfile: remove the V-stub-gen recipes (live re-emergence engine) - Correct doc drift to Zig/Idris2: .claude/CLAUDE.md, MIGRATION.adoc, EXPLAINME.adoc, ROADMAP.adoc, TOPOLOGY.md, TEST-NEEDS.md, selur-compose.toml, flake.nix - Flag src/api/rust/ + the old 'V->Rust' MIGRATION text as off-policy drift (Rust is not an API language here) — separate removal follow-up No .v files remain; residual mentions only document the removal or live in the off-policy Rust crate slated for deletion. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
🔍 Hypatia Security ScanFindings: 11 issues detected
View findings[
{
"reason": "Action hyperpolymath/rsr-toolchain-action@main needs attention",
"type": "unpinned_action",
"file": "quality.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "high"
},
{
"reason": "Nickel file missing SPDX-License-Identifier header (1 occurrences, CWE-1104)",
"type": "ncl_missing_spdx",
"file": "/home/runner/work/aerie/aerie/configs/config.ncl",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "unwrap() without prior check -- DoS via panic (1 occurrences, CWE-754)",
"type": "unwrap_without_check",
"file": "/home/runner/work/aerie/aerie/src/api/rust/src/redis_client.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "high"
},
{
"line": 220,
"reason": "Secret found: Generic API key",
"type": "secret_detected",
"file": "/home/runner/work/aerie/aerie/src/api/zig/main.zig",
"action": "revoke_rotate_and_purge",
"rule_module": "security_errors",
"severity": "critical"
},
{
"reason": "Repository has 1 non-main remote branch(es). Policy: single main branch only.",
"type": "GS007",
"file": ".",
"action": "delete_remote_branches",
"rule_module": "git_state",
"severity": "medium"
},
{
"reason": "Orphan gitlink -- submodule ref without .gitmodules entry. Likely a stray clone caught by bot git-add-all.",
"type": "SD005",
"file": "network/bgp-backbone-lab",
"action": "investigate",
"rule_module": "structural_drift",
"severity": "critical"
},
{
"reason": "Orphan gitlink -- submodule ref without .gitmodules entry. Likely a stray clone caught by bot git-add-all.",
"type": "SD005",
"file": "network/ipv6-only",
"action": "investigate",
"rule_module": "structural_drift",
"severity": "critical"
},
{
"reason": "Orphan gitlink -- submodule ref without .gitmodules entry. Likely a stray clone caught by bot git-add-all.",
"type": "SD005",
"file": "network/ipv6-site-enforcer",
"action": "investigate",
"rule_module": "structural_drift",
"severity": "critical"
},
{
"reason": "Orphan gitlink -- submodule ref without .gitmodules entry. Likely a stray clone caught by bot git-add-all.",
"type": "SD005",
"file": "network/ipv6-tools",
"action": "investigate",
"rule_module": "structural_drift",
"severity": "critical"
},
{
"reason": "Orphan gitlink -- submodule ref without .gitmodules entry. Likely a stray clone caught by bot git-add-all.",
"type": "SD005",
"file": "network/network-ambulance",
"action": "investigate",
"rule_module": "structural_drift",
"severity": "critical"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Removes all V-lang from aerie and corrects the build + docs to the estate architecture law (ABI=Idris2, FFI=Zig, API=Zig).
Code/build
src/api/proto/aerie.pb.v,src/api/graphql/schema.gql.vContainerfile+stapeln.toml: build the Zig gateway (src/api/zig/viabuild.zig) — no moregit clone vlang/v; zero V toolchainJustfile: deleted thespecs-to-v*V-stub-gen recipes (live re-emergence engine)flake.nix: idris2+zig inputs,zig buildphasesDoc drift → Zig/Idris2:
.claude/CLAUDE.md,MIGRATION.adoc,EXPLAINME.adoc,ROADMAP.adoc,TOPOLOGY.md,TEST-NEEDS.md,selur-compose.tomlFlagged (separate follow-up):
src/api/rust/crate + old 'V→Rust' migration text are off-policy drift — Rust is not an API language here; that crate is debt to remove, not the target.No
.vfiles remain. 🤖 Generated with Claude Code