LICENSE
README.md
pyproject.toml
src/solokit/__init__.py
src/solokit/__version__.py
src/solokit/cli.py
src/solokit.egg-info/PKG-INFO
src/solokit.egg-info/SOURCES.txt
src/solokit.egg-info/dependency_links.txt
src/solokit.egg-info/entry_points.txt
src/solokit.egg-info/requires.txt
src/solokit.egg-info/top_level.txt
src/solokit/adopt/__init__.py
src/solokit/adopt/backup.py
src/solokit/adopt/doc_appender.py
src/solokit/adopt/merge_strategies.py
src/solokit/adopt/orchestrator.py
src/solokit/adopt/project_detector.py
src/solokit/commands/__init__.py
src/solokit/commands/config.py
src/solokit/commands/doctor.py
src/solokit/commands/help.py
src/solokit/commands/version.py
src/solokit/core/__init__.py
src/solokit/core/argparse_helpers.py
src/solokit/core/cache.py
src/solokit/core/cli_prompts.py
src/solokit/core/command_runner.py
src/solokit/core/config.py
src/solokit/core/config_validator.py
src/solokit/core/constants.py
src/solokit/core/error_formatter.py
src/solokit/core/error_handlers.py
src/solokit/core/exceptions.py
src/solokit/core/file_ops.py
src/solokit/core/logging_config.py
src/solokit/core/output.py
src/solokit/core/performance.py
src/solokit/core/protocols.py
src/solokit/core/system_utils.py
src/solokit/core/types.py
src/solokit/deployment/__init__.py
src/solokit/deployment/executor.py
src/solokit/git/__init__.py
src/solokit/git/integration.py
src/solokit/github/__init__.py
src/solokit/github/setup.py
src/solokit/init/__init__.py
src/solokit/init/claude_commands_installer.py
src/solokit/init/claude_md_generator.py
src/solokit/init/dependency_installer.py
src/solokit/init/docs_structure.py
src/solokit/init/env_generator.py
src/solokit/init/environment_validator.py
src/solokit/init/format_lint_fixer.py
src/solokit/init/git_hooks_installer.py
src/solokit/init/git_setup.py
src/solokit/init/gitignore_updater.py
src/solokit/init/initial_commit.py
src/solokit/init/initial_scans.py
src/solokit/init/orchestrator.py
src/solokit/init/readme_generator.py
src/solokit/init/session_structure.py
src/solokit/init/template_installer.py
src/solokit/learning/__init__.py
src/solokit/learning/archiver.py
src/solokit/learning/categorizer.py
src/solokit/learning/curator.py
src/solokit/learning/extractor.py
src/solokit/learning/reporter.py
src/solokit/learning/repository.py
src/solokit/learning/similarity.py
src/solokit/learning/validator.py
src/solokit/project/__init__.py
src/solokit/project/adopt.py
src/solokit/project/init.py
src/solokit/project/stack.py
src/solokit/project/sync_plugin.py
src/solokit/project/tree.py
src/solokit/quality/__init__.py
src/solokit/quality/api_validator.py
src/solokit/quality/env_validator.py
src/solokit/quality/gates.py
src/solokit/quality/results.py
src/solokit/quality/scaffolding.py
src/solokit/quality/checkers/__init__.py
src/solokit/quality/checkers/base.py
src/solokit/quality/checkers/context7.py
src/solokit/quality/checkers/custom.py
src/solokit/quality/checkers/deployment.py
src/solokit/quality/checkers/documentation.py
src/solokit/quality/checkers/formatting.py
src/solokit/quality/checkers/integration.py
src/solokit/quality/checkers/linting.py
src/solokit/quality/checkers/security.py
src/solokit/quality/checkers/spec_completeness.py
src/solokit/quality/checkers/tests.py
src/solokit/quality/reporters/__init__.py
src/solokit/quality/reporters/base.py
src/solokit/quality/reporters/console.py
src/solokit/quality/reporters/json_reporter.py
src/solokit/session/__init__.py
src/solokit/session/briefing.py
src/solokit/session/complete.py
src/solokit/session/status.py
src/solokit/session/validate.py
src/solokit/session/briefing/__init__.py
src/solokit/session/briefing/documentation_loader.py
src/solokit/session/briefing/formatter.py
src/solokit/session/briefing/git_context.py
src/solokit/session/briefing/learning_loader.py
src/solokit/session/briefing/milestone_builder.py
src/solokit/session/briefing/orchestrator.py
src/solokit/session/briefing/stack_detector.py
src/solokit/session/briefing/tree_generator.py
src/solokit/session/briefing/work_item_loader.py
src/solokit/templates/CHANGELOG.md
src/solokit/templates/WORK_ITEM_TYPES.md
src/solokit/templates/__init__.py
src/solokit/templates/bug_spec.md
src/solokit/templates/config.schema.json
src/solokit/templates/deployment_spec.md
src/solokit/templates/feature_spec.md
src/solokit/templates/integration_test_spec.md
src/solokit/templates/learnings.json
src/solokit/templates/refactor_spec.md
src/solokit/templates/security_spec.md
src/solokit/templates/stack-versions.yaml
src/solokit/templates/status_update.json
src/solokit/templates/template-registry.json
src/solokit/templates/work_items.json
src/solokit/templates/.claude/commands/adopt.md
src/solokit/templates/.claude/commands/end.md
src/solokit/templates/.claude/commands/init.md
src/solokit/templates/.claude/commands/learn-curate.md
src/solokit/templates/.claude/commands/learn-search.md
src/solokit/templates/.claude/commands/learn-show.md
src/solokit/templates/.claude/commands/learn.md
src/solokit/templates/.claude/commands/start.md
src/solokit/templates/.claude/commands/status.md
src/solokit/templates/.claude/commands/validate.md
src/solokit/templates/.claude/commands/work-delete.md
src/solokit/templates/.claude/commands/work-graph.md
src/solokit/templates/.claude/commands/work-list.md
src/solokit/templates/.claude/commands/work-new.md
src/solokit/templates/.claude/commands/work-next.md
src/solokit/templates/.claude/commands/work-show.md
src/solokit/templates/.claude/commands/work-update.md
src/solokit/templates/dashboard_refine/base/.env.example
src/solokit/templates/dashboard_refine/base/.gitignore
src/solokit/templates/dashboard_refine/base/ARCHITECTURE.md
src/solokit/templates/dashboard_refine/base/CLAUDE.md.template
src/solokit/templates/dashboard_refine/base/components.json
src/solokit/templates/dashboard_refine/base/next.config.ts
src/solokit/templates/dashboard_refine/base/package.json.template
src/solokit/templates/dashboard_refine/base/postcss.config.mjs
src/solokit/templates/dashboard_refine/base/tailwind.config.ts
src/solokit/templates/dashboard_refine/base/tsconfig.json
src/solokit/templates/dashboard_refine/base/app/error.tsx
src/solokit/templates/dashboard_refine/base/app/globals.css
src/solokit/templates/dashboard_refine/base/app/layout.tsx
src/solokit/templates/dashboard_refine/base/app/loading.tsx
src/solokit/templates/dashboard_refine/base/app/(dashboard)/layout.tsx
src/solokit/templates/dashboard_refine/base/app/(dashboard)/page.tsx
src/solokit/templates/dashboard_refine/base/app/(dashboard)/__tests__/page.test.tsx
src/solokit/templates/dashboard_refine/base/app/__tests__/error.test.tsx
src/solokit/templates/dashboard_refine/base/app/__tests__/loading.test.tsx
src/solokit/templates/dashboard_refine/base/app/api/health/route.ts
src/solokit/templates/dashboard_refine/base/components/client-refine-wrapper.tsx
src/solokit/templates/dashboard_refine/base/components/__tests__/client-refine-wrapper.test.tsx
src/solokit/templates/dashboard_refine/base/components/layout/header.tsx
src/solokit/templates/dashboard_refine/base/components/layout/sidebar.tsx
src/solokit/templates/dashboard_refine/base/components/layout/__tests__/header.test.tsx
src/solokit/templates/dashboard_refine/base/components/layout/__tests__/sidebar.test.tsx
src/solokit/templates/dashboard_refine/base/components/ui/button.tsx
src/solokit/templates/dashboard_refine/base/components/ui/card.tsx
src/solokit/templates/dashboard_refine/base/components/ui/table.tsx
src/solokit/templates/dashboard_refine/base/components/ui/__tests__/button.test.tsx
src/solokit/templates/dashboard_refine/base/components/ui/__tests__/card.test.tsx
src/solokit/templates/dashboard_refine/base/components/ui/__tests__/table.test.tsx
src/solokit/templates/dashboard_refine/base/lib/refine.tsx
src/solokit/templates/dashboard_refine/base/lib/utils.ts
src/solokit/templates/dashboard_refine/base/lib/__tests__/refine.test.tsx
src/solokit/templates/dashboard_refine/base/lib/__tests__/utils.test.ts
src/solokit/templates/dashboard_refine/base/providers/refine-provider.tsx
src/solokit/templates/dashboard_refine/base/providers/__tests__/refine-provider.test.tsx
src/solokit/templates/dashboard_refine/ci-cd/.github/workflows/build.yml
src/solokit/templates/dashboard_refine/ci-cd/.github/workflows/deploy.yml
src/solokit/templates/dashboard_refine/ci-cd/.github/workflows/quality-check.yml
src/solokit/templates/dashboard_refine/ci-cd/.github/workflows/security.yml
src/solokit/templates/dashboard_refine/ci-cd/.github/workflows/test.yml
src/solokit/templates/dashboard_refine/docker/.dockerignore
src/solokit/templates/dashboard_refine/docker/Dockerfile
src/solokit/templates/dashboard_refine/docker/README.md
src/solokit/templates/dashboard_refine/docker/docker-compose.prod.yml
src/solokit/templates/dashboard_refine/docker/docker-compose.yml
src/solokit/templates/dashboard_refine/env-templates/.editorconfig
src/solokit/templates/dashboard_refine/env-templates/.env.local.example
src/solokit/templates/dashboard_refine/env-templates/.env.production.example
src/solokit/templates/dashboard_refine/env-templates/.env.test.example
src/solokit/templates/dashboard_refine/tier-1-essential/.prettierignore
src/solokit/templates/dashboard_refine/tier-1-essential/.prettierrc
src/solokit/templates/dashboard_refine/tier-1-essential/eslint.config.mjs
src/solokit/templates/dashboard_refine/tier-1-essential/jest.config.ts
src/solokit/templates/dashboard_refine/tier-1-essential/jest.setup.ts
src/solokit/templates/dashboard_refine/tier-1-essential/package.json.tier1.template
src/solokit/templates/dashboard_refine/tier-1-essential/tests/setup.ts
src/solokit/templates/dashboard_refine/tier-2-standard/.git-secrets
src/solokit/templates/dashboard_refine/tier-2-standard/.lintstagedrc.json
src/solokit/templates/dashboard_refine/tier-2-standard/.npmrc
src/solokit/templates/dashboard_refine/tier-2-standard/package.json.tier2.template
src/solokit/templates/dashboard_refine/tier-2-standard/.husky/pre-commit
src/solokit/templates/dashboard_refine/tier-3-comprehensive/.axe-config.json
src/solokit/templates/dashboard_refine/tier-3-comprehensive/.jscpd.json
src/solokit/templates/dashboard_refine/tier-3-comprehensive/eslint.config.mjs
src/solokit/templates/dashboard_refine/tier-3-comprehensive/jest.config.ts.tier3.template
src/solokit/templates/dashboard_refine/tier-3-comprehensive/package.json.tier3.template
src/solokit/templates/dashboard_refine/tier-3-comprehensive/playwright.config.ts
src/solokit/templates/dashboard_refine/tier-3-comprehensive/stryker.conf.json
src/solokit/templates/dashboard_refine/tier-3-comprehensive/type-coverage.json
src/solokit/templates/dashboard_refine/tier-3-comprehensive/tests/e2e/dashboard.spec.ts
src/solokit/templates/dashboard_refine/tier-3-comprehensive/tests/integration/api.test.ts
src/solokit/templates/dashboard_refine/tier-4-production/.lighthouserc.json
src/solokit/templates/dashboard_refine/tier-4-production/eslint.config.mjs
src/solokit/templates/dashboard_refine/tier-4-production/instrumentation.ts
src/solokit/templates/dashboard_refine/tier-4-production/jest.config.ts.tier4.template
src/solokit/templates/dashboard_refine/tier-4-production/next.config.ts
src/solokit/templates/dashboard_refine/tier-4-production/package.json.tier4.template
src/solokit/templates/dashboard_refine/tier-4-production/sentry.client.config.ts
src/solokit/templates/dashboard_refine/tier-4-production/sentry.edge.config.ts
src/solokit/templates/dashboard_refine/tier-4-production/sentry.server.config.ts
src/solokit/templates/dashboard_refine/tier-4-production/vercel.json
src/solokit/templates/dashboard_refine/tier-4-production/.github/workflows/a11y.yml
src/solokit/templates/dashboard_refine/tier-4-production/.github/workflows/lighthouse.yml
src/solokit/templates/dashboard_refine/tier-4-production/.github/workflows/load-test.yml
src/solokit/templates/dashboard_refine/tier-4-production/k6/load-test.js
src/solokit/templates/dashboard_refine/tier-4-production/scripts/lighthouse.sh
src/solokit/templates/fullstack_nextjs/base/.env.example
src/solokit/templates/fullstack_nextjs/base/.gitignore
src/solokit/templates/fullstack_nextjs/base/ARCHITECTURE.md
src/solokit/templates/fullstack_nextjs/base/CLAUDE.md.template
src/solokit/templates/fullstack_nextjs/base/components.json
src/solokit/templates/fullstack_nextjs/base/next.config.ts
src/solokit/templates/fullstack_nextjs/base/package.json.template
src/solokit/templates/fullstack_nextjs/base/postcss.config.mjs
src/solokit/templates/fullstack_nextjs/base/tailwind.config.ts
src/solokit/templates/fullstack_nextjs/base/tsconfig.json
src/solokit/templates/fullstack_nextjs/base/app/error.tsx
src/solokit/templates/fullstack_nextjs/base/app/globals.css
src/solokit/templates/fullstack_nextjs/base/app/layout.tsx
src/solokit/templates/fullstack_nextjs/base/app/loading.tsx
src/solokit/templates/fullstack_nextjs/base/app/page.tsx
src/solokit/templates/fullstack_nextjs/base/app/__tests__/error.test.tsx
src/solokit/templates/fullstack_nextjs/base/app/__tests__/loading.test.tsx
src/solokit/templates/fullstack_nextjs/base/app/__tests__/page.test.tsx
src/solokit/templates/fullstack_nextjs/base/app/api/health/route.ts
src/solokit/templates/fullstack_nextjs/base/app/api/health/__tests__/route.test.ts
src/solokit/templates/fullstack_nextjs/base/components/.gitkeep
src/solokit/templates/fullstack_nextjs/base/lib/env.ts
src/solokit/templates/fullstack_nextjs/base/lib/prisma.ts
src/solokit/templates/fullstack_nextjs/base/lib/utils.ts
src/solokit/templates/fullstack_nextjs/base/lib/__tests__/env.test.ts
src/solokit/templates/fullstack_nextjs/base/lib/__tests__/prisma.test.ts
src/solokit/templates/fullstack_nextjs/base/lib/__tests__/utils.test.ts
src/solokit/templates/fullstack_nextjs/base/prisma/schema.prisma
src/solokit/templates/fullstack_nextjs/ci-cd/.github/workflows/build.yml
src/solokit/templates/fullstack_nextjs/ci-cd/.github/workflows/deploy.yml
src/solokit/templates/fullstack_nextjs/ci-cd/.github/workflows/quality-check.yml
src/solokit/templates/fullstack_nextjs/ci-cd/.github/workflows/security.yml
src/solokit/templates/fullstack_nextjs/ci-cd/.github/workflows/test.yml
src/solokit/templates/fullstack_nextjs/docker/.dockerignore
src/solokit/templates/fullstack_nextjs/docker/Dockerfile
src/solokit/templates/fullstack_nextjs/docker/README.md
src/solokit/templates/fullstack_nextjs/docker/docker-compose.prod.yml
src/solokit/templates/fullstack_nextjs/docker/docker-compose.yml
src/solokit/templates/fullstack_nextjs/env-templates/.editorconfig
src/solokit/templates/fullstack_nextjs/env-templates/.env.local.example
src/solokit/templates/fullstack_nextjs/env-templates/.env.production.example
src/solokit/templates/fullstack_nextjs/env-templates/.env.test.example
src/solokit/templates/fullstack_nextjs/tier-1-essential/.prettierignore
src/solokit/templates/fullstack_nextjs/tier-1-essential/.prettierrc
src/solokit/templates/fullstack_nextjs/tier-1-essential/eslint.config.mjs
src/solokit/templates/fullstack_nextjs/tier-1-essential/jest.config.ts
src/solokit/templates/fullstack_nextjs/tier-1-essential/jest.setup.ts
src/solokit/templates/fullstack_nextjs/tier-1-essential/package.json.tier1.template
src/solokit/templates/fullstack_nextjs/tier-1-essential/tests/setup.ts
src/solokit/templates/fullstack_nextjs/tier-2-standard/.git-secrets
src/solokit/templates/fullstack_nextjs/tier-2-standard/.lintstagedrc.json
src/solokit/templates/fullstack_nextjs/tier-2-standard/.npmrc
src/solokit/templates/fullstack_nextjs/tier-2-standard/package.json.tier2.template
src/solokit/templates/fullstack_nextjs/tier-2-standard/.husky/pre-commit
src/solokit/templates/fullstack_nextjs/tier-3-comprehensive/.axe-config.json
src/solokit/templates/fullstack_nextjs/tier-3-comprehensive/.jscpd.json
src/solokit/templates/fullstack_nextjs/tier-3-comprehensive/eslint.config.mjs
src/solokit/templates/fullstack_nextjs/tier-3-comprehensive/jest.config.ts.tier3.template
src/solokit/templates/fullstack_nextjs/tier-3-comprehensive/package.json.tier3.template
src/solokit/templates/fullstack_nextjs/tier-3-comprehensive/playwright.config.ts
src/solokit/templates/fullstack_nextjs/tier-3-comprehensive/stryker.conf.json
src/solokit/templates/fullstack_nextjs/tier-3-comprehensive/type-coverage.json
src/solokit/templates/fullstack_nextjs/tier-3-comprehensive/tests/e2e/flow.spec.ts
src/solokit/templates/fullstack_nextjs/tier-3-comprehensive/tests/integration/api.test.ts
src/solokit/templates/fullstack_nextjs/tier-4-production/.lighthouserc.json
src/solokit/templates/fullstack_nextjs/tier-4-production/eslint.config.mjs
src/solokit/templates/fullstack_nextjs/tier-4-production/instrumentation.ts
src/solokit/templates/fullstack_nextjs/tier-4-production/jest.config.ts.tier4.template
src/solokit/templates/fullstack_nextjs/tier-4-production/next.config.ts
src/solokit/templates/fullstack_nextjs/tier-4-production/package.json.tier4.template
src/solokit/templates/fullstack_nextjs/tier-4-production/sentry.client.config.ts
src/solokit/templates/fullstack_nextjs/tier-4-production/sentry.edge.config.ts
src/solokit/templates/fullstack_nextjs/tier-4-production/sentry.server.config.ts
src/solokit/templates/fullstack_nextjs/tier-4-production/vercel.json
src/solokit/templates/fullstack_nextjs/tier-4-production/.github/workflows/a11y.yml
src/solokit/templates/fullstack_nextjs/tier-4-production/.github/workflows/lighthouse.yml
src/solokit/templates/fullstack_nextjs/tier-4-production/.github/workflows/load-test.yml
src/solokit/templates/fullstack_nextjs/tier-4-production/k6/load-test.js
src/solokit/templates/fullstack_nextjs/tier-4-production/scripts/lighthouse.sh
src/solokit/templates/git-hooks/prepare-commit-msg
src/solokit/templates/guides/PRD_WRITING_GUIDE.md
src/solokit/templates/guides/STACK_GUIDE.md
src/solokit/templates/ml_ai_fastapi/base/.env.example.template
src/solokit/templates/ml_ai_fastapi/base/.gitignore
src/solokit/templates/ml_ai_fastapi/base/.python-version
src/solokit/templates/ml_ai_fastapi/base/ARCHITECTURE.md
src/solokit/templates/ml_ai_fastapi/base/CLAUDE.md.template
src/solokit/templates/ml_ai_fastapi/base/alembic.ini
src/solokit/templates/ml_ai_fastapi/base/pyproject.toml.template
src/solokit/templates/ml_ai_fastapi/base/requirements.txt.template
src/solokit/templates/ml_ai_fastapi/base/alembic/env.py
src/solokit/templates/ml_ai_fastapi/base/alembic/versions/.gitkeep
src/solokit/templates/ml_ai_fastapi/base/src/__init__.py.template
src/solokit/templates/ml_ai_fastapi/base/src/main.py.template
src/solokit/templates/ml_ai_fastapi/base/src/api/__init__.py
src/solokit/templates/ml_ai_fastapi/base/src/api/dependencies.py
src/solokit/templates/ml_ai_fastapi/base/src/api/routes/__init__.py
src/solokit/templates/ml_ai_fastapi/base/src/api/routes/health.py
src/solokit/templates/ml_ai_fastapi/base/src/core/__init__.py
src/solokit/templates/ml_ai_fastapi/base/src/core/config.py.template
src/solokit/templates/ml_ai_fastapi/base/src/core/database.py
src/solokit/templates/ml_ai_fastapi/base/src/models/__init__.py
src/solokit/templates/ml_ai_fastapi/base/src/services/__init__.py
src/solokit/templates/ml_ai_fastapi/ci-cd/.github/workflows/deploy.yml
src/solokit/templates/ml_ai_fastapi/ci-cd/.github/workflows/quality-check.yml
src/solokit/templates/ml_ai_fastapi/ci-cd/.github/workflows/security.yml
src/solokit/templates/ml_ai_fastapi/ci-cd/.github/workflows/test.yml.template
src/solokit/templates/ml_ai_fastapi/docker/.dockerignore
src/solokit/templates/ml_ai_fastapi/docker/Dockerfile
src/solokit/templates/ml_ai_fastapi/docker/docker-compose.prod.yml
src/solokit/templates/ml_ai_fastapi/docker/docker-compose.yml
src/solokit/templates/ml_ai_fastapi/env-templates/.editorconfig
src/solokit/templates/ml_ai_fastapi/env-templates/.env.local.example.template
src/solokit/templates/ml_ai_fastapi/env-templates/.env.production.example.template
src/solokit/templates/ml_ai_fastapi/env-templates/.env.test.example.template
src/solokit/templates/ml_ai_fastapi/tier-1-essential/.coveragerc
src/solokit/templates/ml_ai_fastapi/tier-1-essential/pyproject.toml.tier1.template
src/solokit/templates/ml_ai_fastapi/tier-1-essential/pyrightconfig.json
src/solokit/templates/ml_ai_fastapi/tier-1-essential/pytest.ini.template
src/solokit/templates/ml_ai_fastapi/tier-1-essential/requirements-dev.txt.template
src/solokit/templates/ml_ai_fastapi/tier-1-essential/tests/__init__.py.template
src/solokit/templates/ml_ai_fastapi/tier-1-essential/tests/conftest.py
src/solokit/templates/ml_ai_fastapi/tier-1-essential/tests/test_main.py
src/solokit/templates/ml_ai_fastapi/tier-1-essential/tests/unit/__init__.py
src/solokit/templates/ml_ai_fastapi/tier-1-essential/tests/unit/test_api_routes.py
src/solokit/templates/ml_ai_fastapi/tier-1-essential/tests/unit/test_database.py
src/solokit/templates/ml_ai_fastapi/tier-1-essential/tests/unit/test_main.py
src/solokit/templates/ml_ai_fastapi/tier-2-standard/.bandit
src/solokit/templates/ml_ai_fastapi/tier-2-standard/.pre-commit-config.yaml
src/solokit/templates/ml_ai_fastapi/tier-2-standard/.secrets.baseline
src/solokit/templates/ml_ai_fastapi/tier-2-standard/pyproject.toml.tier2.template
src/solokit/templates/ml_ai_fastapi/tier-3-comprehensive/.coveragerc.template
src/solokit/templates/ml_ai_fastapi/tier-3-comprehensive/.pylintrc
src/solokit/templates/ml_ai_fastapi/tier-3-comprehensive/.radon.cfg
src/solokit/templates/ml_ai_fastapi/tier-3-comprehensive/.vulture
src/solokit/templates/ml_ai_fastapi/tier-3-comprehensive/locustfile.py
src/solokit/templates/ml_ai_fastapi/tier-3-comprehensive/pyproject.toml.tier3.template
src/solokit/templates/ml_ai_fastapi/tier-3-comprehensive/tests/integration/__init__.py
src/solokit/templates/ml_ai_fastapi/tier-3-comprehensive/tests/integration/conftest.py
src/solokit/templates/ml_ai_fastapi/tier-3-comprehensive/tests/integration/test_api.py
src/solokit/templates/ml_ai_fastapi/tier-4-production/pyproject.toml.tier4.template
src/solokit/templates/ml_ai_fastapi/tier-4-production/requirements-prod.txt.template
src/solokit/templates/ml_ai_fastapi/tier-4-production/src/api/routes/metrics.py
src/solokit/templates/ml_ai_fastapi/tier-4-production/src/core/logging.py
src/solokit/templates/ml_ai_fastapi/tier-4-production/src/core/monitoring.py
src/solokit/templates/ml_ai_fastapi/tier-4-production/src/core/sentry.py
src/solokit/templates/ml_ai_fastapi/tier-4-production/src/middleware/__init__.py
src/solokit/templates/ml_ai_fastapi/tier-4-production/src/middleware/logging.py
src/solokit/templates/ml_ai_fastapi/tier-4-production/src/middleware/tracing.py
src/solokit/templates/saas_t3/base/.env.example
src/solokit/templates/saas_t3/base/.gitignore
src/solokit/templates/saas_t3/base/ARCHITECTURE.md
src/solokit/templates/saas_t3/base/CLAUDE.md.template
src/solokit/templates/saas_t3/base/components.json
src/solokit/templates/saas_t3/base/next.config.ts
src/solokit/templates/saas_t3/base/package.json.template
src/solokit/templates/saas_t3/base/postcss.config.mjs
src/solokit/templates/saas_t3/base/tailwind.config.ts
src/solokit/templates/saas_t3/base/tsconfig.json
src/solokit/templates/saas_t3/base/app/error.tsx
src/solokit/templates/saas_t3/base/app/globals.css
src/solokit/templates/saas_t3/base/app/layout.tsx
src/solokit/templates/saas_t3/base/app/loading.tsx
src/solokit/templates/saas_t3/base/app/page.tsx
src/solokit/templates/saas_t3/base/app/__tests__/error.test.tsx
src/solokit/templates/saas_t3/base/app/__tests__/loading.test.tsx
src/solokit/templates/saas_t3/base/app/__tests__/page.test.tsx
src/solokit/templates/saas_t3/base/app/api/health/route.ts
src/solokit/templates/saas_t3/base/app/api/trpc/[trpc]/route.ts
src/solokit/templates/saas_t3/base/components/.gitkeep
src/solokit/templates/saas_t3/base/lib/api.tsx
src/solokit/templates/saas_t3/base/lib/env.ts
src/solokit/templates/saas_t3/base/lib/utils.ts
src/solokit/templates/saas_t3/base/lib/__tests__/api.test.tsx
src/solokit/templates/saas_t3/base/lib/__tests__/env.test.ts
src/solokit/templates/saas_t3/base/lib/__tests__/utils.test.ts
src/solokit/templates/saas_t3/base/prisma/schema.prisma
src/solokit/templates/saas_t3/base/server/db.ts
src/solokit/templates/saas_t3/base/server/__tests__/db.test.ts
src/solokit/templates/saas_t3/base/server/api/root.ts
src/solokit/templates/saas_t3/base/server/api/trpc.ts
src/solokit/templates/saas_t3/base/server/api/__tests__/root.test.ts
src/solokit/templates/saas_t3/base/server/api/__tests__/trpc.test.ts
src/solokit/templates/saas_t3/base/server/api/routers/.gitkeep
src/solokit/templates/saas_t3/ci-cd/.github/workflows/build.yml
src/solokit/templates/saas_t3/ci-cd/.github/workflows/deploy.yml
src/solokit/templates/saas_t3/ci-cd/.github/workflows/quality-check.yml
src/solokit/templates/saas_t3/ci-cd/.github/workflows/security.yml
src/solokit/templates/saas_t3/ci-cd/.github/workflows/test.yml
src/solokit/templates/saas_t3/docker/.dockerignore
src/solokit/templates/saas_t3/docker/Dockerfile
src/solokit/templates/saas_t3/docker/README.md
src/solokit/templates/saas_t3/docker/docker-compose.prod.yml
src/solokit/templates/saas_t3/docker/docker-compose.yml
src/solokit/templates/saas_t3/env-templates/.editorconfig
src/solokit/templates/saas_t3/env-templates/.env.local.example
src/solokit/templates/saas_t3/env-templates/.env.production.example
src/solokit/templates/saas_t3/env-templates/.env.test.example
src/solokit/templates/saas_t3/tier-1-essential/.prettierignore
src/solokit/templates/saas_t3/tier-1-essential/.prettierrc
src/solokit/templates/saas_t3/tier-1-essential/eslint.config.mjs
src/solokit/templates/saas_t3/tier-1-essential/jest.config.ts
src/solokit/templates/saas_t3/tier-1-essential/jest.setup.ts
src/solokit/templates/saas_t3/tier-1-essential/package.json.tier1.template
src/solokit/templates/saas_t3/tier-1-essential/tests/setup.ts
src/solokit/templates/saas_t3/tier-2-standard/.git-secrets
src/solokit/templates/saas_t3/tier-2-standard/.lintstagedrc.json
src/solokit/templates/saas_t3/tier-2-standard/.npmrc
src/solokit/templates/saas_t3/tier-2-standard/package.json.tier2.template
src/solokit/templates/saas_t3/tier-2-standard/.husky/pre-commit
src/solokit/templates/saas_t3/tier-3-comprehensive/.axe-config.json
src/solokit/templates/saas_t3/tier-3-comprehensive/.jscpd.json
src/solokit/templates/saas_t3/tier-3-comprehensive/eslint.config.mjs
src/solokit/templates/saas_t3/tier-3-comprehensive/jest.config.ts.tier3.template
src/solokit/templates/saas_t3/tier-3-comprehensive/package.json.tier3.template
src/solokit/templates/saas_t3/tier-3-comprehensive/playwright.config.ts
src/solokit/templates/saas_t3/tier-3-comprehensive/stryker.conf.json
src/solokit/templates/saas_t3/tier-3-comprehensive/type-coverage.json
src/solokit/templates/saas_t3/tier-3-comprehensive/tests/e2e/home.spec.ts
src/solokit/templates/saas_t3/tier-3-comprehensive/tests/integration/api.test.ts
src/solokit/templates/saas_t3/tier-4-production/.lighthouserc.json
src/solokit/templates/saas_t3/tier-4-production/eslint.config.mjs
src/solokit/templates/saas_t3/tier-4-production/instrumentation.ts
src/solokit/templates/saas_t3/tier-4-production/jest.config.ts.tier4.template
src/solokit/templates/saas_t3/tier-4-production/next.config.ts
src/solokit/templates/saas_t3/tier-4-production/package.json.tier4.template
src/solokit/templates/saas_t3/tier-4-production/sentry.client.config.ts
src/solokit/templates/saas_t3/tier-4-production/sentry.edge.config.ts
src/solokit/templates/saas_t3/tier-4-production/sentry.server.config.ts
src/solokit/templates/saas_t3/tier-4-production/vercel.json
src/solokit/templates/saas_t3/tier-4-production/.github/workflows/a11y.yml
src/solokit/templates/saas_t3/tier-4-production/.github/workflows/lighthouse.yml
src/solokit/templates/saas_t3/tier-4-production/.github/workflows/load-test.yml
src/solokit/templates/saas_t3/tier-4-production/k6/load-test.js
src/solokit/templates/saas_t3/tier-4-production/scripts/lighthouse.sh
src/solokit/testing/__init__.py
src/solokit/testing/integration_runner.py
src/solokit/testing/performance.py
src/solokit/visualization/__init__.py
src/solokit/visualization/dependency_graph.py
src/solokit/work_items/__init__.py
src/solokit/work_items/creator.py
src/solokit/work_items/delete.py
src/solokit/work_items/get_dependencies.py
src/solokit/work_items/get_dependents.py
src/solokit/work_items/get_metadata.py
src/solokit/work_items/get_next_recommendations.py
src/solokit/work_items/manager.py
src/solokit/work_items/milestones.py
src/solokit/work_items/query.py
src/solokit/work_items/repository.py
src/solokit/work_items/scheduler.py
src/solokit/work_items/spec_parser.py
src/solokit/work_items/spec_validator.py
src/solokit/work_items/updater.py
src/solokit/work_items/validator.py