Skip to main content

Simultaneous Production, Integration, and Control Environment: an agent harness for coding repositories.

Project description

spice

Simultaneous Production, Integration, and Control Environment.

spice is an installed, repo-native harness for operating coding agents. It treats the agent transcript as the source of truth and the repository filesystem as the steering channel; supervision, task routing, git pressure, live feedback, and hygiene gates are derived from those two surfaces.

It is built for agents moving fast in parallel: every correction is durable, every task boundary is observable, and the gate catches structural drift before it lands.

Live steering and semantic ACK loop

Operator steering arrives in the live stream; an assistant ACK retires the exact inbox key from the durable filesystem queue.

What it does

  • Semantic ACKs: steering is not considered handled until the agent acknowledges the durable key in assistant prose.
  • Task allocation: spice task next owns work selection; task boundaries own git synchronization and review phases.
  • Conscience: curated maxims judge assistant prose while work is still in flight, then route violations back as ordinary steering.
  • Constitution: pre-commit and spice study ... enforce repository shape, file/routine limits, env policy, reachability, assertion density, private internals, and commit-message rules.
  • Serve UI: spice serve exposes lanes, teams, live transcripts, steering, attachments, task routing, and browser-visible diagnostics.

See docs/overview.md for the operating model and docs/interface.md for the serve UI.

Commands

Surface Command
Prepare a repo spice init / spice dev doctor
Run through the agent wrapper spice agent run -- <cmd>
Maintain a worktree-bound agent spice agent ensure / spice agent supervise
Pull allocator work spice task next
Rehydrate context spice session briefing
Open the operator UI spice serve
Run studies and gates spice study ... / git pre-commit hook

Configuration lives in CONFIG.md. The design contract lives in DESIGN.md. Wrapper command behavior is detailed in docs/cli/wrapper-commands.md, and the public repo-tool library seam is in docs/library-seam.md.

Install

uv tool install -e /path/to/spice-main
# or, for the released package:
uv tool install spice-harness

cd /path/to/your/repo
spice init
spice dev doctor

The default install is a uv tool. Operators who deploy from a main tree should use the editable form so the installed spice command resolves to that tree; that editable main tree is the server deployment. Other worktrees remain operated trees and do not supply their own runtime.

The common-dir layout is opt-in. Set uv's tool directories before installing if you deliberately want the tool environment and executable under a repository's shared git directory:

repo=/path/to/your/repo
common_dir=$(cd "$repo" && git rev-parse --path-format=absolute --git-common-dir)
UV_TOOL_DIR="$common_dir/spice/tools" \
UV_TOOL_BIN_DIR="$common_dir/spice/bin" \
uv tool install -e /path/to/spice-main

Graceful degradation

RTK, the local judge, and speech synthesis are optional companions. When they are unavailable, spice keeps the transcript, steering, task board, and constitution working; only compaction, maxim feedback, or audio narration degrade. Runtime and configuration details are in CONFIG.md.

Release

Release workflow is documented in docs/release.md. Most users only need to know that releases are cut from clean synchronized worktrees through the repository's mounted spice release command.

Status

Work in progress toward a standalone, releasable product. The loop described here is real, exercised daily, and guarded by the same constitution that spice init installs elsewhere.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spice_harness-0.19.0.tar.gz (1.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

spice_harness-0.19.0-py3-none-any.whl (711.8 kB view details)

Uploaded Python 3

File details

Details for the file spice_harness-0.19.0.tar.gz.

File metadata

  • Download URL: spice_harness-0.19.0.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for spice_harness-0.19.0.tar.gz
Algorithm Hash digest
SHA256 3199759db3e4d02d369adaf2a8d3f21209a34af41669059d37da63d35c34bfa6
MD5 0dc5c69709b26e707e88bf3a0205bca9
BLAKE2b-256 29f872d019b3411017f1e34d7799cc657e29887d0e26a0f0ab03610a022a68e0

See more details on using hashes here.

File details

Details for the file spice_harness-0.19.0-py3-none-any.whl.

File metadata

  • Download URL: spice_harness-0.19.0-py3-none-any.whl
  • Upload date:
  • Size: 711.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for spice_harness-0.19.0-py3-none-any.whl
Algorithm Hash digest
SHA256 087c833629999fad1f4720a70a403794a88885936a8f43ea9845cccd0dd5b3d9
MD5 002171bcbed28e9c8c99a76447bbf19f
BLAKE2b-256 03250e2d907b3c42b802fa8b84171b00d99d46029ccca6d4c11418b769304a38

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page