docs: add CLAUDE.md with topic guides under .claude/resources#452
Merged
Conversation
Adds contributor/agent documentation distilled from the June 2026 dependency-update series (#436-#446, #450-#451): - CLAUDE.md: repo overview, quick commands, hard rules, pointers - build-and-images.md: rules.mk semantics (DOCKER_FLAGS=--push default, target-specific PLATFORMS), the three places build args must stay in sync, local build recipes, build-context constraints - runtime-architecture.md: the specialize protocol, per-language functionName semantics, builder contract, language runtime notes - ci.md: e2e vs build-only jobs, the four CI gotchas that caused real failures (stale utils.sh image defaults, unexercised workflow-only PRs, substring filter gates, broken action pins), test harness usage and debugging tips - release-process.md: envconfig-driven releases, release_check.py GHCR gate semantics and reconcile mode, multi-PR train conflict resolution, Fission version pin locations, fission.io sync - environment-notes.md: per-env quirks and history (jvm's source-built fission-java-core, ruby Rack 2.2 pin, php 8.3 extension rules, amd64-only tensorflow, frozen legacy dotnet) All factual claims fact-checked against the current tree. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
sanket-qwiet
approved these changes
Jun 7, 2026
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.
What
Adds contributor/agent documentation for the repo, structured as a slim root
CLAUDE.md(auto-loaded by Claude Code) with progressive-disclosure topic guides under.claude/resources/:CLAUDE.mdbuild-and-images.mdrules.mksemantics (theDOCKER_FLAGS=--pushdefault!), the three places build args must stay in sync, local build recipes, build-context constraintsruntime-architecture.mdfunctionNamesemantics (they all differ!), builder contract, runtime notesci.mdrelease-process.mdrelease_check.pyGHCR-gate semantics + reconcile mode, multi-PR-train conflict resolution, version pin locations, fission.io syncenvironment-notes.mdfission-java-core, ruby's Rack 2.2 pin, PHP 8.3 extension rules, amd64-only tensorflow, frozen legacy dotnet, etc.Why
This captures everything non-obvious learned during the June 2026 dependency-update series (#436–#446, #450–#451) — the things that cost real debugging time: the e2e tests silently testing stale Docker Hub images, workflow-only PRs exercising nothing, the GHCR token semantics for brand-new packages, the
environments.jsonregeneration rule, and per-environment landmines.Verification
checkjob runs.🤖 Generated with Claude Code