The file CLAUDE.md at the project root is completely empty (0 bytes). This file is used by Claude Code (and other AI tools) to understand the project architecture, conventions, and coding standards. Without it, AI agents have no project-specific context.
Impact: AI tools like Claude Code and Codex CLI lack project context, leading to inconsistent code generation, wrong architecture decisions, and repeated mistakes.
Suggested fix: Populate CLAUDE.md with project overview, architecture summary, coding conventions, test requirements, and toolchain setup instructions. See existing files like README.md, CONTRIBUTING.md, and CLAUDE.md conventions in other projects for reference.
The file
CLAUDE.mdat the project root is completely empty (0 bytes). This file is used by Claude Code (and other AI tools) to understand the project architecture, conventions, and coding standards. Without it, AI agents have no project-specific context.Impact: AI tools like Claude Code and Codex CLI lack project context, leading to inconsistent code generation, wrong architecture decisions, and repeated mistakes.
Suggested fix: Populate
CLAUDE.mdwith project overview, architecture summary, coding conventions, test requirements, and toolchain setup instructions. See existing files likeREADME.md,CONTRIBUTING.md, andCLAUDE.mdconventions in other projects for reference.