Skip to content
Merged
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ temp/
!config/*.json
sLo8NkvM2wyRy6xism6uH4dSUUpdM29MeVow9mxz1xe.json
CONTEXT.md
PROJECT.md
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2026-01-29

### Added
- **Issue #33**: Monitoring lifecycle management improvements
- `slopesniper status` now shows monitoring info (daemon status, active targets)
- Auto-cleanup: Selling entire position automatically removes monitoring targets
- No more orphaned monitors - selling stops watching automatically
- MoltBot compatibility assessment document (`docs/MOLTBOT_COMPATIBILITY.md`)
- Persistent developer documentation (`PROJECT.md`, updated `CONTEXT.md`)

### Changed
- SKILL.md install method updated: curl script is now primary (recommended)
- Synced duplicate SKILL.md files between `skills/` and `mcp-extension/`

### Fixed
- Monitoring targets now respect position lifecycle (auto-remove on position close)

## [0.3.03] - 2026-01-28

### Added
Expand Down
Loading