feat(bar): surface Lex-native signals in the bar walk - #129
Merged
Conversation
The bar ledger's 14 items are explicitly sourced from two published books (Prompt to Production ch.16, Prompt to Evidence ch.15) — prose checklists that have no way to ask about a typed effect system, since they weren't written for one. Adding a 15th item and attributing it to either book would misrepresent where it came from. Wires #119's effect_minimality probe into bar_check's run_walk as a separate, clearly-labeled "LEX-NATIVE SIGNALS" section instead — evidence specific to what Lex's own effect system can prove about itself, positioned between the book-sourced probes and the unprobed items so a bar walk surfaces it without pretending it's part of the canon. Verified via a direct driver calling bar_check.execute({root: ".", path: "src/tools"}): the new section renders correctly between the 6 probed items and the 8 unprobed ones, with effect_minimality's own report text intact. lex ci / lex test / doc-sync all still green, including test_bar.lex. Fixes #121 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
Fixes #121
Test plan
🤖 Generated with Claude Code