From 939874411084a118c4e23c442f4976e5ec294699 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Apr 2026 17:38:10 +0000 Subject: [PATCH] ci(release): prepare release v0.0.1 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cf088e8 --- /dev/null +++ b/CHANGELOG.md @@ -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)*