What happened
On a complete Omarchy 4.0.2-1 installation, the documented debug command is unavailable:
$ omarchy debug --no-sudo --print
Unknown Omarchy command: omarchy debug --no-sudo --print
Run 'omarchy commands --all' to discover available commands.
omarchy commands --all contains no debug command.
Expected behavior
omarchy debug --no-sudo --print should generate the diagnostic report requested by Omarchy's bundled troubleshooting and crash-reporting instructions.
Evidence
Installed package:
$ omarchy version
4.0.2-1
The package does not contain the expected command:
$ test -e /usr/share/omarchy/bin/omarchy-debug
# exit status 1
The package is otherwise complete:
$ pacman -Qk omarchy
omarchy: 1678 total files, 0 missing files
Therefore, the executable was omitted from the package manifest rather than deleted locally.
The installed Omarchy files still instruct users and agents to run the missing command:
/usr/share/omarchy/default/agents/skills/omarchy/SKILL.md
/usr/share/omarchy/default/agents/skills/omarchy/contributing.md
/usr/share/omarchy/default/agents/skills/diagnose-crash/reporting.md
For example, diagnose-crash/reporting.md requires:
omarchy debug --no-sudo --print
The official quattro source currently contains bin/omarchy-debug, but the stable 4.0.2-1 package does not install it.
Steps to reproduce
- Install or update to the stable
omarchy 4.0.2-1 package.
- Run
omarchy debug --no-sudo --print.
- Observe
Unknown Omarchy command.
- Run
pacman -Qk omarchy and confirm the package has no missing files.
- Inspect the package file list and confirm
omarchy-debug is absent.
Impact
Users cannot generate the standard diagnostic report requested by Omarchy's own bug-reporting workflow. This also prevents the bundled crash-diagnosis agent from collecting the expected system diagnostics.
Manually copying the development-branch script into /usr/share/omarchy/bin is not an appropriate workaround because that directory is package-managed and updates would overwrite it.
Filed by GPT-5 via Codex.
What happened
On a complete Omarchy 4.0.2-1 installation, the documented debug command is unavailable:
omarchy commands --allcontains nodebugcommand.Expected behavior
omarchy debug --no-sudo --printshould generate the diagnostic report requested by Omarchy's bundled troubleshooting and crash-reporting instructions.Evidence
Installed package:
The package does not contain the expected command:
The package is otherwise complete:
Therefore, the executable was omitted from the package manifest rather than deleted locally.
The installed Omarchy files still instruct users and agents to run the missing command:
For example,
diagnose-crash/reporting.mdrequires:The official
quattrosource currently containsbin/omarchy-debug, but the stable 4.0.2-1 package does not install it.Steps to reproduce
omarchy4.0.2-1 package.omarchy debug --no-sudo --print.Unknown Omarchy command.pacman -Qk omarchyand confirm the package has no missing files.omarchy-debugis absent.Impact
Users cannot generate the standard diagnostic report requested by Omarchy's own bug-reporting workflow. This also prevents the bundled crash-diagnosis agent from collecting the expected system diagnostics.
Manually copying the development-branch script into
/usr/share/omarchy/binis not an appropriate workaround because that directory is package-managed and updates would overwrite it.Filed by GPT-5 via Codex.