LICENSE
README.md
pyproject.toml
semi_git.egg-info/PKG-INFO
semi_git.egg-info/SOURCES.txt
semi_git.egg-info/dependency_links.txt
semi_git.egg-info/entry_points.txt
semi_git.egg-info/requires.txt
semi_git.egg-info/top_level.txt
sgt/__init__.py
sgt/api.py
sgt/config.py
sgt/state.py
sgt/agent_assets/__init__.py
sgt/agent_assets/install.py
sgt/agent_assets/skills/sgt-agent/SKILL.md
sgt/agent_assets/skills/sgt-agent/evals/evals.json
sgt/agent_assets/skills/sgt-agent/references/cli-fallback.md
sgt/agent_assets/skills/sgt-agent/references/costs.md
sgt/agent_assets/skills/sgt-plan/SKILL.md
sgt/agent_assets/skills/sgt-workflow/SKILL.md
sgt/cli/__init__.py
sgt/cli/__main__.py
sgt/cli/_common.py
sgt/cli/edit.py
sgt/cli/feature.py
sgt/cli/ideal_edit.py
sgt/cli/init.py
sgt/cli/inspect.py
sgt/cli/intent.py
sgt/cli/loop.py
sgt/cli/migrate.py
sgt/cli/oracle.py
sgt/cli/porcelain.py
sgt/cli/propose.py
sgt/cli/resolve.py
sgt/cli/review.py
sgt/cli/rewrite.py
sgt/cli/select.py
sgt/cli/session.py
sgt/cli/show.py
sgt/cli/suggestions.py
sgt/cli/sync.py
sgt/cli/tiers.py
sgt/core/__init__.py
sgt/core/fold.py
sgt/core/ideal.py
sgt/core/identity.py
sgt/core/lens.py
sgt/core/migrate.py
sgt/core/mine.py
sgt/core/op.py
sgt/core/opindex.py
sgt/core/oplog.py
sgt/core/oracle.py
sgt/core/order.py
sgt/core/patch.py
sgt/core/propose.py
sgt/core/review.py
sgt/core/rewrite.py
sgt/core/session.py
sgt/core/store.py
sgt/core/subtract.py
sgt/core/suggest.py
sgt/core/tiers.py
sgt/core/verbs.py
sgt/core/sync/__init__.py
sgt/core/sync/fetch.py
sgt/core/sync/ingest.py
sgt/core/sync/land.py
sgt/core/sync/log.py
sgt/core/sync/materialize.py
sgt/core/sync/resolve.py
sgt/core/sync/state_ref.py
sgt/entities/__init__.py
sgt/entities/extract.py
sgt/entities/graph.py
sgt/intent/__init__.py
sgt/intent/_guard.py
sgt/intent/activity.py
sgt/intent/align.py
sgt/intent/align_session.py
sgt/intent/group.py
sgt/intent/prompts.py
sgt/intent/rationale.py
sgt/intent/resolve.py
sgt/intent/review.py
sgt/intent/segment.py
sgt/intent/theme.py
sgt/intent/theme_segment.py
sgt/intent/turns.py
sgt/intent/working.py
sgt/lens/__init__.py
sgt/lens/authored.py
sgt/lens/cluster.py
sgt/lens/label.py
sgt/lens/ledger.py
sgt/lens/map.py
sgt/lens/pins.py
sgt/lens/reconcile.py
sgt/lens/search.py
sgt/lens/select.py
sgt/lens/tree.py
sgt/lens/verbs.py
sgt/loop/__init__.py
sgt/loop/match.py
sgt/loop/plan.py
sgt/mcp/__init__.py
sgt/mcp/server.py
sgt/repair/__init__.py
sgt/repair/api_backend.py
sgt/repair/backends.py
sgt/repair/context.py
sgt/repair/loop.py
sgt/repair/verify.py
sgt/select/__init__.py
sgt/select/resolve.py
sgt/store/__init__.py
sgt/store/gitbind.py
sgt/tui/__init__.py
sgt/tui/color.py
sgt/tui/consequence.py
sgt/tui/fork_diff.py
sgt/tui/graph.py
tests/test_agent_install.py
tests/test_api.py
tests/test_cli.py
tests/test_cli_git_passthrough.py
tests/test_cli_messages.py
tests/test_cli_unknown_verb.py
tests/test_closure.py
tests/test_color_parity.py
tests/test_config.py
tests/test_decision_layout.py
tests/test_declared_dependencies.py
tests/test_docs_commands.py
tests/test_episodes.py
tests/test_graph_layout.py
tests/test_layering.py
tests/test_porcelain.py
tests/test_rail.py
tests/test_segment_layout.py
tests/test_select_resolve.py
tests/test_show.py
tests/test_so_what.py
tests/test_state.py
tests/test_workbench_ui.py