Skip to content

Commit 23d75cd

Browse files
committed
chore: release v1.5.0
1 parent 675118d commit 23d75cd

9 files changed

Lines changed: 108 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
11+
## [1.4.0] - 2025-10-24
12+
### Added
13+
- add automated changelog generation from git history
14+
15+
## [1.3.1] - 2025-10-24
16+
### Fixed
17+
- Updated GitHub URLs from codehq to code-hq
18+
519
## [1.1.0] - 2024-01-XX
620

721
### Added

assets/logo/black/logo-v2.png

969 Bytes
Loading

assets/logo/black/logo.png

1 KB
Loading

assets/logo/black/logo.svg

Lines changed: 41 additions & 0 deletions
Loading

assets/logo/white/logo-v2.png

877 Bytes
Loading

assets/logo/white/logo.png

961 Bytes
Loading

assets/logo/white/logo.svg

Lines changed: 41 additions & 0 deletions
Loading

blog-post-draft.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
title: Why AI Agents Need Semantic Context (And Why Flat Files Won't Cut It)
3+
published: 2025-10-24
4+
updated: 2025-10-24
5+
description: 'How code-hq gives AI agents the structured, queryable context they need to build better software'
6+
image: './code-hq-cover.png'
7+
tags: [AI, Developer Tools, CLI, Semantic Web, Agents, Agentic Development]
8+
category: 'Developer Tools'
9+
draft: false
10+
---
11+
112
# Why AI Agents Need Semantic Context (And Why Flat Files Won't Cut It)
213

314
## The Problem with Current AI Workflows

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-hq",
3-
"version": "1.3.1",
3+
"version": "1.5.0",
44
"description": "Project knowledge graph for agentic development",
55
"main": "src/index.ts",
66
"module": "src/index.ts",

0 commit comments

Comments
 (0)