Document session close and audit exports - #45
Conversation
|
Thanks @DebayanSen96, this looks good too. You would probably have to rebase onto Please add in this PR before merge (explicit #37 acceptance, do not defer):
Finaly, same as 44, please comment on #37 to get assigned the issue, and please claim issues (or create issues), get assigned to them, before opening PRs in the future <3 appreciate it. |
Single source in reusable-test.yml for black, flake8, and pytest. PR CI matrix and skillware-live call it; publish-pypi uses the same gate on Python 3.12. Fixes publish drift (flake8 scope and --ignore=tests/integration). Docs updated in TESTING, CONTRIBUTING, and PUBLISHING.
ci: extract reusable test workflow for PR and publish (ARPAHLS#17)
Add aura report show CLI command
Keep both Unreleased entries (ARPAHLS#25 report show, ARPAHLS#37 session export docs). Combine outputs.md OTel refresh and using-aura cross-link from ARPAHLS#45. Align using-aura OTel artifact wording with outputs.md.
|
Thanks @DebayanSen96, this closes #37. I just rebased onto main after #44, resolved CHANGELOG/outputs conflicts (kept both #25 and #37 entries). One tiny maintainer tweak: aligned the OTel artifact row in |
|
Thanks @rosspeili. Appreciate the review and the cleanup on the OTel row. |
Summary: Refreshes docs/using-aura.md with current audit-only and prescriptive postures, session-close artifacts, AuditReport fields, and the report/export/verify CLI workflow. Also documents approver principals, OTel refresh behavior, and the related output/getting-started references. Closes #37. Checklist: linked issue; pytest passes; black aura tests clean; flake8 aura tests clean. Test plan: pytest -q (74 passed, 8 skipped); black --check aura tests; flake8 aura tests; python3 -m compileall -q aura tests; git diff --check.