LICENSE
MANIFEST.in
README.md
pyproject.toml
src/scix/__init__.py
src/scix/__main__.py
src/scix/bootstrap.py
src/scix/cli.py
src/scix/constants.py
src/scix/dev_setup.py
src/scix/exceptions.py
src/scix/generator.py
src/scix/scaffold.py
src/scix.egg-info/PKG-INFO
src/scix.egg-info/SOURCES.txt
src/scix.egg-info/dependency_links.txt
src/scix.egg-info/entry_points.txt
src/scix.egg-info/requires.txt
src/scix.egg-info/top_level.txt
src/scix/assets/__init__.py
src/scix/assets/template_root/.ai-root
src/scix/assets/template_root/.gitignore
src/scix/assets/template_root/.python-version
src/scix/assets/template_root/README.md
src/scix/assets/template_root/.agents/.gitkeep
src/scix/assets/template_root/.claude/.gitkeep
src/scix/assets/template_root/.codex/.gitkeep
src/scix/assets/template_root/ai/agents/roles.yaml
src/scix/assets/template_root/ai/generated/repos/.gitkeep
src/scix/assets/template_root/ai/hooks/post_edit_format.sh
src/scix/assets/template_root/ai/hooks/pre_tool_guard.sh
src/scix/assets/template_root/ai/hooks/session_context.sh
src/scix/assets/template_root/ai/policy/commands.md
src/scix/assets/template_root/ai/policy/repos.yaml
src/scix/assets/template_root/ai/policy/rules.md
src/scix/assets/template_root/ai/policy/workspace.md
src/scix/assets/template_root/ai/skills/cross-repo-read/SKILL.md
src/scix/assets/template_root/ai/skills/disort/SKILL.md
src/scix/assets/template_root/ai/skills/paddle-examples/SKILL.md
src/scix/assets/template_root/ai/skills/repo-router/SKILL.md
src/scix/assets/template_root/ai/skills/thermodynamics/SKILL.md
src/scix/assets/template_root/ai/skills/tutorial-style/SKILL.md
src/scix/assets/template_root/docs/BEGINNER_START_HERE.md
src/scix/assets/template_root/repos/.gitkeep
src/scix/assets/template_root/repos/README.md
src/scix/assets/template_root/workspace/.gitkeep
src/scix/assets/template_root/workspace/README.md
tests/test_scaffold.py