refactor: compact PMM kernel headers below 5000 lines#362
Merged
Conversation
Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: netkeep80#360
konard
marked this pull request as ready for review
April 26, 2026 14:46
Contributor
Author
Solution summaryImplemented and pushed to PR 362: #362 What changed:
Verification:
Working tree is clean. This summary was automatically extracted from the AI working session output. |
Contributor
Author
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
📊 Context and tokens usage:
Total: (269.4K + 25.5M cached) input tokens, 37.3K output tokens, $29.906045 cost 🤖 Models used:
📎 Log file uploaded as Repository (48261KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
Contributor
Author
✅ Ready to mergeThis pull request is now ready to be merged:
Monitored by hive-mind with --auto-restart-until-mergeable flag |
17 tasks
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.
Fixes #360
Summary
include/pmm/**from 6947 tracked lines to 4810 tracked lines, below the 5000-line blocking budget.single_include/pmm/pmm.hfrom the canonical headers and aligns the repo-guard rollout checker with the 5000-line rule.Verification
cmake -B buildcmake --build buildctest --test-dir build --output-on-failure(94/94 passed)ctest --test-dir build --output-on-failure -R 'test_issue318_manager_header_compaction|test_issue352_kernel_subtree_size|test_issue354_include_anchors|test_issue306_repo_guard_gitkeep|test_issue358_release_workflow'scripts/check-docs-consistency.shscripts/check-repo-guard-rollout.shscripts/check-file-size.shscripts/check-changelog-fragment.shscripts/generate-single-headers.shand temp-dir diff againstsingle_include/pmmgit ls-files 'include/pmm/**' | xargs wc -l | tail -1->4810 totalNote:
cppcheckis not installed in this container, so that optional local check was not run.