[5 BOUNTY] Create CLAUDE.md at the repo root#76
Open
zhuyuhao030612 wants to merge 3 commits into
Open
Conversation
feat: generate comprehensive TODO audit report (cuentaprueba244w-dotcom#1) - Add tools/generate_todo_audit.py — scanner and report generator - Generate TODO_AUDIT.md with 315 entries across all languages - Case-insensitive TODO search across Rust, Python, JS, Go, C, Java, etc. - Estimate formula: (line_number % 7) + 1 hours - Sorted by estimated hours descending - Includes summary statistics and distribution table Closes cuentaprueba244w-dotcom#1 @
- 302 lines covering project overview, tech stack, module structure - 'Where to Start' section for every module with first files to read - Build & diagnostic workflow documentation - Coding conventions, known pitfalls, git workflow - Self-deprecating tone matching repo style (read from source files) - Includes bounty workflow section Co-Authored-By: Claude <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
Adds a comprehensive
CLAUDE.md(302 lines) at the repository root to provide AI coding agents (Claude Code, Hermes, etc.) with immediate project context on startup.Content
Tone
Matches the repo's existing self-deprecating style (sampled from
backend/src/legacy/deprecations.rs,mod.rs, andbuild.py). Where the README says "this is what we have, it works, probably," CLAUDE.md says "bus factor: 0.3."Validation
diagnostic/build-9d6347e1-*)Diagnostics
diagnostic/build-9d6347e1.jsondiagnostic/build-9d6347e1-part001.logdthroughpart004.logdPassword:
2688242a29c4fa75c1caReassemble:
cat diagnostic/build-9d6347e1-part*.logd > diagnostic/build-9d6347e1.logdUnpack:
encryptly unpack diagnostic/build-9d6347e1.logd <outdir> --password 2688242a29c4fa75c1caI would like to request that my diagnostic build log is removed before merging