.gitignore
.pre-commit-config.yaml
EXAMPLE.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/release.yml
docs/zeta-prompt-trace.md
docs/zeta.html
docs/demos/trace-replay.md
emacs/README.md
emacs/zeta-block.el
emacs/demos/01-inline-pairing-queue.cast
emacs/demos/01-inline-pairing-queue.gif
emacs/demos/01-inline-pairing-queue.mp4
emacs/demos/02-region-scoped-edit.cast
emacs/demos/02-region-scoped-edit.gif
emacs/demos/02-region-scoped-edit.mp4
emacs/demos/03-stale-edit-protection.cast
emacs/demos/03-stale-edit-protection.gif
emacs/demos/03-stale-edit-protection.mp4
emacs/demos/04-real-question-llm.cast
emacs/demos/04-real-question-llm.gif
emacs/demos/04-real-question-llm.mp4
emacs/demos/05-real-action-llm.cast
emacs/demos/05-real-action-llm.gif
emacs/demos/05-real-action-llm.mp4
emacs/demos/README.md
emacs/demos/real-action-demo.el
emacs/demos/real-question-demo.el
src/commas/__init__.py
src/commas/_version.py
src/commas/agent_io.py
src/commas/bundle.py
src/commas/failure.py
src/commas/handoff.py
src/commas/history.py
src/commas/install.py
src/commas/protocols.py
src/commas/sessions.py
src/commas/state.py
src/commas/status.py
src/commas/turn.py
src/commas.egg-info/PKG-INFO
src/commas.egg-info/SOURCES.txt
src/commas.egg-info/dependency_links.txt
src/commas.egg-info/entry_points.txt
src/commas.egg-info/requires.txt
src/commas.egg-info/scm_file_list.json
src/commas.egg-info/scm_version.json
src/commas.egg-info/top_level.txt
src/commas/bindings/commas.zsh
src/commas/cli/__init__.py
src/commas/cli/_base.py
src/commas/cli/_shared.py
src/commas/cli/events.py
src/commas/cli/install.py
src/commas/cli/log.py
src/commas/cli/model.py
src/commas/cli/run.py
src/commas/cli/session.py
src/commas/cli/status.py
src/commas/cli/step.py
src/commas/cli/trace.py
src/commas/display/render.py
src/commas/display/state.py
src/commas/display/summarize.py
src/commas/display/tty.py
src/commas/tools/__init__.py
src/commas/tools/bash.py
src/commas/tools/edit.py
src/commas/tools/grep.py
src/commas/tools/ls.py
src/commas/tools/query_log.py
src/commas/tools/read.py
src/commas/tools/web.py
src/commas/tools/write.py
src/commas/trace/__init__.py
src/commas/trace/diff.py
src/commas/trace/query.py
src/commas/trace/render.py
src/commas/trace/replay.py
src/commas/trace/tools.py
src/commas/workflows/__init__.py
src/commas/workflows/ask.py
src/commas/workflows/do.py
src/commas/workflows/propose.py
src/commas/workflows/step.py
src/connectors/__init__.py
src/connectors/slack.py
src/zeta/__init__.py
src/zeta/events.py
src/zeta/objects.py
src/zeta/agents/__init__.py
src/zeta/agents/events.py
src/zeta/agents/manifest.py
src/zeta/agents/prompts.py
src/zeta/agents/resources.py
src/zeta/agents/returns.py
src/zeta/agents/skills.py
src/zeta/agents/spec.py
src/zeta/capabilities/__init__.py
src/zeta/capabilities/execution.py
src/zeta/capabilities/registry.py
src/zeta/capabilities/types.py
src/zeta/context/__init__.py
src/zeta/context/budget.py
src/zeta/context/builder.py
src/zeta/context/components.py
src/zeta/context/instructions.py
src/zeta/context/system.py
src/zeta/context/transforms.py
src/zeta/context/compaction/__init__.py
src/zeta/context/compaction/drop_oldest.py
src/zeta/context/compaction/structural_trim.py
src/zeta/context/compaction/task_state.py
src/zeta/models/__init__.py
src/zeta/models/chat_completions.py
src/zeta/models/codex_auth.py
src/zeta/models/profiles.py
src/zeta/models/responses.py
src/zeta/models/types.py
src/zeta/records/__init__.py
src/zeta/records/events.py
src/zeta/records/objects.py
src/zeta/records/provenance.py
src/zeta/records/stores/__init__.py
src/zeta/records/stores/_object_memory.py
src/zeta/records/stores/_object_sqlite.py
src/zeta/records/stores/event_store.py
src/zeta/records/stores/memory.py
src/zeta/records/stores/object_store.py
src/zeta/records/stores/sqlite.py
src/zeta/run/__init__.py
src/zeta/run/cancellation.py
src/zeta/run/config.py
src/zeta/run/context.py
src/zeta/run/events.py
src/zeta/run/outcomes.py
src/zeta/run/runs.py
src/zeta/run/runtime.py
src/zeta/run/thread_run.py
src/zetad/__init__.py
src/zetad/agents.py
src/zetad/attempts.py
src/zetad/cli.py
src/zetad/dispatch.py
src/zetad/ingress.py
src/zetad/projections.py
src/zetad/queue.py
src/zetad/scheduling.py
src/zetad/session_turn.py
src/zetad/store.py
src/zetad/worker.py
src/zetad/rpc/__init__.py
src/zetad/rpc/jsonrpc.py
src/zetad/rpc/routes.py
src/zetad/rpc/stdio.py
tests/_patch.py
tests/_zeta_helpers.py
tests/conftest.py
tests/test_display.py
tests/test_history.py
tests/test_install.py
tests/test_operators.py
tests/test_security_state.py
tests/test_shell_bindings.py
tests/test_status.py
tests/test_workflows.py
tests/test_zeta_agent.py
tests/test_zeta_agents.py
tests/test_zeta_codex_auth.py
tests/test_zeta_event_projection.py
tests/test_zeta_model.py
tests/test_zeta_prompt.py
tests/test_zeta_responses.py
tests/test_zeta_tools.py
tests/test_zeta_trace.py