Conversation
The old README described a v1 toy. vlurp is not that anymore. New README: terminal-first, no emojis, shows the tool working. Install in one line, first fetch in three. Commands table, flags table, presets table. Links out to doc/ for depth. New doc/ guides organized by workflow: - doc/fetch.md fetching, filtering, presets, --ref, --as - doc/vlurpfile.md batch processing, manifest format - doc/supply-chain.md lineage, verify, pin, scan, threat model - doc/upgrade.md outdated, diff, upgrade, catalog, catalog-diff Also adds the three attestation design docs (sigstore-js plan, nono-direct plan, head-to-head comparison) for the upcoming Sigstore integration work. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
indexzero
added a commit
that referenced
this pull request
Mar 19, 2026
The old README described a v1 toy. vlurp is not that anymore. New README: terminal-first, no emojis, shows the tool working. Install in one line, first fetch in three. Commands table, flags table, presets table. Links out to doc/ for depth. New doc/ guides organized by workflow: - doc/fetch.md fetching, filtering, presets, --ref, --as - doc/vlurpfile.md batch processing, manifest format - doc/supply-chain.md lineage, verify, pin, scan, threat model - doc/upgrade.md outdated, diff, upgrade, catalog, catalog-diff Also adds the three attestation design docs (sigstore-js plan, nono-direct plan, head-to-head comparison) for the upcoming Sigstore integration work. Co-authored-by: Claude Opus 4.6 (1M context) <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.
The README was lying
It described a v1 toy that slurps vibes. vlurp is a content ingress
layer with lineage tracking, integrity verification, threat scanning,
structured upgrades, and catalog diffing. The README should say that.
What changed
README.md — complete rewrite. Terminal-first aesthetic. ASCII art
header, install in one line, quick start with real terminal sessions
showing fetch/verify/scan/upgrade. Compact command table, flags, presets.
No emojis. No marketing. Shows the tool, doesn't describe it.
doc/ — four feature guides organized by workflow:
doc/fetch.md--ref,--as,--autodoc/vlurpfile.mddoc/supply-chain.mddoc/upgrade.mdAttestation plans — three design docs for upcoming Sigstore work:
VLURP.ATTEST.PLAN.md— port nono-attest to JS via sigstore-jsNONO.ATTEST.PLAN.md— use nono CLI directly, vlurp orchestratesATTEST.H2H.md— side-by-side comparison, recommendationAll examples use real sources from dotvibes vlurping (obra/superpowers,
whilp/dotfiles, microsoft/amplifier, anthropics/skills, etc).
Test plan
vlurp --helpoutput is consistent with README commands table