LICENSE
README.md
pyproject.toml
src/akms_learn/__init__.py
src/akms_learn/_code_links.py
src/akms_learn/capabilities_catalog.py
src/akms_learn/capability_gates.py
src/akms_learn/cli.py
src/akms_learn/compiler.py
src/akms_learn/graph_import.py
src/akms_learn/optional_metadata.py
src/akms_learn/ordering.py
src/akms_learn/plugin.py
src/akms_learn/profiles.py
src/akms_learn/requests.py
src/akms_learn/section_extraction.py
src/akms_learn/sections.py
src/akms_learn/toy_fixtures.py
src/akms_learn/validation.py
src/akms_learn/warnings.py
src/akms_learn.egg-info/PKG-INFO
src/akms_learn.egg-info/SOURCES.txt
src/akms_learn.egg-info/dependency_links.txt
src/akms_learn.egg-info/entry_points.txt
src/akms_learn.egg-info/requires.txt
src/akms_learn.egg-info/top_level.txt
src/akms_learn/adapters/__init__.py
src/akms_learn/adapters/fake_adapter.py
src/akms_learn/adapters/protocols.py
src/akms_learn/adapters/status.py
src/akms_learn/domain_packs/__init__.py
src/akms_learn/domain_packs/capabilities.py
src/akms_learn/domain_packs/descriptors.py
src/akms_learn/domain_packs/registry.py
src/akms_learn/domain_packs/warnings.py
src/akms_learn/exporters/__init__.py
src/akms_learn/exporters/_mathaware.py
src/akms_learn/exporters/assessment.py
src/akms_learn/exporters/bundle.py
src/akms_learn/exporters/html.py
src/akms_learn/exporters/markdown.py
src/akms_learn/exporters/notebook.py
src/akms_learn/llm/__init__.py
src/akms_learn/llm/no_provider_stub.py
src/akms_learn/llm/protocol.py
src/akms_learn/llm/registry.py
src/akms_learn/llm/providers/__init__.py
src/akms_learn/llm/providers/akms_completion.py
src/akms_learn/llm/providers/nlm_cli.py
src/akms_learn/models/__init__.py
src/akms_learn/models/assessment.py
src/akms_learn/models/learner_profile.py
src/akms_learn/models/llm_expansion.py
src/akms_learn/models/lsp.py
src/akms_learn/modes/__init__.py
src/akms_learn/modes/adaptive_path.py
src/akms_learn/modes/anthology.py
src/akms_learn/modes/assessment_first.py
src/akms_learn/modes/bundle_source.py
src/akms_learn/modes/derivation_first.py
src/akms_learn/modes/implementation_first.py
src/akms_learn/modes/llm_expanded.py
src/akms_learn/modes/multi_granularity.py
src/akms_learn/modes/notebook_source.py
src/akms_learn/modes/outline.py
src/akms_learn/modes/pedagogical_template.py
src/akms_learn/modes/pitfall.py
tests/test_adapter_protocols.py
tests/test_adaptive_path_compiler.py
tests/test_anthology_mode.py
tests/test_assessment_exporter.py
tests/test_assessment_first_compiler.py
tests/test_bundle_exporter.py
tests/test_bundle_manifest_domain_pack.py
tests/test_bundle_manifest_mode_granularity.py
tests/test_capabilities_catalog.py
tests/test_capability_gates.py
tests/test_cli.py
tests/test_code_links.py
tests/test_compile_integration.py
tests/test_cross_mode_pedagogical.py
tests/test_cross_mode_structured.py
tests/test_default_provider_and_base_extras.py
tests/test_derivation_first_mode.py
tests/test_domain_pack_descriptors.py
tests/test_domain_pack_lsp_provenance.py
tests/test_domain_pack_no_companion_imports.py
tests/test_domain_pack_registry.py
tests/test_domain_pack_required_unavailable.py
tests/test_domain_pack_warnings.py
tests/test_domain_packs.py
tests/test_global_vault_readonly.py
tests/test_graph_import.py
tests/test_html_exporter.py
tests/test_implementation_first_mode.py
tests/test_import_direction.py
tests/test_llm_expanded_compiler.py
tests/test_lsp_models.py
tests/test_markdown_exporter.py
tests/test_markdown_exporter_pedagogical.py
tests/test_markdown_exporter_rendering_regressions.py
tests/test_multi_granularity_mode.py
tests/test_no_provider_warning.py
tests/test_notebook_exporter.py
tests/test_notebook_source_compiler.py
tests/test_optional_metadata.py
tests/test_ordering.py
tests/test_ordering_strategies.py
tests/test_outline_mode.py
tests/test_packet_determinism.py
tests/test_pedagogical_template_mode.py
tests/test_pitfall_mode.py
tests/test_pitfall_sections.py
tests/test_plugin.py
tests/test_request_hash.py
tests/test_review_bundle.py
tests/test_review_bundle_closure.py
tests/test_review_bundle_pedagogical.py
tests/test_review_bundle_pedagogical_closure.py
tests/test_review_bundle_structured.py
tests/test_review_bundle_structured_closure.py
tests/test_section_extraction.py
tests/test_sections.py
tests/test_suite_runtime.py
tests/test_toy_fixtures.py
tests/test_validation.py