mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #423] [MERGED] Agent files link root #514
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#514
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/423
Author: @cursor[bot]
Created: 2/5/2026
Status: ✅ Merged
Merged: 2/5/2026
Merged by: @rudrankriyam
Base:
asc-init-docs← Head:cursor/agent-files-link-root-0e3a📝 Commits (1)
ef2f1f4Fix docs init link root📊 Changes
1 file changed (+17 additions, -4 deletions)
View changed files
📝
internal/cli/docs/docs_init.go(+17 -4)📄 Description
Fix agent files not linking when a custom path is specified for ASC.md.
The
linkRootwas incorrectly set to the target path's parent directory instead of the repository root, preventingAGENTS.mdandCLAUDE.mdfrom being found and linked when--pathwas used. This change ensureslinkRootalways points to the repository root (or current directory if not in a repo).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.