-
Notifications
You must be signed in to change notification settings - Fork 56
Phase 1: Registry[T] + exception hierarchy + core utilities #329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
andyne13
merged 9 commits into
refactor/hexagonal
from
refactor/phase-1-registry-exceptions
Apr 21, 2026
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
81be787
core: add generic Registry[T] pattern
andyne13 237d9fc
core: add unified exception hierarchy
andyne13 e32af99
shim: re-export exceptions from core for backward compatibility
andyne13 eb6bbfe
cleanup: remove core/catalog/, update decision log
andyne13 0f530da
core: add text sanitization utilities
andyne13 db4d632
core: add filename sanitization utilities
andyne13 4197df4
core: add external resource error detection
andyne13 85ce612
style: fix ruff lint errors in core/utils
andyne13 97b5b9e
style: apply ruff formatting to core/utils
andyne13 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Empty file.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Phase 1 section is inserted in the wrong place, creating a duplicate Template heading.
The pre-existing
## Template for future entriesis still at line 58, the new Phase 1 content is dropped between it and its code fence, and a second## Template for future entriesis re-added at line 75. This both misplaces Phase 1 under the template heading and triggers markdownlint MD024. The Phase 1 block should go above the single template entry:📝 Proposed fix
Phase N — [short title] ([YYYY-MM-DD])
...
📝 Committable suggestion
🧰 Tools
🪛 markdownlint-cli2 (0.22.0)
[warning] 75-75: Multiple headings with the same content
(MD024, no-duplicate-heading)
[warning] 77-77: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
🤖 Prompt for AI Agents