mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
* docs(cookbook): add Change Management module notebook Add cookbook/introduction/24_Change_Management.ipynb covering the change_management module with verified, executable examples: - ChangeLogEntry with email-validated author field - InMemoryVersionStorage save/get/list_all/exists/delete round trip - named tags (save_tag/get_tag) for release pinning - compute_checksum / verify_checksum integrity verification with tamper detection The change_management module currently has no cookbook coverage. All API calls and outputs were executed against semantica/change_management/change_log.py and version_storage.py. Signed-off-by: LeonSGP43 <LeonSGP43@users.noreply.github.com> * docs(cookbook): clarify outputs verified against repo source, not PyPI release Signed-off-by: LeonSGP43 <leonsgp43@users.noreply.github.com> * docs(cookbook): execute change management notebook in Jupyter (real kernel run, stream outputs, execution counts) Signed-off-by: LeonSGP43 <cine.dreamer.one@gmail.com> --------- Signed-off-by: LeonSGP43 <LeonSGP43@users.noreply.github.com> Signed-off-by: LeonSGP43 <leonsgp43@users.noreply.github.com> Signed-off-by: LeonSGP43 <cine.dreamer.one@gmail.com> Co-authored-by: LeonSGP43 <LeonSGP43@users.noreply.github.com>