Conversation
Open
Owner
Author
|
@claude unit test this |
Owner
Author
|
Here's the summary: Unit Test Results: 97/97 passing
What was created:
Run with: ⏱️ 219s | 💰 $0.9453 | 🔄 20 turn(s) |
htlin222
added a commit
that referenced
this pull request
Apr 10, 2026
Sprint 2 of issue #38 — supports fast prototype runs and structured 2x2 extraction for observational prognostic-factor studies. Draft mode (#7): - init_project.py: --mode {strict,draft} flag, writes .ma_meta.json with quality_mode and creates DRAFT_MODE.md so the deviation is loud - project_meta.py: single source of truth for reading quality_mode - validate_pipeline.py: reports unchecked items as NOTES (exit 0) in draft mode, FAILURES (exit 2) in strict mode; adds --json output Prognostic-factor template (#8): - ma-data-extraction/templates/prognostic_factor.yaml: schema (19 fields, 14 required) for binary exposure -> binary outcome 2x2 - ma-data-extraction/templates/prognostic_factor.md: matching data dictionary consumed by create_extraction_template.py Smoke tested: draft/strict init, validate_pipeline exit codes, JSON output, CSV scaffolding, 96 pytest pass. 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.
Closes #7
Implemented automatically by Claude.