Conversation
…a (RAN-55) Closes the last two `Unmet` blockers from the bestpractices.dev/projects/12648 audit (board comment on RAN-55): - `release_notes` Unmet → Met. Add CHANGELOG.md (Keep a Changelog 1.1.0 format) with an [Unreleased] section that catalogues what landed in PR #1: OpenSSF scaffolding, OSV-Scanner CI fix, debounced-search-on-close fix, deep-review fixes, LICENSE attribution, Security adoption notes. Pre-1.0 the commit SHA on `main` is the version identifier; the [Unreleased] block rolls into a versioned heading when the first tag is cut. - `documentation_basics` Unmet ("No appropriate folder found") → Met. Add docs/ folder with: docs/README.md (index), docs/architecture.md (5-phase startup, repo shape, runtime invariants, stack), docs/install.md (requirements, run + flags, tests, update path), docs/troubleshooting.md (preflight bitmap, CLM / AppLocker / EDR blockers, DPAPI store recovery), docs/security.md (threat model, hardened invariants, crypto, distribution integrity). - Update .bestpractices.json: * documentation_basics_status: Met (now backed by docs/ folder; URL added pointing at the tree) * release_notes_status: N/A → Met (URL added pointing at CHANGELOG.md) * release_notes_vulns_status: N/A → Met (URL added pointing at CHANGELOG.md#security) Co-Authored-By: Paperclip <noreply@paperclip.ing>
4 tasks
aksOps
added a commit
that referenced
this pull request
Apr 26, 2026
Cuts the first tagged release line for vigil and rolls in the audit fixes that didn't make it into PR #3's squash. CHANGELOG.md gains the [0.1.0] section + SemVer preamble; .bestpractices.json fills in v0.1.0 evidence and flips version_semver / version_tags / test_continuous_integration to Met. Closes [RAN-55](/RAN/issues/RAN-55) audit-fix portion. Tag + GitHub Release tracked under [RAN-67](/RAN/issues/RAN-67).
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
Closes the last two
Unmetblockers from the bestpractices.dev/projects/12648 audit posted on RAN-55.release_notesUnmetCHANGELOG.md(Keep a Changelog 1.1.0) with[Unreleased]cataloguing PR #1 changesdocumentation_basicsUnmet ("No appropriate folder found")docs/folder with index + architecture + install + troubleshooting + security.bestpractices.jsonis updated to flip both criteria fromN/A/Unmet toMetand add*_urlpointers.Test plan
python3 -c "import json; json.load(open('.bestpractices.json'))"cleandocs/*.md,README.md,CLAUDE.md,SECURITY.md,CHANGELOG.md).github/workflows/security.ymlandscorecard.ymlrelease_notes,release_notes_vulns, anddocumentation_basicsflip to Met on the live pageFiles
CHANGELOG.md— new, root-leveldocs/README.md,docs/architecture.md,docs/install.md,docs/troubleshooting.md,docs/security.md— new.bestpractices.json—release_notes+release_notes_vulns(N/A→Met, URLs added);documentation_basics_urladdedRefs RAN-55, RAN-60.
🤖 Generated with Claude Code