Skip to content

fix(docs): correct planService path in permission docs - #2659

Open
N123999 wants to merge 1 commit into
MoonshotAI:mainfrom
N123999:fix/docs-plan-service-path
Open

fix(docs): correct planService path in permission docs#2659
N123999 wants to merge 1 commit into
MoonshotAI:mainfrom
N123999:fix/docs-plan-service-path

Conversation

@N123999

@N123999 N123999 commented Aug 5, 2026

Copy link
Copy Markdown

Related Issue

No linked issue (docs path correction).

Problem

The §5.4 code example in the permission docs still points to src/plan/planService.ts, a path that no longer exists after the v2 directory reorg. The actual implementation lives at packages/agent-core-v2/src/agent/plan/planService.ts. Maintainers following the docs to the source would be misled.

What changed

Correct the example comment path to src/agent/plan/planService.ts in:

  • packages/agent-core-v2/docs/Permission.md
  • .agents/skills/agent-core-dev/permission.md

Docs-only fix; no runtime behavior change.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above.
  • I have added tests that prove my feature works. (N/A — docs-only)
  • Ran gen-changesets skill, or this PR needs no changeset.
  • Ran gen-docs skill, or this PR needs no doc update. (this PR is the doc fix)

@changeset-bot

changeset-bot Bot commented Aug 5, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 72ff549

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant