GRAMMAR.md
LICENSE
MANIFEST.in
README.md
ROADMAP.md
SPEC-v0.0.1.md
SPEC-v0.0.2.md
SPEC-v0.0.3.md
pyproject.toml
setup.py
docs/README.md
docs/architecture.md
docs/context-memory-design.md
docs/discussion-2026-05-30.md
docs/phase3-recursive-refinement.md
docs/vision.md
examples/AGENT.xmd
examples/PROJECT.xmd
examples/agent_memory.md
examples/guardrail_folder_check.md
examples/prose_between_snippets.md
examples/prose_between_snippets_render.md
examples/showcase/file_checks_test.md
examples/showcase/file_checks_test_render.md
examples/showcase/readme_showcase.md
examples/showcase/readme_showcase_render.md
runxmd/__init__.py
runxmd/agent.py
runxmd/cache.py
runxmd/checker.py
runxmd/cli.py
runxmd/executor.py
runxmd/lint.py
runxmd/memory.py
runxmd/normalize.py
runxmd/parser.py
runxmd/provenance.py
runxmd.egg-info/PKG-INFO
runxmd.egg-info/SOURCES.txt
runxmd.egg-info/dependency_links.txt
runxmd.egg-info/entry_points.txt
runxmd.egg-info/requires.txt
runxmd.egg-info/top_level.txt
runxmd/plugins/__init__.py
runxmd/plugins/base.py
runxmd/plugins/fs.py
runxmd/plugins/http.py
runxmd/plugins/lang.py
runxmd/plugins/llm.py
runxmd/plugins/shell.py
tests/test_cache.py
tests/test_context_memory.py
tests/test_context_memory_summary.py
tests/test_core.py
tests/test_determinism.py
tests/test_extensions.py
tests/test_guardrails.py
tests/test_lint.py
tests/test_normalize.py
tests/test_parser_heuristics.py
tests/test_provenance.py
tests/test_script_plugins.py
tests/test_sessions.py
tests/test_smaller.py
tests/test_strict_check.py
tests/test_write_output.py