kanon import --help advertises --instruction-policy auto, but the README only documents codex, claude, merge, and skip.
I reproduced this in a fresh home: the help text says auto is a valid option, but the onboarding docs never explain what it does or when it differs from the other policies.
Implementation-wise, auto is the default and it:
- uses Codex instructions when only
~/.codex/AGENTS.md exists
- uses Claude instructions when only
~/.claude/CLAUDE.md exists, or when both files match
- errors when both files exist and differ, telling the user to rerun with
codex, claude, merge, or skip
Suggested fix: add a short auto description to the README import section and keep the help text/README wording aligned.
kanon import --helpadvertises--instruction-policy auto, but the README only documentscodex,claude,merge, andskip.I reproduced this in a fresh home: the help text says
autois a valid option, but the onboarding docs never explain what it does or when it differs from the other policies.Implementation-wise,
autois the default and it:~/.codex/AGENTS.mdexists~/.claude/CLAUDE.mdexists, or when both files matchcodex,claude,merge, orskipSuggested fix: add a short
autodescription to the README import section and keep the help text/README wording aligned.