mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #422] [CLOSED] Add asc init flow for ASC.md docs #515
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#515
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/422
Author: @rudrankriyam
Created: 2/5/2026
Status: ❌ Closed
Base:
main← Head:asc-init-docs📝 Commits (9)
1cf2e89Add init flow for ASC.md docsef2f1f4Fix docs init link roota128ad8Merge pull request #423 from rudrankriyam/cursor/agent-files-link-root-0e3ac8baddbFix docs init path validationf814d53Merge pull request #424 from rudrankriyam/cursor/docs-path-resolution-320bccf3a60Harden docs init output path validation7bf8425Fix agent file links when --path targets a subdirectoryd615ba9Fix docs init legacy ASC link rewrites for subdirectory paths6d6b6f6Merge pull request #477 from rudrankriyam/cursor/subdirectory-agent-links-c2da📊 Changes
12 files changed (+1433 additions, -0 deletions)
View changed files
➕
ASC.md(+175 -0)📝
Agents.md(+2 -0)📝
CLAUDE.md(+1 -0)📝
README.md(+1 -0)➕
internal/cli/cmdtest/docs_init_test.go(+461 -0)➕
internal/cli/docs/docs.go(+41 -0)➕
internal/cli/docs/docs_init.go(+399 -0)➕
internal/cli/docs/docs_init_test.go(+121 -0)➕
internal/cli/docs/template.go(+6 -0)➕
internal/cli/docs/templates/ASC.md(+175 -0)➕
internal/cli/initcmd/init.go(+47 -0)📝
internal/cli/registry/registry.go(+4 -0)📄 Description
Summary
asc initas a shortcut for generatingASC.mdand linking agent filesasc docs initas the underlying generator and expose a reusable init helperASC.mdtemplate plus tests and documentation updatesTest plan
go test ./internal/cli/cmdtest -run 'DocsInit|InitCreatesReferenceAndLinks|InitRequiresForceToOverwrite'🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.