feat: generate classes.md for class-name-based page selection (#368)#369
Open
kiyotis wants to merge 5 commits into
Open
feat: generate classes.md for class-name-based page selection (#368)#369kiyotis wants to merge 5 commits into
kiyotis wants to merge 5 commits into
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…iffs (#368) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add §5-3 to rbkc-converter-design.md and QO5 to rbkc-verify-quality-design.md covering classes.md generation (generate_classes_md) and verification (check_classes_coverage). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ion (#368) Co-Authored-By: Claude Sonnet 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.
Closes #368
Approach
When asking about implementation patterns (e.g., qa-05 asking about a REST/JSON resource class), the required configuration class (
Jackson2BodyConverter) is described only in body text — not in any heading — so it is never a candidate during knowledge search. Enrichingindex.mdheadings was rejected as noise-inducing.Instead, a separate
classes.mdis generated via RBKC, listing Nablarch class names referenced by each page in the same page-unit block format asindex.md. Page selection runs against bothindex.mdandclasses.md, merges and deduplicates candidates, then trims to the existing upper limit (10 pages). Target categories arecomponent,processing-pattern, anddevelopment-toolsonly.Tasks
See tasks.md.
Expert Review
AI-driven expert reviews conducted before PR creation (see
.claude/rules/expert-review.md):Expert reviews will be conducted per task as implementation progresses and linked here.
Success Criteria Check
This PR currently contains only the task list. Implementation begins after user approval of the task plan above.
🤖 Generated with Claude Code