fix: resolve markdownlint violations

This commit is contained in:
Affaan Mustafa
2026-04-08 15:40:26 -07:00
parent e226772a72
commit 9bd8e8b3c7
4 changed files with 2 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
| **Git 推送提醒器** | `Bash` | 在 `git push` 前提醒检查变更 | 0 (警告) |
| **文档文件警告器** | `Write` | 对非标准 `.md`/`.txt` 文件发出警告(允许 README、CLAUDE、CONTRIBUTING、CHANGELOG、LICENSE、SKILL、docs/、skills/);跨平台路径处理 | 0 (警告) |
| **策略性压缩提醒器** | `Edit\|Write` | 建议在逻辑间隔(约每 50 次工具调用)手动执行 `/compact` | 0 (警告) |
### PostToolUse 钩子
| 钩子 | 匹配器 | 功能 |

View File

@@ -26,6 +26,7 @@ User request → Claude picks a tool → PreToolUse hook runs → Tool executes
| **Pre-commit quality check** | `Bash` | Runs quality checks before `git commit`: lints staged files, validates commit message format when provided via `-m/--message`, detects console.log/debugger/secrets | 2 (blocks critical) / 0 (warns) |
| **Doc file warning** | `Write` | Warns about non-standard `.md`/`.txt` files (allows README, CLAUDE, CONTRIBUTING, CHANGELOG, LICENSE, SKILL, docs/, skills/); cross-platform path handling | 0 (warns) |
| **Strategic compact** | `Edit\|Write` | Suggests manual `/compact` at logical intervals (every ~50 tool calls) | 0 (warns) |
### PostToolUse Hooks
| Hook | Matcher | What It Does |

View File

@@ -118,4 +118,3 @@ src/integrations/
- `backend-patterns`
- `mcp-server-patterns`
- `github-ops`

View File

@@ -106,4 +106,3 @@ Every panel should answer a real question. If it does not, remove it.
- `research-ops`
- `backend-patterns`
- `terminal-ops`