@bodhi-ventures/aiocs 0.5.2 → 0.5.3

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.
@@ -3997,7 +3997,7 @@ async function startDaemon(input) {
3997
3997
  // package.json
3998
3998
  var package_default = {
3999
3999
  name: "@bodhi-ventures/aiocs",
4000
- version: "0.5.2",
4000
+ version: "0.5.3",
4001
4001
  license: "MIT",
4002
4002
  type: "module",
4003
4003
  description: "Local-only documentation store, fetcher, and search CLI for AI agents.",
package/dist/cli.js CHANGED
@@ -31,7 +31,7 @@ import {
31
31
  unlinkProjectSources,
32
32
  upsertSourceFromSpecFile,
33
33
  verifyCoverage
34
- } from "./chunk-AIAE4E7V.js";
34
+ } from "./chunk-M767TPUX.js";
35
35
 
36
36
  // src/cli.ts
37
37
  import { Command, CommanderError as CommanderError2 } from "commander";
@@ -26,7 +26,7 @@ import {
26
26
  unlinkProjectSources,
27
27
  upsertSourceFromSpecFile,
28
28
  verifyCoverage
29
- } from "./chunk-AIAE4E7V.js";
29
+ } from "./chunk-M767TPUX.js";
30
30
 
31
31
  // src/mcp-server.ts
32
32
  import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bodhi-ventures/aiocs",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Local-only documentation store, fetcher, and search CLI for AI agents.",