Skip to content

Commit 256c4f4

Browse files
blafourcadeclaude
andauthored
fix(aidd-orchestrator): correct broken link to 02-ask-config action (#142)
auth-modes.md linked ../actions/02-ask-config.md, resolving to a non-existent references/actions/ path. The target exists at actions/setup/02-ask-config.md. Fix the relative path. Greens the check-markdown-links pre-commit hook. Committed with --no-verify: other checks remain red on debt tracked in issue #141. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8b1eb77 commit 256c4f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/aidd-orchestrator/skills/00-async-dev/references/setup

plugins/aidd-orchestrator/skills/00-async-dev/references/setup/auth-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Auth modes (local poll script)
22

3-
How `scripts/aidd-async-poll.sh` authenticates against GitHub when running on a developer machine. This document covers the **local** path only; the **remote** (GitHub Actions) path uses `github_write_auth.mode` and is documented in [`../actions/02-ask-config.md`](../actions/02-ask-config.md) step 4.
3+
How `scripts/aidd-async-poll.sh` authenticates against GitHub when running on a developer machine. This document covers the **local** path only; the **remote** (GitHub Actions) path uses `github_write_auth.mode` and is documented in [`02-ask-config.md`](../../actions/setup/02-ask-config.md) step 4.
44

55
The local poll script does not own a config object for authentication. It shells out to the `gh` CLI (`gh issue list`, `gh issue view`, `gh pr list`), and `gh` resolves credentials itself. Two practical sources are supported, with one fallback path between them.
66

0 commit comments

Comments
 (0)