You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cursor-agent -p "You are operating in a GitHub Actions runner to update documentation summary files.
66
66
67
-
The GitHub CLI is available as \`gh\` and authenticated via \`GH_TOKEN\`. Git is available. You have write access to repository contents and can comment on pull requests, but you must not create or edit PRs.
67
+
The GitHub CLI is available as \`gh\` and authenticated via \`GH_TOKEN\`. Git is available. You have write access to repository contents and can comment on pull requests.
- Current Branch: ${{ github.head_ref }} (you are already on the PR branch)
77
77
78
78
# Goal:
79
-
Update the llms.txt and llms-full.txt files in the changed subdirectories based on the content changes in those subdirectories.
79
+
Update the llms.txt and llms-full.txt files in the changed subdirectories and commit directly to the current PR branch.
80
80
81
81
# Requirements:
82
-
1) For each subdirectory in CHANGED_SUBDIRS, analyze what changed in that subdirectory since the last commit.
82
+
1) For each subdirectory in CHANGED_SUBDIRS, analyze what changed in that subdirectory since the base branch.
83
83
2) Update ONLY the llms.txt and llms-full.txt files in those specific subdirectories (e.g., docs/base-account/llms.txt, docs/base-account/llms-full.txt).
84
84
3) DO NOT update the root-level llms.txt or llms-full.txt files.
85
85
4) The llms.txt should be a concise summary/index of the documentation in that subdirectory.
86
86
5) The llms-full.txt should be a comprehensive guide with code examples and detailed explanations.
87
87
6) Maintain the existing format and style of these files.
88
-
7) Create or update a persistent docs branch for this PR using the Docs Branch Prefix.
89
-
8) Push changes to origin.
90
-
9) Post or update a single PR comment explaining what was updated with an inline compare link.
88
+
7) ONLY commit and push changes if there are actual updates needed to the llms files.
89
+
8) If no updates are needed, do NOT create any commits or comments.
90
+
9) Commit directly to the current PR branch (${{ github.head_ref }}) - do NOT create separate branches.
91
+
10) If you make changes, add a simple comment to the PR explaining what was updated.
0 commit comments