MANIFEST.in
README.md
llms.txt
pyproject.toml
src/mdbind/__init__.py
src/mdbind/cache.py
src/mdbind/cli.py
src/mdbind/composer.py
src/mdbind/cycle.py
src/mdbind/directives.py
src/mdbind/index.py
src/mdbind/metadata.py
src/mdbind/models.py
src/mdbind/parser.py
src/mdbind/schema_validation.py
src/mdbind/template_packages.py
src/mdbind/templates.py
src/mdbind.egg-info/PKG-INFO
src/mdbind.egg-info/SOURCES.txt
src/mdbind.egg-info/dependency_links.txt
src/mdbind.egg-info/entry_points.txt
src/mdbind.egg-info/requires.txt
src/mdbind.egg-info/top_level.txt
templates/default/manifest.yaml
templates/default/en/scrum/CONSTITUTION.md.j2
templates/default/en/scrum/architecture.md.j2
templates/default/en/scrum/backlog.md.j2
templates/default/en/scrum/decisions.md.j2
templates/default/en/scrum/experience.md.j2
templates/default/en/scrum/sprints.md.j2
templates/default/en/scrum/backlog/.gitkeep
templates/default/en/scrum/instructions/LLM.md
templates/default/en/scrum/schema/backlog-item.schema.yaml
templates/default/en/scrum/schema/backlog.schema.yaml
templates/default/en/scrum/schema/constitution.schema.yaml
templates/default/en/scrum/schema/instructions.schema.yaml
templates/default/en/scrum/schema/sprint.schema.yaml
templates/default/en/scrum/schema/sprints.schema.yaml
templates/default/en/scrum/sprints/.gitkeep
templates/default/pt_br/scrum/CONSTITUTION.md.j2
templates/default/pt_br/scrum/architecture.md.j2
templates/default/pt_br/scrum/backlog.md.j2
templates/default/pt_br/scrum/decisions.md.j2
templates/default/pt_br/scrum/experience.md.j2
templates/default/pt_br/scrum/sprints.md.j2
templates/default/pt_br/scrum/backlog/.gitkeep
templates/default/pt_br/scrum/instructions/LLM.md
templates/default/pt_br/scrum/schema/backlog-item.schema.yaml
templates/default/pt_br/scrum/schema/backlog.schema.yaml
templates/default/pt_br/scrum/schema/constitution.schema.yaml
templates/default/pt_br/scrum/schema/instructions.schema.yaml
templates/default/pt_br/scrum/schema/sprint.schema.yaml
templates/default/pt_br/scrum/schema/sprints.schema.yaml
templates/default/pt_br/scrum/sprints/.gitkeep
templates/engineering/manifest.yaml
templates/engineering/en/engineering/ADR.md.j2
templates/engineering/en/engineering/CONSTITUTION.md.j2
templates/engineering/en/engineering/ROADMAP.md.j2
templates/engineering/en/engineering/adr/.gitkeep
templates/engineering/en/engineering/instructions/LLM.md
templates/engineering/en/engineering/rfcs/.gitkeep
templates/engineering/pt_br/engineering/ADR.md.j2
templates/engineering/pt_br/engineering/CONSTITUTION.md.j2
templates/engineering/pt_br/engineering/ROADMAP.md.j2
templates/engineering/pt_br/engineering/adr/.gitkeep
templates/engineering/pt_br/engineering/instructions/LLM.md
templates/engineering/pt_br/engineering/rfcs/.gitkeep
templates/kanban/manifest.yaml
templates/kanban/en/kanban/BOARD.md.j2
templates/kanban/en/kanban/CONSTITUTION.md.j2
templates/kanban/en/kanban/decisions.md.j2
templates/kanban/en/kanban/lessons.md.j2
templates/kanban/en/kanban/instructions/LLM.md
templates/kanban/pt_br/kanban/BOARD.md.j2
templates/kanban/pt_br/kanban/CONSTITUTION.md.j2
templates/kanban/pt_br/kanban/decisions.md.j2
templates/kanban/pt_br/kanban/lessons.md.j2
templates/kanban/pt_br/kanban/instructions/LLM.md
templates/minimal/manifest.yaml
templates/minimal/en/minimal/CHANGELOG.md.j2
templates/minimal/en/minimal/CONSTITUTION.md.j2
templates/minimal/en/minimal/README.md.j2
templates/minimal/en/minimal/todo.md.j2
templates/minimal/en/minimal/instructions/LLM.md
templates/minimal/pt_br/minimal/CHANGELOG.md.j2
templates/minimal/pt_br/minimal/CONSTITUTION.md.j2
templates/minimal/pt_br/minimal/README.md.j2
templates/minimal/pt_br/minimal/todo.md.j2
templates/minimal/pt_br/minimal/instructions/LLM.md
templates/product/manifest.yaml
templates/product/en/product/CONSTITUTION.md.j2
templates/product/en/product/PITCHES.md.j2
templates/product/en/product/decisions.md.j2
templates/product/en/product/cycles/.gitkeep
templates/product/en/product/instructions/LLM.md
templates/product/en/product/specs/.gitkeep
templates/product/pt_br/product/CONSTITUTION.md.j2
templates/product/pt_br/product/PITCHES.md.j2
templates/product/pt_br/product/decisions.md.j2
templates/product/pt_br/product/cycles/.gitkeep
templates/product/pt_br/product/instructions/LLM.md
templates/product/pt_br/product/specs/.gitkeep
tests/test_cache.py
tests/test_cli_compose.py
tests/test_cli_get.py
tests/test_cli_ia_v1.py
tests/test_cli_ia_v2.py
tests/test_cli_init_pack.py
tests/test_cli_metadata.py
tests/test_cli_next_id_workflows.py
tests/test_cli_session_hooks.py
tests/test_cli_tree.py
tests/test_cli_validate.py
tests/test_cli_version.py
tests/test_cli_web_schemas_templates.py
tests/test_cycle_detection.py
tests/test_directives.py
tests/test_examples.py
tests/test_index.py
tests/test_models.py
tests/test_parser.py