LICENSE
MANIFEST.in
README.md
pyproject.toml
src/grem/__init__.py
src/grem/cli.py
src/grem/scaffold.py
src/grem/upgrade.py
src/grem/templates/__init__.py
src/grem/templates/python/__init__.py
src/grem/templates/python/bootstrap.py
src/grem/templates/python/content/.gremignore
src/grem/templates/python/content/AGENTS.md
src/grem/templates/python/content/CLAUDE.md
src/grem/templates/python/content/README.md
src/grem/templates/python/content/pyproject.toml
src/grem/templates/python/content/.claude/skills/grem/SKILL.md
src/grem/templates/python/content/.grem/config.yaml
src/grem/templates/python/content/.grem/harness/README.md
src/grem/templates/python/content/.grem/harness/diff.md
src/grem/templates/python/content/.grem/harness/instructions.md
src/grem/templates/python/content/.grem/harness/sync.md
src/grem/templates/python/content/.grem/harness/upgrade.md
src/grem/templates/python/content/.grem/styles/doc/adr/prompt.md
src/grem/templates/python/content/.grem/styles/doc/hmd/prompt.md
src/grem/templates/python/content/.grem/styles/doc/lenses/prompt.md
src/grem/templates/python/content/.grem/styles/doc/slides/prompt.md
src/grem/templates/python/content/doc/issues/kanban.yaml
src/grem/templates/python/content/doc/proposals/README.md
src/grem/templates/python/content/doc/proposals/TEMPLATE.md
src/grem/templates/python/content/doc/wiki/README.md
src/grem/templates/python/content/doc/wiki/hyper-markdown.hmd
src/grem/templates/python/content/doc/wiki/kanban.hmd
src/grem_ai.egg-info/PKG-INFO
src/grem_ai.egg-info/SOURCES.txt
src/grem_ai.egg-info/dependency_links.txt
src/grem_ai.egg-info/entry_points.txt
src/grem_ai.egg-info/requires.txt
src/grem_ai.egg-info/top_level.txt
tests/test_cli.py
tests/test_scaffold.py
tests/test_upgrade.py