mmap.page

Agent instructions

Git commit messages

Use this repo’s selected gitmoji set. Prefer the emoji code (e.g. :bug:) over the emoji glyph so messages stay readable in plain text.

Format

:<type>:[scope:] <summary>

Examples:

:bug: fix wiki link resolution for subdirectories
:memo:humans.txt: lume-readme plugin url
:zzz: deno fmt

Types

code usage
:bug: bug fix
:new: new feature
:fire: remove feature
:boom: breaking changes
:lock: security fix
:art: refactor
:zap: performance
:100: test
:memo: doc
:zzz: chore
:tada: release
:poop: dirty
:egg: Easter eggs

Notes

AI attribution

When an AI tool materially helps with a commit, add an Assisted-by line in the commit message body (after the subject line). This follows the Linux kernel AI coding assistants guidance.

Format

Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]

Do not list basic development tools (git, compilers, make, editors).

Example

:bug: fix wiki link resolution for subdirectories

Assisted-by: Cursor:cursor-grok-4.5

Notes