.github/- GitHub configuration including issue templates, CI/CD workflows, and code ownership rules.CLAUDE.md- AI assistant guidelines and project-specific instructions for Claude Code.CODE_OF_CONDUCT.md- Community standards and behavioral expectations for project contributors.CONTRIBUTING.md- Guidelines for contributing to the Panfactum Framework.cspell.config.yaml- Configuration for the cspell spell checker used on markdown files.flake.lock- Nix flake lock file pinning exact dependency versions for reproducible builds.flake.nix- Nix flake definition providing the development shell and package outputs.LICENSE- Apache 2.0 license governing the project's source code.package.json- Root PNPM workspace package manifest defining shared workspace configuration.packages/- Monorepo packages containing all major components: infrastructure modules, website, CLI, dev tooling, and container images.pnpm-lock.yaml- PNPM lock file pinning exact dependency versions across all workspace packages.pnpm-workspace.yaml- PNPM workspace configuration defining which directories are workspace packages.README.md- Project overview, installation links, repository structure summary, and licensing information.SECURITY.md- Security policy describing how to report vulnerabilities.