Skip to content

v4.1.3

Choose a tag to compare

@mickume mickume released this 04 Jul 11:17

What's Changed

Documentation

  • API reference READMEs for afspec and afaudit — both standalone library packages now have comprehensive README.md files with installation instructions (via git), quick start examples, and full API reference tables covering every exported symbol. (f1ccd0d2)
    • packages/afspec/README.md — 74 exported symbols documented: I/O, 27 Pydantic model types, 4 enums, validation, lifecycle, discovery, subtask mutation, rendering, EARS criterion builders, exceptions
    • packages/afaudit/README.md — 25 exported symbols documented: events, emit, sink protocol, postmortem, trace, cleanup, plus a custom sink implementation example
  • Root README updated — added afaudit to the workspace table, added "Using afspec and afaudit as standalone libraries" section with pip install commands