Merged
Conversation
- Add CI, crates.io, docs.rs, PyPI, and license badges to README - Add API reference section with parse() signature, AST types table, and error types - Add complete justfile command reference (fuzzing, oracle, Python, cleanup) - Add testing section covering test corpus, oracle tests, and differential fuzzing - Add architecture data flow diagram - Add clone instructions to quick start - Update architecture table with all current modules (context.rs, error.rs, token.rs) - Update CONTRIBUTING.md with full project structure, fuzzing guide, CI details - Update CLAUDE.md architecture to match current module layout - Link to examples/basic.rs and docs.rs for deeper exploration Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
mpecan
added a commit
that referenced
this pull request
Mar 25, 2026
🤖 I have created a release *beep* *boop* --- ## [0.1.8](rable-v0.1.7...rable-v0.1.8) (2026-03-25) ### Features * enrich AST with structured word spans and assignment detection ([9163d24](9163d24)) * enrich AST with structured word spans and assignment detection ([#11](#11)) ([3b58c38](3b58c38)) ### Bug Fixes * CTLESC byte doubling for bash-oracle compatibility (179/181) ([72bc381](72bc381)) * heredoc trailing newline at EOF with backslash (180/181) ([4af8d91](4af8d91)) * resolve 11 oracle test failures (180/181) ([#13](#13)) ([69d6bc8](69d6bc8)) * resolve 3 more oracle failures (177/181) ([8aca953](8aca953)) * resolve 6 oracle test failures ([0496222](0496222)) * resolve 6 oracle test failures (175/181) ([1708884](1708884)) ### Documentation * comprehensive documentation update ([#14](#14)) ([6abfb20](6abfb20)) * comprehensive documentation update for better DX ([61114b0](61114b0)) ### Code Refactoring * remove sexp re-parsing by threading spans through all nodes ([54db8c7](54db8c7)) * simplify span collection, move to owned tokens, remove dead code ([cec7e8e](cec7e8e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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
Test plan
cargo test --all-targets)justfile🤖 Generated with Claude Code