Add CLAUDE.md for agent guidance#106
Open
rodrigosergioeditor-ai wants to merge 1 commit into
Open
Conversation
Documents the repo as a Claude Code skill (SKILL.md + helpers/*.py, no build/test suite), the helper CLI commands, the two-layer transcript + on-demand-visual architecture, the render pipeline, and the 12 hard production-correctness rules from SKILL.md — so future Claude Code sessions working on this repo's own code get oriented faster. Co-Authored-By: Claude Sonnet 5 <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.mdat the repo root so Claude Code (and similar agents) working on this repo's own code get oriented quickly, distinct fromSKILL.md(which guides an agent editing a user's footage).transcribe.py,pack_transcripts.py,timeline_view.py,grade.py,render.py), the two-layer transcript + on-demand-visual architecture, the render pipeline, where session artifacts live (<videos_dir>/edit/, never in this repo), and a pointer to the 12 hard production-correctness rules inSKILL.md.Test plan
CLAUDE.md,.cursorrules,.cursor/rules/, or.github/copilot-instructions.mdwere present to reconcile with.argparsedefinitions inhelpers/.🤖 Generated with Claude Code
Summary by cubic
Add
CLAUDE.mdto orient code assistants working on this repo’s code. It clarifies thatvideo-useis a skill (not an app), lists exact helper CLI usage, outlines the two-layer transcript + on-demand visual model, explains the EDL-based render pipeline, notes where artifacts live (<videos_dir>/edit/), calls out required env vars, and links to the 12 production Hard Rules inSKILL.mdfor correctness.Written for commit 6980d8c. Summary will update on new commits.