Replies: 1 comment
|
Source-verified on rc.7 ( The current loader has two independent rules:
So when the Session cwd is A separate fixed global path, as proposed here, would restore a useful invariant:
A migration would need to define backward compatibility, because moving the default silently would make existing global policy disappear. The baseline identity already includes discovery and precedence configuration, so a changed path/config can correctly append a superseding baseline rather than rewriting history. Until that ships, the safe operator rule is to treat I mapped the verified baseline order, local overlays, nested structured-fs discovery, refresh behavior, budget eviction, and this collision here: Disclosure: independent community guide, verified against rc.7; it does not imply the proposed path split is already released. |
Uh oh!
There was an error while loading. Please reload this page.
Right now, the official
agent-instructionsplugin uses~/.dsh/AGENTS.mdas the global instructions file. This makes it impossible to create a project-specific AGENTS.md for~/.dsh.In contrast, the pi coding agent uses the following rule:
~/.pi/AGENTS.mdis the project-specific AGENTS.md for Pi's configuration~/.pi/agent/AGENTS.mdis the global AGENTS.mdSomething similar should work better for dsh.
All reactions