PICBLOBS // guide

Specification

The spec/ directory contains the full project specification:

  • spec/vision/ -- product vision and scope
  • spec/requirements/ -- functional requirements (REQ-001 through REQ-020)
  • spec/decisions/ -- architecture decision records (ADR-001 through ADR-026)
  • spec/models/ -- system models and sequence diagrams
  • spec/verification/ -- test procedures (TEST-001 through TEST-012)

Key documents

  • spec/verification/TEST-011-payload-pytest-suite.md -- payload test suite specification
  • spec/verification/TEST-012-picblobs-cli-verification.md -- CLI verification
  • spec/decisions/ADR-010-testing-infrastructure-strategy.md -- QEMU + shim + mock testing strategy
  • spec/decisions/ADR-026-runner-tools-split-into-picblobs-cli.md -- package split for runner tooling
  • spec/models/MOD-006-test-architecture.md -- test runner architecture