Merged
Conversation
…e section handling
…tion in PDF processing
…ed section handling
…tionships for improved PDF processing
…ection validation
…ith page-level progress
…ing with background processing
… add comprehensive tests for index operations
…nd available tools
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.
This pull request introduces several new documentation files and configuration updates to support code review automation, standards compliance, and improved development workflows for the Trial Submission Studio project. The most significant changes are the addition of specialized reviewer agent definitions for Elm architecture, security, and CDISC standards, as well as new skill documentation for standards querying, domain export, validation, and test execution. Additionally, project configuration files have been updated to include new tools and command definitions.
Key changes:
Reviewer Agent Definitions
.claude/agents/elm-reviewer.mdto define an agent for reviewing GUI code for Elm architecture compliance, including a checklist and key file references..claude/agents/security-reviewer.mdfor automated security review of Rust code, with a focus on PHI/PII, dependency audits, and secure coding practices..claude/agents/standards-reviewer.mdfor reviewing code changes against CDISC standards (SDTM, ADaM, SEND, CT), including a checklist and references to relevant code and standards files.Skill Documentation
.claude/skills/check-standards/SKILL.mddocumenting how to query CDISC standards definitions from the embedded registry..claude/skills/export-domain/SKILL.mdfor exporting SDTM domains to FDA-compliant formats (XPT, Dataset-XML, Define-XML), including usage and workflow..claude/skills/validate-domain/SKILL.mdfor running comprehensive CDISC validation checks on domain DataFrames, with workflow and validation categories..claude/skills/run-tests/SKILL.mdfor running tests on specific crates or domains, including command examples and test categories.Project Configuration
.idea/trial-submission-studio.imlto include new source and exclude folders forgenerate-social-imagesandmcp-cdisc-igtools. [1] [2].mcp.jsonto configure thecdisc-igMCP server command and environment.Documentation Cleanup
resources/SDTIMIG_v3.4/chapters/chapter_01_introduction.md, likely as part of documentation restructuring or replacement.