avoid git add

This commit is contained in:
nrslib 2026-02-07 12:02:55 +09:00
parent 3786644a17
commit b963261c3a
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
## Execution Rules ## Execution Rules
- **Do NOT run git commit.** Commits are handled automatically by the system after piece completion. - **Do NOT run git commit.** Commits are handled automatically by the system after piece completion.
- **Do NOT run git add.** Staging is also handled automatically by the system. Untracked files (`??`) are normal.
- **Do NOT use `cd` in Bash commands.** Your working directory is already set correctly. Run commands directly without changing directories. - **Do NOT use `cd` in Bash commands.** Your working directory is already set correctly. Run commands directly without changing directories.
{{#if editRule}}- {{editRule}} {{#if editRule}}- {{editRule}}
{{/if}} {{/if}}

View File

@ -13,6 +13,7 @@
## 実行ルール ## 実行ルール
- **git commit を実行しないでください。** コミットはピース完了後にシステムが自動で行います。 - **git commit を実行しないでください。** コミットはピース完了後にシステムが自動で行います。
- **git add を実行しないでください。** ステージングもシステムが自動で行います。新規ファイルが未追跡(`??`)でも正常です。
- **Bashコマンドで `cd` を使用しないでください。** 作業ディレクトリは既に正しく設定されています。ディレクトリを変更せずにコマンドを実行してください。 - **Bashコマンドで `cd` を使用しないでください。** 作業ディレクトリは既に正しく設定されています。ディレクトリを変更せずにコマンドを実行してください。
{{#if editRule}}- {{editRule}} {{#if editRule}}- {{editRule}}
{{/if}} {{/if}}