document nix shell commands
This commit is contained in:
parent
535fb29e11
commit
9577367622
1 changed files with 6 additions and 0 deletions
|
|
@ -23,3 +23,9 @@ Before responding to the first user message in a session, you MUST:
|
||||||
Skipping this protocol caused real bugs and rework in past sessions
|
Skipping this protocol caused real bugs and rework in past sessions
|
||||||
(work landed on master, TDD order was lost, formatter not run, banned
|
(work landed on master, TDD order was lost, formatter not run, banned
|
||||||
constructs slipped in). Treat the protocol as non-negotiable.
|
constructs slipped in). Treat the protocol as non-negotiable.
|
||||||
|
|
||||||
|
## Command execution
|
||||||
|
|
||||||
|
When running commands that need the Nix devshell, set `login: false`.
|
||||||
|
The login shell resets `PATH` and can hide tools like `phpcs`, Cypress,
|
||||||
|
and the devshell Node version.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue