mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #477] [MERGED] Subdirectory agent links #554
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#554
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/477
Author: @cursor[bot]
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @rudrankriyam
Base:
asc-init-docs← Head:cursor/subdirectory-agent-links-c2da📝 Commits (2)
7bf8425Fix agent file links when --path targets a subdirectoryd615ba9Fix docs init legacy ASC link rewrites for subdirectory paths📊 Changes
3 files changed (+342 additions, -16 deletions)
View changed files
📝
internal/cli/cmdtest/docs_init_test.go(+196 -0)📝
internal/cli/docs/docs_init.go(+89 -16)📝
internal/cli/docs/docs_init_test.go(+57 -0)📄 Description
Fix broken agent file links by using a relative path when
ASC.mdis generated in a subdirectory.Previously, agent files at the repository root would link to a bare
ASC.md, which would not resolve correctly ifASC.mdwas created in a subdirectory. This change computes the correct relative path from the agent file's location toASC.md's location.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.