diff --git a/home-configs/GLOBAL_RULES.md b/home-configs/GLOBAL_RULES.md index 0d8ae74..e6be725 100644 --- a/home-configs/GLOBAL_RULES.md +++ b/home-configs/GLOBAL_RULES.md @@ -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.