Skip to content
Merged
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
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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

### Bug Fixes

- Wiki concepts prefix- Improvements- Legacy stuff- Build- Release- Ci release
### Build System

- Stabilize verification tooling- Release setup
### CI/CD

- Windows release
### Documentation

- Refresh project docs and config example- Update prd- Readme- Pivot prd- Update all project documentation for kb pivot
### Features

- *(cli)* Add ingest commands
- *(convert)* Add PDF converter
- *(convert)* Add Office document converters
- *(convert)* Add EPUB, image and OCR converters; update task tracker
- *(models)* Add KB pivot domain types
- Implement workspace scanner- Add tree-sitter parser infrastructure- Implement go language adapter- Implement typescript adapter- Implement graph normalizer- Implement metrics engine- Implement vault path and text utilities- Implement vault document renderer- Implement vault writer- Wire generate command- Implement vault reader and query resolver- Implement output formatter- Wire inspect analysis subcommands- Wire inspect lookup subcommands- Implement qmd shell client- Wire search and index commands- Add frontmatter package- Add topic scaffolding package- Add converter registry and simple converters- Implement Firecrawl REST client- Add youtube transcript extractor- Add KB lint engine- Change skill
### Miscellaneous Tasks

- Initial project setup from go-devstack scaffold
### Refactoring

- Adapt generate pipeline to topic vaults- Rename CLI binary to kb
---
*Generated by [git-cliff](https://git-cliff.org)*
Loading