Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 577 Bytes

File metadata and controls

19 lines (14 loc) · 577 Bytes

SDLC Workflows

This repository supports the same inspectable SDK workflow as the TypeScript SDK.

Read the full guide: docs/sdlc-workflows.md

The short version:

  1. Use plan mode for discovery.
  2. Review the plan outside the agent loop.
  3. Disable plan mode only after approval.
  4. Execute with explicit permission handling.
  5. Run the release gates before publishing.
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DAUTOHAND_BUILD_TESTS=ON -DAUTOHAND_BUILD_EXAMPLES=ON
cmake --build build
ctest --test-dir build --output-on-failure