This repository was archived by the owner on Jun 11, 2026. It is now read-only.
docs(claude.md): improve frame + add Stack section - #5
Open
Chosen9115 wants to merge 1 commit into
Open
Conversation
Two surgical changes to align with the 7-section convention now shared across all three OpenSOP repos: * Replace the boilerplate opener "This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository" with a proper title and frame paragraph that says what the repo IS. * Add a Stack section enumerating the four dependencies (bash 4+, curl, jq, optional shellcheck) and reaffirming "no package manager, no build step, no compiled artifact" — the load-bearing identity of this repo. No commands, architecture, or workflow content changed. 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Brings CLAUDE.md in line with the 7-section convention shared across the three OpenSOP repos. Two surgical changes:
## Stacksection enumerating the four real dependencies (bash 4+, curl, jq, optional shellcheck) and reaffirming "no package manager, no build step, no compiled artifact" — the load-bearing identity of this repo.Everything else in CLAUDE.md is unchanged.
Test plan
Docs-only. Verify the file renders correctly in the GitHub UI after merge.
🤖 Generated with Claude Code