# Minimal Setup Example This example demonstrates a bare-minimum Claude Code project — just a single-line CLAUDE.md with no other configuration. ## What to expect Running `node ../../scanners/posture.mjs .` from this directory will show: - **Low utilization score** — most features are unused - **Low maturity level** — no hooks, no rules, no settings - **Multiple feature gap findings** — all tiers flagged ## Why this matters Even a single CLAUDE.md file is enough for Claude Code to work. But without permissions, hooks, rules, or MCP configuration, you're leaving significant capability on the table. Compare with the [optimal-setup](../optimal-setup/) example to see what a fully-configured project looks like.