mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-09-20 12:13:38 +08:00
fix(s03): match Windows del as a command word
This commit is contained in:
@@ -222,6 +222,10 @@ You can also set a Goal directly from the command line:
|
||||
python s17_goal_loop/code.py "/goal python -m pytest exits with code 0"
|
||||
```
|
||||
|
||||
## Inherited permission rule
|
||||
|
||||
This chapter carries forward the permission hook from s04. It recognizes `rm` and `del` case-insensitively only as complete command words at the start of a command or after a shell separator (`;`, `&&`, `||`, `|`, `&`, parentheses, or a newline). It does not treat `model`, `delimiter`, or `echo del test.txt` as destructive.
|
||||
|
||||
## Relationship to s16
|
||||
|
||||
s16 answers how a batch of work should run: which steps are concurrent, how results are verified, and how an interrupted run resumes.
|
||||
|
||||
Reference in New Issue
Block a user