chore: убрать правило про типографику из глобальных правил агентов
Удалён пункт Typography (дефис-минус вместо длинных тире), последующие пункты перенумерованы. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -77,13 +77,10 @@ The rules below are mandatory for every interaction and task. They are intention
|
||||
3. **Plain git diff visibility:**
|
||||
All changes must remain visible to the user through the standard `git diff` command. Leave modified files in the working directory unstaged. Do not add files to the Git index with `git add` unless the user explicitly asks for staging, committing, or another action that requires staging, because staging hides changes from plain `git diff`.
|
||||
|
||||
4. **Typography:**
|
||||
Always use the regular hyphen-minus (`-`) instead of long dash characters.
|
||||
|
||||
5. **Project context:**
|
||||
4. **Project context:**
|
||||
At the start of work, pay close attention to all provided project `.md` files, because they are provided automatically and contain the current repository's context and specifics.
|
||||
|
||||
6. **Reusable skills:**
|
||||
5. **Reusable skills:**
|
||||
When the user repeats the same instruction, output format, correction, or workflow, treat it as a candidate for a reusable skill.
|
||||
|
||||
Do not interrupt active work just to create a skill. Finish the current task first, then briefly propose the skill name, trigger description, and what files or tools it should contain.
|
||||
|
||||
Reference in New Issue
Block a user