Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

> **Note:** This project is currently in a pre-release stage. Official versioned release entries will begin tracking here soon.

## [Unreleased]

### Added

- Created initial CHANGELOG.md structure following the Keep a Changelog standard.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Use the Feature Request template. Explain the motivation behind the suggestion a
```
4. **Add Tests**: If you are adding new logic, please include corresponding tests in `tests/test_session.py`.
5. **Submit PR**: Provide a clear description of what the PR changes and why.

6. **Update Changelog**: Please note that a project changelog exists at `CHANGELOG.md`. Contributors will be requested to update the `[Unreleased]` section of the changelog once official versioned releases begin.
---

## Design Philosophy
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ For deeper insights into how to leverage and modify the framework, please refer
- [Use Cases, Examples & Best Practices](docs/EXAMPLES.md) - Parameter cheat sheet, deep persona guide, scenario walkthroughs, and an edge case reference table.
- [Testing Strategy](docs/TESTING.md) - How to write and run deterministic tests for multi-agent logic.
- [Contributing Guide](CONTRIBUTING.md) - Learn how to contribute to the project, report bugs, and follow our design philosophy.
- [Project Changelog](CHANGELOG.md) - Track all notable updates, fixes, and pre-release changes to the framework.

## Project Structure

Expand Down