LICENSE
README.md
pyproject.toml
src/engawa/__init__.py
src/engawa/__main__.py
src/engawa/anchors.py
src/engawa/build.py
src/engawa/build_snapshot.py
src/engawa/cli.py
src/engawa/config.py
src/engawa/errors.py
src/engawa/mirror.py
src/engawa/references.py
src/engawa/scaffold.py
src/engawa/util.py
src/engawa/version.py
src/engawa/workspace.py
src/engawa/resources/AGENTS.md
src/engawa/resources/Makefile
src/engawa/resources/default-config.toml
src/engawa/resources/agents/engawa-builder.toml
src/engawa/resources/manuscript/en/main.tex
src/engawa/resources/manuscript/en/sections/abstract.tex
src/engawa/resources/manuscript/en/sections/conclusion.tex
src/engawa/resources/manuscript/en/sections/discussion.tex
src/engawa/resources/manuscript/en/sections/introduction.tex
src/engawa/resources/manuscript/en/sections/methods.tex
src/engawa/resources/manuscript/en/sections/results.tex
src/engawa/resources/manuscript/figures/README.md
src/engawa/resources/manuscript/ja/main.tex
src/engawa/resources/manuscript/ja/sections/abstract.tex
src/engawa/resources/manuscript/ja/sections/conclusion.tex
src/engawa/resources/manuscript/ja/sections/discussion.tex
src/engawa/resources/manuscript/ja/sections/introduction.tex
src/engawa/resources/manuscript/ja/sections/methods.tex
src/engawa/resources/manuscript/ja/sections/results.tex
src/engawa/resources/materials/README.md
src/engawa/resources/skills/engawa-build/SKILL.md
src/engawa/resources/skills/engawa-build/agents/openai.yaml
src/engawa/resources/skills/engawa-mirror/SKILL.md
src/engawa/resources/skills/engawa-mirror/agents/openai.yaml
src/engawa/resources/skills/engawa-version/SKILL.md
src/engawa/resources/skills/engawa-version/agents/openai.yaml
src/engawa/resources/skills/engawa-writing/SKILL.md
src/engawa/resources/skills/engawa-writing/agents/openai.yaml
src/engawa_scholar.egg-info/PKG-INFO
src/engawa_scholar.egg-info/SOURCES.txt
src/engawa_scholar.egg-info/dependency_links.txt
src/engawa_scholar.egg-info/entry_points.txt
src/engawa_scholar.egg-info/requires.txt
src/engawa_scholar.egg-info/top_level.txt
tests/test_build.py
tests/test_cli.py
tests/test_init.py
tests/test_mirror.py
tests/test_references.py
tests/test_util.py
tests/test_version.py