LICENSE
README.md
pyproject.toml
src/attune_author/__init__.py
src/attune_author/bootstrap.py
src/attune_author/cli.py
src/attune_author/generator.py
src/attune_author/maintenance.py
src/attune_author/manifest.py
src/attune_author/polish.py
src/attune_author/polish_prompts.py
src/attune_author/preamble.py
src/attune_author/staleness.py
src/attune_author.egg-info/PKG-INFO
src/attune_author.egg-info/SOURCES.txt
src/attune_author.egg-info/dependency_links.txt
src/attune_author.egg-info/entry_points.txt
src/attune_author.egg-info/requires.txt
src/attune_author.egg-info/top_level.txt
src/attune_author/doc_gen/__init__.py
src/attune_author/doc_gen/_anthropic.py
src/attune_author/doc_gen/config.py
src/attune_author/doc_gen/pipeline.py
src/attune_author/doc_gen/stages.py
src/attune_author/mcp/__init__.py
src/attune_author/mcp/handlers.py
src/attune_author/mcp/path_validation.py
src/attune_author/mcp/server.py
src/attune_author/mcp/tool_schemas.py
src/attune_author/meta_templates/comparison.md.j2
src/attune_author/meta_templates/concept.md.j2
src/attune_author/meta_templates/error.md.j2
src/attune_author/meta_templates/faq.md.j2
src/attune_author/meta_templates/note.md.j2
src/attune_author/meta_templates/quickstart.md.j2
src/attune_author/meta_templates/reference.md.j2
src/attune_author/meta_templates/task.md.j2
src/attune_author/meta_templates/tip.md.j2
src/attune_author/meta_templates/troubleshooting.md.j2
src/attune_author/meta_templates/warning.md.j2
tests/test_bootstrap.py
tests/test_cli.py
tests/test_doc_gen.py
tests/test_dogfood_help.py
tests/test_generator.py
tests/test_guidance_templates.py
tests/test_maintenance.py
tests/test_manifest.py
tests/test_mcp_server.py
tests/test_plugin_config.py
tests/test_plugin_references.py
tests/test_polish.py
tests/test_polish_improvements.py
tests/test_preamble.py
tests/test_problem_templates.py
tests/test_staleness.py