Metadata-Version: 2.4
Name: memory-trail
Version: 0.0.1
Summary: Decision memory and session logging for AI-assisted development - track architectural decisions across sessions
Project-URL: Homepage, https://github.com/frmoretto/clarity-gate
Project-URL: Repository, https://github.com/frmoretto/clarity-gate
Project-URL: Documentation, https://github.com/frmoretto/clarity-gate
Project-URL: Issues, https://github.com/frmoretto/clarity-gate/issues
Author-email: Francesco Marinoni Moretto <francesco@fmmconsulting.it>
License-Expression: CC-BY-4.0
Keywords: adr,ai-development,architecture-decisions,clarity-gate,context-management,decision-memory,llm,memory-trail,session-logging
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Documentation
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# memory-trail

Decision memory and session logging for AI-assisted development — track architectural decisions across sessions.

[![PyPI version](https://badge.fury.io/py/memory-trail.svg)](https://pypi.org/project/memory-trail/)
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)

## Status: Coming Soon

This package is part of the [Clarity Gate](https://github.com/frmoretto/clarity-gate) ecosystem for epistemic quality verification.

**Functionality is under development.**

## What Will This Do?

`memory-trail` will help you maintain continuity across AI-assisted development sessions:

- **Decision Memory**: Track why architectural choices were made
- **Session Logging**: Maintain context across conversation boundaries
- **Confidence Protocols**: Document certainty levels for decisions
- **Agent Coordination**: Share context between different AI agents

## Use Cases

- Track decisions made during multi-session development projects
- Maintain "why" documentation alongside "what" documentation
- Coordinate context between Claude, Copilot, and other AI assistants
- Create audit trails for AI-assisted architectural decisions

## Related Packages

- [sot-validator](https://pypi.org/project/sot-validator/) - Validate Source of Truth files
- [cgd-validator](https://pypi.org/project/cgd-validator/) - Validate Clarity-Gated Documents
- [clarity-gate](https://pypi.org/project/clarity-gate/) - Full verification suite

## License

CC BY 4.0 — Use freely with attribution.

## Author

Francesco Marinoni Moretto  
GitHub: [@frmoretto](https://github.com/frmoretto)
