tree: 845f2fc028f7203f1ce9d79ac2d28f24e36a7b9c
  1. add-license-headers.py
  2. agent-pre-commit.sh
  3. check-family-plugins.py
  4. check-placeholders.sh
  5. check-workspace-members.py
  6. README.md
  7. run-workspace-check.sh
tools/dev/README.md

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.