Add project docs, dotfiles, ignore files; restructure README; manual-only CI - #2
Merged
Conversation
… make CI manual-only - Add AGENTS.md, CLAUDE.md, SECURITY.md (rebranded vecnode->vncli identity references; SECURITY.md's threat model and MCP approval-gate docs now match the ported code). - Add dotfiles/win11 (SSH config template + Windows 11 privacy/telemetry baseline script) - verified no secrets or personal identifiers. - Add .dockerignore, merge vecnode's .gitignore entries (backup/, logs/, *.log, *.tmp, library/) into the existing one. - README: Features section is now a plain description list; command syntax moved to a new Commands section. - ci.yml: replace push/pull_request triggers with workflow_dispatch only, so it runs solely on manual request instead of on every push/PR. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
rustsec/audit-check tries to publish results via the GitHub Checks API, which needs checks: write - without it the step fails with "Resource not accessible by integration" even when zero vulnerabilities are found (as confirmed by the action's own JSON output: vulnerabilities.found: false). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
AGENTS.md,CLAUDE.md,SECURITY.md(ported from vecnode, app-identity strings rebranded to vncli).dotfiles/win11(SSH config template, Windows 11 privacy/telemetry baseline script) - reviewed for secrets/personal identifiers before copying, found none..dockerignore; merges vecnode's.gitignoreentries into the existing one.Featuresis now a plain description list (no command syntax); command syntax moved to a newCommandssection.ci.yml: triggers changed frompush/pull_requesttoworkflow_dispatchonly, so CI runs solely on manual request going forward.Test plan
vecnodeidentity strings in the new docsworkflow_dispatchmanually to confirm before merging🤖 Generated with Claude Code