You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The onboarding skill implied users needed --config for validation and
included a repo-local example that only works when ./remobi.config.ts
exists.
Clarify that remobi auto-discovers config from cwd then XDG, and keep
--config only for custom paths.
Copy file name to clipboardExpand all lines: .agents/skills/remobi-setup/SKILL.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,13 +166,19 @@ export default {
166
166
167
167
Place at `~/.config/remobi/remobi.config.ts` (XDG location) unless the user prefers elsewhere.
168
168
169
-
After writing, validate by starting remobi:
169
+
After writing, validate by starting remobi. remobi auto-discovers config from the current directory first, then `~/.config/remobi/`, so `--config` is only needed when you want to force a specific file:
A zero exit means the config loaded and the command started cleanly. Fix any errors and re-validate until clean.
175
+
A zero exit means the config loaded and the command started cleanly. If the user stored config somewhere custom, validate that path explicitly instead:
0 commit comments