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: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions crates/tracevault-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/softwaremill/tracevault/releases/tag/v0.1.0) - 2026-03-05

### Added

- add policy check endpoint with condition evaluation
- split traces into commits + sessions with idempotent upsert
- compute git diff and read git-ai attribution on push
- add transcript storage and display on trace detail page
- implement CLI auth (login, logout, credential resolution)
- warn on missing git remote during init, add sync command
- auto-push on git push and server repo registration on init
- rewrite push to extract real git/session data
- auto-install Claude Code hooks on init, require git repo
- add CLI push/stats, GitHub Action, and Docker deployment
- add CLI init/hook commands and server API endpoints
- initialize rust workspace with core, cli, and server crates

### Fixed

- cross-reference git-ai attribution with diff for accurate AI percentage
- git-ai note parsing, duration from timestamps, UI tweaks
- derive org from auth token, single-URL architecture

### Test

- add end-to-end integration tests
10 changes: 10 additions & 0 deletions crates/tracevault-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/softwaremill/tracevault/releases/tag/v0.1.0) - 2026-03-05
10 changes: 10 additions & 0 deletions crates/tracevault-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/softwaremill/tracevault/releases/tag/v0.1.0) - 2026-03-05