LICENSE
README.md
pyproject.toml
spice/__main__.py
spice/config.py
spice/configcli.py
spice/errors.py
spice/flexstate.py
spice/locking.py
spice/paths.py
spice/policy.py
spice/procs.py
spice/repocfg.py
spice/worktrees.py
spice/agent/SKILL.md
spice/agent/activation.py
spice/agent/cli.py
spice/agent/driver.py
spice/agent/gitshadow.py
spice/agent/identity.py
spice/agent/lifecycle.py
spice/agent/maximcli.py
spice/agent/maxims.py
spice/agent/renewal.py
spice/agent/sidechannel.py
spice/agent/watchdog.py
spice/agent/wrap.py
spice/cli/entry.py
spice/cli/mounts.py
spice/cli/parser.py
spice/cli/recovery.py
spice/hooks/cli.py
spice/hooks/commitmsg.py
spice/hooks/doctor.py
spice/hooks/install.py
spice/hooks/precommit.py
spice/hooks/refguard.py
spice/mail/acks.py
spice/mail/attachments.py
spice/mail/inbox.py
spice/mail/readout.py
spice/mail/watch.py
spice/serve/agentapi.py
spice/serve/app.py
spice/serve/attachments.py
spice/serve/audio.py
spice/serve/cli.py
spice/serve/diagnostics.py
spice/serve/drive.py
spice/serve/filewatch.py
spice/serve/images.py
spice/serve/livebus.py
spice/serve/markdown.py
spice/serve/messages.py
spice/serve/payloads.py
spice/serve/steering.py
spice/serve/teams.py
spice/serve/typecheck.py
spice/serve/web.py
spice/serve/websocket.py
spice/serve/worktrees.py
spice/serve/browser/artifacts.py
spice/serve/static/app.audio.js
spice/serve/static/app.controls.js
spice/serve/static/app.groups.js
spice/serve/static/app.js
spice/serve/static/app.lanes.js
spice/serve/static/app.panes.js
spice/serve/static/app.render.js
spice/serve/static/app.shell.js
spice/serve/static/app.stream.js
spice/serve/static/app.types.js
spice/serve/static/favicon.ico
spice/serve/static/index.css
spice/sessions/analysis.py
spice/sessions/briefing.py
spice/sessions/cli.py
spice/sessions/commandaudit.py
spice/sessions/commandrecords.py
spice/sessions/meter.py
spice/sessions/records.py
spice/sessions/resolve.py
spice/sessions/slices.py
spice/sessions/util.py
spice/studies/cli.py
spice/studies/complexity.py
spice/studies/envpolicy.py
spice/studies/fileloc.py
spice/studies/localpaths.py
spice/studies/magicnums.py
spice/studies/shape.py
spice/studies/walk.py
spice/tasks/alloc.py
spice/tasks/cli.py
spice/tasks/config.py
spice/tasks/gitsync.py
spice/tasks/identity.py
spice/tasks/lanes.py
spice/tasks/ops.py
spice/tasks/render.py
spice/tasks/tw.py
spice_harness.egg-info/PKG-INFO
spice_harness.egg-info/SOURCES.txt
spice_harness.egg-info/dependency_links.txt
spice_harness.egg-info/entry_points.txt
spice_harness.egg-info/requires.txt
spice_harness.egg-info/top_level.txt
tests/test_acks.py
tests/test_agentshim.py
tests/test_clirecovery.py
tests/test_config.py
tests/test_doctor.py
tests/test_hooks.py
tests/test_images.py
tests/test_inbox.py
tests/test_lifecycle.py
tests/test_livebus.py
tests/test_markdown.py
tests/test_mounts.py
tests/test_payloads.py
tests/test_serve.py
tests/test_servebrowserartifacts.py
tests/test_servediagnostics.py
tests/test_servefilewatch.py
tests/test_sessionanalysis.py
tests/test_sessioncommands.py
tests/test_sessions.py
tests/test_sessionslices.py
tests/test_speechprep.py
tests/test_studies.py
tests/test_taskcli.py
tests/test_tasks.py
tests/test_teams.py