@inharness-ai/claude4spec 1.0.23 → 1.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.24] - 2026-06-28
9
+
10
+ ### Changed
11
+ - Pin the preinstalled `@inharness-ai/c4s-plugin-simple-database-tables` dependency to `^0.1.1`, which fixes the database-table list (its frontend now calls the project-scoped `/api/projects/<id>/database-tables` path instead of 404'ing on `/api/database-tables`). `^0.1.0` already resolved 0.1.1 on a fresh install; this makes the minimum explicit.
12
+
8
13
  ## [1.0.23] - 2026-06-27
9
14
 
10
15
  ### Fixed
@@ -266,3 +271,5 @@ Initial public release.
266
271
  [1.0.22]: https://github.com/InHarness/claude4spec/compare/v1.0.21...v1.0.22
267
272
 
268
273
  [1.0.23]: https://github.com/InHarness/claude4spec/compare/v1.0.22...v1.0.23
274
+
275
+ [1.0.24]: https://github.com/InHarness/claude4spec/compare/v1.0.23...v1.0.24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inharness-ai/claude4spec",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "Plan the whole system before your agent writes a line of code. Local-first planning layer with structured entities and typed relations.",
5
5
  "license": "MIT",
6
6
  "author": "Mike Tomala <mike@inharness.ai>",
@@ -91,7 +91,7 @@
91
91
  "@tiptap/suggestion": "^2.27.2",
92
92
  "@types/diff": "^7.0.2",
93
93
  "better-sqlite3": "^11.7.0",
94
- "@inharness-ai/c4s-plugin-simple-database-tables": "^0.1.0",
94
+ "@inharness-ai/c4s-plugin-simple-database-tables": "^0.1.1",
95
95
  "chokidar": "^4.0.3",
96
96
  "diff": "^9.0.0",
97
97
  "express": "^4.21.2",