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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.0](https://github.com/raphaelbahat/pi-codegraphcontext/compare/v0.2.0...v0.3.0) (2026-09-09)


### Features

* apply add-cgc-session-lifecycle-gate β€” 12/16 tasks implemented + verifier-marked (production run [#1](https://github.com/raphaelbahat/pi-codegraphcontext/issues/1), stopped for cost; 4 remaining tasks resume on the optimized pipeline) ([7d05580](https://github.com/raphaelbahat/pi-codegraphcontext/commit/7d05580af21db97cb4001d3fbb8970873c4ff027))
* extension entry skeleton β€” production run [#1](https://github.com/raphaelbahat/pi-codegraphcontext/issues/1) partial work (add-cgc-session-lifecycle-gate task 1.x) ([3509499](https://github.com/raphaelbahat/pi-codegraphcontext/commit/350949923ef3e89a79fc3e9f440fe93566004659))

## [0.2.0](https://github.com/raphaelbahat/pi-codegraphcontext/compare/v0.1.0...v0.2.0) (2026-09-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pi-codegraphcontext",
"version": "0.2.0",
"version": "0.3.0",
"description": "Pi coding-agent extension for CodeGraphContext (CGC): index lifecycle gate, freshness sync, agent routing guidance, status surfaces, and CLI-gap tools wrapping the cgc binary.",
"type": "module",
"keywords": [
Expand Down