feat: add v0.5 agent integration workflow - #5
Merged
Conversation
DOTfei
marked this pull request as ready for review
August 11, 2026 01:51
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.
Summary
Vibe Code Guard v0.5 makes the repository usable by external coding agents
such as Codex, Claude Code, Gemini CLI, and Cursor agents.
The product boundary is explicit:
Agent-first experience
An agent can receive this repository and the instruction:
The new flow provides:
AGENTS.mdand Claude-compatibleCLAUDE.mdinstructions;docs/agent-integration.md;./install.sh;config/toolchain.jsonmanifest;doctor --jsonstatus and explicit READY/DEGRADED/BROKEN states;auditprofiles:auto,quick,full, andrelease;vibe-code-guard dashboardwith a 127.0.0.1-only binding;.vibe-code-guard.json;Safety and ownership boundaries
modified, or relicensed.
curl | sh, does not change shell startup files, and does not disable OSsecurity controls.
upstream scanners, databases, and templates are preserved.
require explicit authorization; public targets are never inferred as safe.
target declarations. It cannot execute arbitrary shell commands.
provider, API key, cloud upload, GitHub PR review, automatic fixing, Strix
integration, or new scanner is added in v0.5.
Validation
npm test: 50 passingbash -n install.sh: passinggit diff --check: passing./install.sh --dry-run --json: passing; planned actions are structured andno machine changes were made
incompatible version, healthy newer version, root/symlink escape, command
conflict, and upstream-preserving uninstall all covered
--yesbootstrap:DEGRADEDwas reported accurately, absolutelauncher path returned, launcher executed, and uninstall removed only VCG files
SKIPPEDstates, correlated counts,deterministic release gate, and structured error reasons were verified
READY, bound to127.0.0.1, safe portselection, structured
dashboardUrl, isolated temporary data, then stoppedand cleaned up
security-tools doctor:HEALTHYsecurity-tools self-test --json:7/8 PASS,1 DEGRADED,0 FAILThe self-test degradation is the pre-existing global OSV-Scanner external query
condition (exit 127, no results), not a v0.5 repository failure. It is reported
accurately and was not changed or hidden.
The final review fixes in commit
35abe40add symlink-parent protection,version-range validation, IPv6 loopback support, rejection of
0.0.0.0, explicitmanifest doctor/self-test mappings, scanner error/skip fields, prerequisite
documentation, and a safe launcher path hint.
Compatibility
Existing v0.1 orchestration, v0.2 Unified Findings, v0.3 Correlation/Lifecycle,
v0.4 optional AI Review, run history, Dashboard APIs, and third-party notices
remain in place. The v0.5 CLI calls the existing deterministic audit workflow;
it does not replace scanner adapters or change deterministic authority.
Known limitations
does not silently approve them;
--yesis required to apply the plan.security-checkis preserved rather thanoverwritten. The unambiguous
vibe-code-guardcommand remains available.security-toolkit lifecycle.
partial, and Windows/WSL is not yet supported by the installer.
coding agent must obtain user authorization, fix, rescan, and report.
Recommendation
Final productization review: no remaining blocking v0.5 defect is known from
the performed review. Recommend MERGE after human review. Keep this PR Draft
until the owner explicitly marks it ready; do not merge automatically.