refactor: compact kernel headers below 7000-line budget#361
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 13:27
Contributor
Author
Solution summaryImplemented and pushed the issue 360 fix. PR 361 is updated and ready for review: #361 Key changes:
Verification:
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: (354.9K + 18.0M cached) input tokens, 38.1K output tokens, $23.295694 cost 🤖 Models used:
📎 Log file uploaded as Repository (49410KB)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.
Summary
Fixes #360.
include/pmm/**kernel subtree from8794to6947lines, below the new blocking7000line budget.scripts/check-repo-guard-rollout.shwith the same7000line size rule already present inrepo-policy.json.single_include/pmm/pmm.hfrom the compacted modular headers.Change Contract
Reproduction
ctest --test-dir build -R test_issue352_kernel_subtree_size --output-on-failurefailed with8794 <= 7000.git ls-files 'include/pmm/**' | xargs wc -lreports6947 total.Verification
cmake --build build --target test_issue352_kernel_subtree_sizectest --test-dir build -R test_issue352_kernel_subtree_size --output-on-failurecmake --build buildctest --test-dir build --output-on-failure(94/94passed)bash scripts/check-repo-guard-rollout.shbash scripts/check-docs-consistency.shGITHUB_BASE_REF=main bash scripts/check-changelog-fragment.sh<=1500lines)bash scripts/generate-single-headers.sh --output-dir /tmp/generated-pmm-issue360plusdiff -qr single_include/pmm /tmp/generated-pmm-issue360git diff --check HEAD~1..HEADLocal note:
cppcheckis not installed in this runner, so local cppcheck was not run.