2 Commits
Author SHA1 Message Date
Jeremy Daer a737ec4ce3 Describe what omarchy-refresh-config validates, not what it doesn't
The previous wording claimed the argument must name a file under
$OMARCHY_PATH/config/ and that anything else is rejected. The check is
`[[ -e $default_config_file ]]` against an interpolated path, so `../AGENTS.md`
resolves in both trees and copies over $HOME/AGENTS.md, exit 0.
2026-07-31 01:24:51 -07:00
Jeremy Daer e872d3c0b9 Correct three AGENTS.md claims against the repo
- The privilege-escalation rule told agents to use pkexec for all privileged
  work, which contradicts default/omarchy-skill/SKILL.md — a file this repo
  ships — and the code follows the skill, not this line. Defer to it rather than
  restate it, so the two cannot drift apart again.
- config/hypr/hyprlock.conf does not exist, so the refresh example fails with
  "Not a shipped user config". Use hypr/hyprland.lua, the example
  bin/omarchy-refresh-config prints in its own usage.
- Neither IPC example was right: no target named `bar` is registered anywhere,
  and `image-selector` is registered by shell.qml rather than the background
  switcher, which registers `background`. Name the targets that exist.
2026-07-31 00:43:54 -07:00