forge-sti

Forge Software Testing Intelligence (STI) — governed test strategy, plans, cases, and campaigns using lmeta/LCDL contracts, with Cursor and Fleet integration.

Updated

Dual-wiki

Repo Role
forge-sti (this repo) Source of truth: docs, schemas, future LCDL tasks and lmeta flows
forge-sti-website Handbook build shell + Firebase Hosting (sti.forgesdlc.com)

Edit handbook Markdown under docs/ here. Publish via forge-sti-website (see docs/contribute/WEBSITE-PUBLISHING.md).

Layout

  • docs/ — handbook narrative (published by forge-sti-website)
  • schemas/ — JSON Schema stubs for test artifacts (test_case, test_suite, test_run_summary)
  • src/forge_sti/ — Python package stub (runtime tasks/flows land here later)
  • .cursor/composer/ — operator prompts for Cursor (not published to handbook)

Install (dev)

python3 -m venv .venv
.venv/bin/pip install -e ".[dev]"