Skip to content

Enhance README - #734

Merged
AltraMayor merged 5 commits into
masterfrom
upd_readme
Sep 17, 2026
Merged

AltraMayor merged 5 commits into
masterfrom
upd_readme

Conversation

@AltraMayor

Copy link
Copy Markdown
Owner

Enhance README and add commit-message skill for agents.

Michel Machado added 5 commits September 17, 2026 14:42
Add an agent skill under .agents/skills/commit-message/ that documents
Gatekeeper commit message conventions.

This skill provides on-demand instructions for AI agents when writing,
formatting, or reviewing Git commit messages, ensuring consistent
subsystem prefixes, imperative phrasing, and body formatting without
incurring prompt overhead in unrelated tasks.
Remove shell prompts ('$' and '#') from code blocks in README.md so
commands can be directly copied and pasted.

Additionally, switch the code block language tags from 'console' to 'sh'
for shell syntax highlighting, and separate the 'lshw' command into its
own block with explicit 'sudo' followed by a dedicated sample output
block.
Update all HTTP URLs in README.md to use HTTPS, as all endpoints
now support secure connections.
Update the hugepages setup example in README.md from 256 2MB pages to
2 1GB pages (2GB total).

1GB hugepages have become the typical and standard page size on modern
systems running DPDK workloads, offering better TLB performance and
lower
overhead compared to 2MB pages.
Replace the 'dmesg | grep' command with 'ls /sys/class/iommu' in the
IOMMU verification steps of README.md.

The dmesg pattern was brittle across newer Linux kernels, unprivileged
environments where dmesg_restrict is enabled, and non-Intel platforms.
Inspecting /sys/class/iommu directly provides a reliable check across
both Intel and AMD systems regardless of dmesg buffer state.
@AltraMayor AltraMayor added this to the Version 1.3 milestone Sep 17, 2026
@AltraMayor
AltraMayor merged commit 209ee9c into master Sep 17, 2026
1 check passed
@AltraMayor
AltraMayor deleted the upd_readme branch September 17, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant