Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/claude-doc-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ jobs:

INSTRUCTIONS:

Step 1: Read each Dale rule file:
- .claude/skills/dale/rules/minimizing-difficulty.yml
- .claude/skills/dale/rules/negative-assumptions.yml
- .claude/skills/dale/rules/xy-slop.yml
Step 1: Read every .yml rule file in .claude/skills/dale/rules/

Step 2: Read each changed file listed above (split on commas).

Expand All @@ -111,7 +108,7 @@ jobs:
[{"path":"docs/foo/bar.md","line":7,"rule":"minimizing-difficulty","message":"Do not minimize the difficulty of tasks users are performing."}]

IMPORTANT: Write ONLY the JSON file. Do not post comments, do not run any other tools. Your task is done when /tmp/dale-results.json exists.
claude_args: '--allowedTools "Read,Write"'
claude_args: '--allowedTools "Read,Write,Glob"'

- name: Post Dale inline comments
id: dale-post
Expand Down
Loading