LICENSE
MANIFEST.in
README.md
pyproject.toml
src/fabbro/__init__.py
src/fabbro/cli.py
src/fabbro.egg-info/PKG-INFO
src/fabbro.egg-info/SOURCES.txt
src/fabbro.egg-info/dependency_links.txt
src/fabbro.egg-info/entry_points.txt
src/fabbro.egg-info/requires.txt
src/fabbro.egg-info/top_level.txt
src/fabbro/commands/__init__.py
src/fabbro/commands/admin.py
src/fabbro/commands/create.py
src/fabbro/commands/doctor.py
src/fabbro/commands/registry.py
src/fabbro/commands/secret.py
src/fabbro/commands/vault.py
src/fabbro/template/.gitignore
src/fabbro/template/Dockerfile
src/fabbro/template/agent.md
src/fabbro/template/app.py
src/fabbro/template/db.py
src/fabbro/template/docker-compose.yml
src/fabbro/template/forjedoctor.py
src/fabbro/template/requirements-dev.txt
src/fabbro/template/requirements.txt
src/fabbro/template/_dev/db.py
src/fabbro/template/_dev/serve.py
src/fabbro/template/_dev/assets/home.css
src/fabbro/template/_dev/assets/kanban.css
src/fabbro/template/_dev/assets/layout.html
src/fabbro/template/_dev/assets/playbook.css
src/fabbro/template/_dev/assets/playbook.js
src/fabbro/template/_dev/assets/img/fabbro_icons.svg
src/fabbro/template/_dev/assets/img/fabbro_symbol.svg
src/fabbro/template/_dev/fonts/DMMono-Medium.woff2
src/fabbro/template/_dev/fonts/DMSans-Bold.woff2
src/fabbro/template/_dev/fonts/DMSans-Regular.woff2
src/fabbro/template/_dev/fonts/Syne-Bold.woff2
src/fabbro/template/_dev/fonts/Syne-ExtraBold.woff2
src/fabbro/template/_dev/playbooks/00-getting-started.html
src/fabbro/template/_dev/playbooks/01-anatomy.html
src/fabbro/template/_dev/playbooks/02-build-a-module.html
src/fabbro/template/_dev/playbooks/03-registry.html
src/fabbro/template/_dev/playbooks/04-design-system.html
src/fabbro/template/_dev/playbooks/05-dev-with-ai.html
src/fabbro/template/_dev/playbooks/home.html
src/fabbro/template/_dev/playbooks/kanban.html
src/fabbro/template/_dev/prompts/session.md
src/fabbro/template/_dev/skills/architecture.md
src/fabbro/template/_dev/skills/frontend.md
src/fabbro/template/_dev/skills/new-module.md
src/fabbro/template/_dev/skills/registry-api.md
src/fabbro/template/_dev/skills/test.md
src/fabbro/template/_dev/skills/workers.md
src/fabbro/template/config/auth.yaml
src/fabbro/template/config/database.yaml
src/fabbro/template/config/mailer.yaml
src/fabbro/template/config/registry_api.yaml
src/fabbro/template/config/security.yaml
src/fabbro/template/config/worker.yaml
src/fabbro/template/core/__init__.py
src/fabbro/template/core/config.py
src/fabbro/template/core/database.py
src/fabbro/template/core/mailer.py
src/fabbro/template/core/registry_api.py
src/fabbro/template/core/security.py
src/fabbro/template/core/worker.py
src/fabbro/template/docs/doc-backend.md
src/fabbro/template/docs/doc-frontend.md
src/fabbro/template/modules/auth.py
src/fabbro/template/static/css/fabbro.css
src/fabbro/template/static/fonts/DMMono-Medium.woff2
src/fabbro/template/static/fonts/DMSans-Bold.woff2
src/fabbro/template/static/fonts/DMSans-Regular.woff2
src/fabbro/template/static/fonts/Syne-Bold.woff2
src/fabbro/template/static/fonts/Syne-ExtraBold.woff2
src/fabbro/template/static/img/fabbro_icons.svg
src/fabbro/template/static/img/fabbro_symbol.png
src/fabbro/template/static/img/fabbro_symbol.svg
src/fabbro/template/static/js/fabbro.js
src/fabbro/template/templates/dashboard_admin.html
src/fabbro/template/templates/dashboard_client.html
src/fabbro/template/templates/email.html
src/fabbro/template/templates/forgot.html
src/fabbro/template/templates/index.html
src/fabbro/template/templates/layout_app.html
src/fabbro/template/templates/layout_auth.html
src/fabbro/template/templates/layout_public.html
src/fabbro/template/templates/login.html
src/fabbro/template/templates/register.html
src/fabbro/template/templates/set_password.html
src/fabbro/template/tests/conftest.py
src/fabbro/template/tests/test_smoke.py
src/fabbro/template/workers/default.py
src/fabbro/template/workers/mailer.py