LICENSE
README.md
pyproject.toml
src/attune_author/__init__.py
src/attune_author/bootstrap.py
src/attune_author/cli.py
src/attune_author/editor_launcher.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/rag_hook.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/_prompts.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/freshness/__init__.py
src/attune_author/freshness/symbols.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/architecture.md.j2
src/attune_author/meta_templates/cli-reference.md.j2
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/how-to.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/tutorial.md.j2
src/attune_author/meta_templates/warning.md.j2
src/attune_author/meta_templates/_partials/problem_macros.j2
tests/test_anthropic_retry.py
tests/test_bootstrap.py
tests/test_cli.py
tests/test_cli_edit.py
tests/test_doc_gen.py
tests/test_dogfood_help.py
tests/test_editor_launcher.py
tests/test_freshness_symbols_relocated.py
tests/test_generator.py
tests/test_guidance_templates.py
tests/test_maintenance.py
tests/test_manifest.py
tests/test_manifest_relocated.py
tests/test_mcp_security.py
tests/test_mcp_server.py
tests/test_plugin_config.py
tests/test_plugin_references.py
tests/test_polish.py
tests/test_polish_cache.py
tests/test_polish_improvements.py
tests/test_polish_prompts.py
tests/test_preamble.py
tests/test_problem_templates.py
tests/test_rag_hook.py
tests/test_source_extractors.py
tests/test_staleness.py
tests/test_staleness_relocated.py