refactor: group headers and specs into sub-domain folders#17
Merged
Conversation
Reorganise include/morph/ into per-sub-domain subdirectories (core, journal, offline, session, forms, util) mirroring the namespaces, and mirror the same folders under docs/spec/. Pure file-move + include-path change: no namespace, symbol, or behaviour change. All in-repo includes, CMake header sets, Doxygen @file comments, ARCHITECTURE.md header map, and inter-doc links updated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Reorganises the flat
include/morph/directory into per-sub-domainsubdirectories that mirror the namespaces, and mirrors the same folders under
docs/spec/. Pure file-move + include-path change — no namespace, symbol, orbehaviour change.
Layout
core/— logger, executor, strand, completion, model, registry, backend, remote, bridge, wirejournal/— action_log, journal, file_action_logoffline/— network_monitor, offline_queue, sync_worker, reconnect_coordinatorsession/— session, session_authforms/— forms, choiceutil/— rational, quantity, datetimesecurity,error_handling,concurrency_and_lifetimes) stay atdocs/spec/root.What changed
git mvof all headers and spec files (history preserved).include/,src/,tests/,examples/; intra-header relative includes recomputed).FILE_SET, Doxygen@filecomments, ARCHITECTURE.md header map, and allinter-doc links updated.
Verification (local)
ctest: 452/452 pass.doctarget: clean underFAIL_ON_WARNINGS.MORPH_BUILD_QT=ON):morph_qt_implbuilds.The spec-sync gate should pass here (this PR changes headers and specs in the
same sub-domains).
🤖 Generated with Claude Code