Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.12 KB

File metadata and controls

23 lines (16 loc) · 1.12 KB

Documentation

This directory collects the deeper project documentation that does not belong on the README front page.

Start Here

Technical Docs

  • architecture.md - components, boundaries, state model, and platform differences
  • distribution.md - packaging status and why superpowers remains a runtime dependency
  • codex-marketplace.md - how Codex discovers local marketplaces and plugin bundles
  • codex-hooks.md - why issue-flow no longer relies on Codex SessionStart hook context injection
  • testing.md - test suites, commands, and when to run them

Audience Guide

  • If you are evaluating the project, start with the root README.
  • If you are installing the project, read the installation section in README.md.
  • If you are changing workflow behavior, start with architecture.md and testing.md.
  • If you are preparing a pull request, read CONTRIBUTING.md.