Table of Contents generated with DocToc

tools/dev/

Capability: substrate:framework-dev

Harness: agnostic

Framework dev-loop helpers (placeholder check, agent pre-commit hook). Invoked by prek and CI; not consumed by any skill directly. See the individual scripts in this directory for usage.

Prerequisites

  • Runtime: Bash + coreutils; check-workspace-members.py runs under python3.
  • CLIs: uv (the workspace checks run uv run), git, and prek (or pre-commit) — these scripts wire up the framework’s hooks.
  • Credentials / auth: None.
  • Network: Local checks; uv may resolve workspace dependencies from PyPI (pypi.org, files.pythonhosted.org) on first sync.
Suggest a change