Simplify README and update CLAUDE.md for consistency#6
Merged
Conversation
README.md changes: - Reduced from 291 to ~50 lines (83% reduction) - Clear Quick Start section pointing to docs/automated_workflow.md - Separate sections for end users vs developers - Removed all detailed workflows, architecture, validation details - One simple usage example showing the automated workflow - Points to automated_workflow.md for setup/usage - Points to CLAUDE.md for developer details CLAUDE.md changes: - Added note at top directing end users to automated_workflow.md - Removed --skip-validation option (deprecated) - Added --immediate option documentation - Updated automated workflow description (validation not automatic) - Added manual validation command example - Removed automated snippet verification section (no longer available) - Changed "Manual Workflow (Legacy)" to "Manual Workflow (For Reference)" README is now a quick landing page that directs users to the right docs based on whether they're end users or developers.
jeliason
added a commit
that referenced
this pull request
Dec 24, 2025
New validation approach (#6): Compare calibration target posteriors against parameter distributions from published, expert-curated QSP models. - Procedure for selecting benchmark and running comparison - Metrics: overlap coefficient, coverage, rank correlation, bias - Interpretation guide for different outcomes - Caveats about unpublished expert judgment and prior differences - Updated validation narrative to include benchmark comparison This tests whether the framework can recover what domain experts arrived at through manual literature curation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <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.
README.md changes:
CLAUDE.md changes:
README is now a quick landing page that directs users to the right docs based on whether they're end users or developers.