chore: update CLAUDE.md - #36
Open
localops-root wants to merge 1 commit into
Open
localops-root wants to merge 1 commit into
localops-root wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XrYgBiA2r2eLMNLdTJKN4h
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
Verified CLAUDE.md against the current codebase (action.yml, src/main.ts, package.json, rollup.config.ts, .github/workflows/*, script/release, README.md). Found and fixed three drift items:
@actions/githubdependency gap:src/main.tsimports@actions/github, but it is not declared inpackage.json'sdependencies(only@actions/coreandkyare). It currently resolves only because it's a transitive devDependency of@github/local-action. Added a note to the Tech Stack section flagging this as fragile.check-dist.ymlbuild command: CLAUDE.md said the workflow rebuilds vianpm run package; it actually runsnpm run bundle(format:write+package). Corrected.licensed.ymltrigger: CLAUDE.md described the license-compliance check without noting that itspull_request/pushtriggers are commented out in the workflow file — it currently only runs on manualworkflow_dispatch(which also refreshes/commits the.licenses/cache), so it is not part of the automatic per-PR CI gate. Added this, plus noted theothercatch-all in the allowed-licenses list.Everything else in the doc (inputs/outputs contract, runtime flow in
src/main.ts, Node version pinning, ci.yml/linter.yml/codeql-analysis.yml behavior,script/releasesteps, testing notes) checked out accurate against the current code — no rewrite, just these targeted corrections.Test plan
.github/workflows/*.yml,script/release, README.md and cross-checked each claim in CLAUDE.mdgit diff CLAUDE.mdreviewed for accuracy of the changesGenerated by Claude Code