docs: add CLAUDE.md and note Lightricks fork in README#26
Merged
Conversation
Adds repository-level guidance for Claude Code: layout map, common commands, GCP/GKE context, and conventions specific to this fork (notably that images/Dockerfile's RUNNER_VERSION ARG — not src/runnerversion — controls the bundled runner binary). Adds a fork-context blurb to the upstream README so contributors landing on the repo immediately know which parts are Lightricks-owned vs. mirrored from actions/runner. Includes a working-agreement: untracked files in the working tree belong to the contributor and must not be auto-staged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
CLAUDE.mddescribing the layout, common commands, GCP/GKE context, and conventions for this Lightricks fork ofactions/runner.images/Dockerfile'sRUNNER_VERSIONARG (controls the bundled runner binary) andsrc/runnerversion(only stamps the image tag/label) — these can drift today (0.0.1vs2.329.0); the doc flags that.README.mdso visitors immediately understand which parts are Lightricks-owned.Test plan
**.mdpath filter onbuild.ymlmeans this PR skips the .NET CI matrix as intended