docs: Adopt in your stack + show-hn uvx funnel (PR5) - #24
Merged
Merged
Conversation
…firewall Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01As92NaD7jMDbnQTqXDzBVa
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
PR5 — Adopt in your stack + show-hn uvx funnel
Closes the adoption-slices plan by giving the four on-ramps shipped in PR1–PR4
(the self-contained wheel +
uvxfunnel, theloop.emitwriter API, theStop-hook false-completion firewall, and the GitHub Action + pre-commit gate) a
single, coherent "Adopt in your stack" README section — and a test that keeps
every claim in that section honest.
Two commits
80a27ad— docs: Adopt in your stack (already on the branch): adds theREADME "Adopt in your stack" section + Install refresh. Leads with zero-install
uvx loop-engineer inspect ., then theloop.emitwriter for foreign runtimes,the Stop-hook firewall, and the CI Action / pre-commit gate.
7ce3938— test(docs): adoption claims are gate-backed (this commit): thedocs-claims gate
scripts/test_docs_adoption.py+ the CHANGELOG entry for thisPR. Stages exactly those two files.
The docs-claims gate (
scripts/test_docs_adoption.py)Five tests assert every "Adopt in your stack" README claim is backed by a
shipped, wired artifact — the docs cannot advertise an on-ramp that does not
exist:
test_uvx_funnel_claim_is_backed_by_console_script— theuvx loop-engineerclaim is backed by the
loop-engineer = "loop.__main__:main"console script inpyproject.toml.test_emit_claim_names_only_real_functions— everyloop.emitfunction theREADME names (
open_contract,append_iteration,append_receipt,terminate) is a real callable, anddocs/integrations/langgraph.mdexists.test_stop_firewall_claim_is_backed_by_registered_hook— the Stop-hookfirewall claim resolves to a real hook file registered in
plugin.json(
hooks/stop_firewall.py).test_ci_action_claim_is_backed_by_action_and_precommit— theuses: SollanSystems/loop-engineer@…claim is backed byaction.yml, and theloop-doctormention by theid: loop-doctorpre-commit hook.test_show_hn_leads_with_the_uvx_funnel— the M5-LAUNCH Show HN draft's firstcommand is
uvx loop-engineer inspect ..The show-hn edit lives outside this PR
Task 13 changed
roadmap/launch/.loop/artifacts/M5-LAUNCH/show-hn.mdto lead withuvx loop-engineer inspect ..roadmap/is deliberately gitignored — the draftis a launch working file, present locally but absent in a fresh CI checkout.
So test 5 is env-guarded: it runs the brief's assertions verbatim when the file
exists and
pytest.skips (with a clear reason) when it doesn't, matching therepo's existing env-guarded-skip pattern (wheel/recipe/pre-commit tests).
Forward-looking pins
The README's CI-Action snippet pins
SollanSystems/loop-engineer@v0.7.0and theuvx/pippaths reference the not-yet-published PyPI project. These aredeliberate forward-looking pins for the adoption story; Task 15 re-verifies them
at release.
Expected CI skip delta
Local (draft present): 251 passed / 9 skipped, self_eval 13/13. In a fresh
CI checkout the show-hn test skips, so CI shows one more skip than local — the
same pattern the plan's Global Constraints bless. The other four tests read only
tracked files and always run.
🤖 Generated with Claude Code
https://claude.ai/code/session_01As92NaD7jMDbnQTqXDzBVa