Skip to content

docs(#579): fix task directory path in AGENTS.md and README.md - #581

Merged
dirgim merged 1 commit into
mainfrom
agent/579-fix-task-dir-path
Aug 24, 2026
Merged

docs(#579): fix task directory path in AGENTS.md and README.md#581
dirgim merged 1 commit into
mainfrom
agent/579-fix-task-dir-path

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown
Contributor

AGENTS.md and README.md referenced tasks/ (plural) as the directory path for Tekton task definitions. The actual directory in the repository is task/ (singular). The skills/ documentation already used the correct path, creating an inconsistency.

Updated three directory path references:

  • AGENTS.md line 15: tasks/ to task/ in repository structure
  • README.md line 15: tasks to task in directory description
  • README.md line 19: tasks/ to task/ in new task instructions

CLAUDE.md is a symlink to AGENTS.md so it is fixed automatically.


Closes #579

Post-script verification

  • Branch is not main/master (agent/579-fix-task-dir-path)
  • Secret scan passed (gitleaks — 6be2afc7e96116f364306e68ec1599e4d938de30..HEAD)
  • Pre-commit hooks passed (authoritative run on runner)
  • Tests ran inside sandbox

AGENTS.md and README.md referenced tasks/ (plural) as the directory
path for Tekton task definitions. The actual directory in the
repository is task/ (singular). The skills/ documentation already
used the correct path, creating an inconsistency.

Updated three directory path references:
- AGENTS.md line 15: tasks/ to task/ in repository structure
- README.md line 15: tasks to task in directory description
- README.md line 19: tasks/ to task/ in new task instructions

CLAUDE.md is a symlink to AGENTS.md so it is fixed automatically.

Closes #579
@fullsend-ai-review

fullsend-ai-review Bot commented Jul 12, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:57 AM UTC · Completed 2:02 AM UTC
Commit: 14477fe · View workflow run →

@fullsend-ai-review

Copy link
Copy Markdown

Review — ✅ Approve

PR: docs(#579): fix task directory path in AGENTS.md and README.md
Scope: Documentation path correction — tasks/task/ (3 occurrences across 2 files)

Summary

Clean, well-scoped documentation fix. The actual directory in the repository is task/ (singular); AGENTS.md and README.md incorrectly referenced tasks/ (plural). This PR corrects all three stale path references.

Review dimensions

Dimension Result
Correctness ✅ All path corrections are accurate. task/ is the real directory; tasks/ does not exist. No remaining stale directory-path references elsewhere in the repo (other tasks/ hits are external repo paths or conceptual references).
Security ✅ No concerns — docs-only change with no secrets, injection patterns, permission changes, or Unicode anomalies.
Intent & coherence ✅ Changes align exactly with issue #579 scope. No scope creep.
Style & conventions ✅ Value-only fix; changed text follows the existing documentation patterns.
Documentation currency ✅ This PR is the staleness fix. After merge, all documentation consistently uses task/ for the directory path.
Cross-repo contracts ⏭ Skipped — no exported interfaces or APIs modified.

No findings.


Protected paths detected — this PR modifies files under one or more
protected paths. The review agent cannot approve PRs that touch these paths.
A human reviewer must approve this PR.

Protected files in this PR:

  • AGENTS.md

Labels: PR fixes documentation path references

@fullsend-ai-review fullsend-ai-review Bot added requires-manual-review Review requires human judgment documentation Improvements or additions to documentation labels Jul 12, 2026
@dirgim
dirgim merged commit 1d2ea52 into main Aug 24, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation requires-manual-review Review requires human judgment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix incorrect directory path in AGENTS.md and README.md (tasks/ vs task/)

2 participants