Skip to content

Conversation

youssefea
Copy link
Contributor

What changed? Why?

Adding a github action to automate the update of llms.txt and llms-full.txt for each sub-directory (base-account, onchainkit, etc)

@cb-heimdall
Copy link
Collaborator

cb-heimdall commented Sep 5, 2025

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

Copy link

github-actions bot commented Sep 5, 2025

🤖 LLM summary files updated

Updated the following documentation summary files based on changes in subdirectories: base-account

Files updated:

  • docs/base-account/llms-full.txt
  • docs/base-account/llms.txt

This comment will be updated if you make more changes to the PR.

Comment on lines +18 to +24
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}

- name: Install Cursor CLI

Check failure

Code scanning / CodeQL

Checkout of untrusted code in trusted context High

Potential execution of untrusted code on a privileged workflow (
issue_comment
)
Comment on lines +227 to +235
- name: Checkout repository for feedback processing
if: steps.check-reply.outputs.is_feedback == 'true'
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Cursor CLI for feedback

Check failure

Code scanning / CodeQL

Checkout of untrusted code in trusted context High

Potential execution of untrusted code on a privileged workflow (
issue_comment
)
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.

3 participants