aibridge-context 1.4.0 → 1.5.1

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.
package/index.js CHANGED
@@ -3,6 +3,7 @@
3
3
  const { initProject } = require('./core/init');
4
4
  const { startWatcher } = require('./core/watcher');
5
5
  const {
6
+ bootstrapProjectAnalysis,
6
7
  updateProjectState,
7
8
  loadRuntimeConfig,
8
9
  updateRuntimeConfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aibridge-context",
3
- "version": "1.4.0",
3
+ "version": "1.5.1",
4
4
  "description": "Zero-config CLI and library for generating AI-readable project context, serving it locally, and syncing it with git.",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -9,6 +9,8 @@
9
9
  "runtime": "",
10
10
  "package_manager": ""
11
11
  },
12
+ "architecture_patterns": [],
13
+ "implementation_details": [],
12
14
  "current_stage": "",
13
15
  "recent_updates": [],
14
16
  "key_features": [],