chore: remove unused prior-art-template from investigation-reporting#50
Merged
chore: remove unused prior-art-template from investigation-reporting#50
Conversation
Already integrated into specific-patent-report-template.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…emplate Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Merge references/instructions.md into SKILL.md for single-file clarity. Add user_invocable: false and context: fork since this is an internal skill invoked by other skills via the Skill tool. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Merge references/instructions.md into SKILL.md for single-file clarity. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace tool-param checks with skill-invoked for patent-search, and add copy_to_output for generated files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
file-contains and message-contains were not matching correctly. Switch to log-contains for reliable text verification. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Write specific patent report to <patent_id>.md instead of text output - Verify legal-checking skill is invoked after report generation - Add copy_to_output for generated report file in test Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace file parsing with database queries via investigation-fetching skill for both overall-progress and specific-patent report modes. Add legal-checking invocation step after report generation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Report now reflects investigation workflow progress. Only completed phases (screening, evaluation, claim analysis, prior art) show data; incomplete phases display "Pending" with remaining actions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Verify report shows Pending for incomplete phases (screening done, no evaluation/claim/prior-art) and includes relevant screening result. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…rt template Move "Get screening progress statistics" from investigation-preparing to investigation-fetching where it belongs as a read operation. Add Count-type operations to investigation-fetching (screening, claim analysis, prior art). Redesign investigation-report-template.md: - Merge redundant Overview/Screening Summary into single Screening section - Replace Investigation Progress with Claim Analysis (All/Limited/Not Limited) - Add Prior Art section (All/Resolved/Open/Pending) - Remove Quality Gates from template (kept in instructions only) Update overall-progress-report.md to use investigation-fetching Count APIs instead of raw Execute SQL calls. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Model was ignoring the template and generating its own structure with extra sections (Evaluation, Overview) and non-standard metric names. Root cause: "DO NOT read files from references/instructions/" warning was blocking the model from reading assets/ templates too. Changes: - Clarify that assets/ templates CAN be read (only references/instructions/ is restricted) - Add Step 0 (MANDATORY): read template before any other action - Add explicit metric name requirements (Targets, Screened, etc.) - Remove outdated Examples/Troubleshooting sections from SKILL.md - Update test checks to verify template section names Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace "Verdict" with neutral terms in specific-patent-report-template.md: - Element Analysis table: Verdict → Similarity - Claim Analysis summary: Verdict → Summary - Prior Art conclusion: Verdict → Result Add functional-specific-patent-with-prior-art test that seeds complete investigation data including prior_arts and prior_art_elements. Co-Authored-By: Claude Opus 4.6 <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
assets/prior-art-template.mdas it is already integrated intospecific-patent-report-template.mdTest plan
claude plugin validate .passes🤖 Generated with Claude Code