Metadata-Version: 2.4
Name: scafld
Version: 2.3.3
Summary: Markdown-native task execution framework CLI.
Author: 0state
License-Expression: MIT
Project-URL: Homepage, https://github.com/nilstate/scafld
Project-URL: Repository, https://github.com/nilstate/scafld
Project-URL: Issues, https://github.com/nilstate/scafld/issues
Keywords: cli,go,markdown,agents,workflow
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# scafld

**A deterministic protocol for multi-phase agent work.**
The agent passes through. The protocol stays.

Plans outlive agents. Sessions hold the receipts. Reviews take nothing on faith.

```bash
pipx install scafld
scafld --version
```

The Go binary is the product. This PyPI package is only a distribution shim
that fetches the matching native binary from GitHub releases.

Environment overrides:

- `SCAFLD_BINARY=/path/to/scafld` runs a local binary instead of downloading.
- `SCAFLD_INSTALL_DIR=/custom/cache` controls where downloaded binaries are cached.
- `SCAFLD_INSTALL_BASE_URL=https://host/assets` downloads release assets from a mirror.
