chore: add pnpm hardening, pin GH Actions, and LLM docs#116
Merged
kelsos merged 4 commits intorotki:mainfrom Apr 9, 2026
Merged
chore: add pnpm hardening, pin GH Actions, and LLM docs#116kelsos merged 4 commits intorotki:mainfrom
kelsos merged 4 commits intorotki:mainfrom
Conversation
Add pnpm-workspace.yaml with security hardening settings and update renovate to pin dependencies and enforce minimum release age.
Pin all GitHub Action references to full commit SHAs for supply chain security. Upgrade pnpm/action-setup v4→v5, actions/deploy-pages v4→v5, and crate-ci/typos master→v1.45.0. Add restrictive top-level permissions to fix zizmor excessive-permissions warnings. Add helpers:pinGitHubActionDigests to renovate to maintain pins.
Update vue, @vue/compiler-sfc, and @vue/runtime-dom from 3.5.30 to 3.5.31. Bump pnpm packageManager to 10.33.0. Add vite to trustPolicyExclude due to publish attestation type change in 5.4.21.
Generate llms.txt index and llms-full.txt concatenated docs at build time, following the llmstxt.org standard for LLM consumption.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pnpm-workspace.yamlwith security hardening settings (trustPolicy,strictDepBuilds,blockExoticSubdeps,saveExact,shellEmulator,minimumReleaseAge)helpers:pinGitHubActionDigestspermissionsblocks (fixes zizmor warnings)pnpm/action-setupv4→v5,actions/deploy-pagesv4→v5,crate-ci/typosmaster→v1.45.0vitepress-plugin-llmsto generatellms.txtandllms-full.txtat build time following the llmstxt.org standardTest plan
pnpm lintpassespnpm buildsucceeds and generatesllms.txt(74 lines) andllms-full.txt(~7k lines) in distzizmorreports 0 findings on all workflowsllms.txtandllms-full.txtare served correctly after deploy