@swarmvaultai/engine 0.1.26 → 0.1.28
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/README.md +1 -0
- package/dist/chunk-EXD4RWT3.js +1131 -0
- package/dist/index.d.ts +12 -4
- package/dist/index.js +587 -74
- package/dist/registry-KLO5YIHP.js +12 -0
- package/dist/viewer/assets/index-C7PCTMog.js +330 -0
- package/dist/viewer/assets/index-DiMCbjBi.css +1 -0
- package/dist/viewer/index.html +2 -2
- package/package.json +2 -1
- package/dist/viewer/assets/index-4JhL4iIB.js +0 -330
- package/dist/viewer/assets/index-mRA-6D-Z.css +0 -1
package/README.md
CHANGED
|
@@ -193,6 +193,7 @@ This matters because many "OpenAI-compatible" backends only implement part of th
|
|
|
193
193
|
- `syncTrackedRepos(rootDir)` refreshes previously ingested repo roots, updates changed manifests, and removes deleted repo manifests
|
|
194
194
|
- `syncTrackedReposForWatch(rootDir)` is the repo-watch sync path that defers non-code semantic refresh into `state/watch/`
|
|
195
195
|
- `installGitHooks(rootDir)`, `uninstallGitHooks(rootDir)`, and `getGitHookStatus(rootDir)` manage local `post-commit` and `post-checkout` hook blocks for the nearest git repository
|
|
196
|
+
- `installAgent(rootDir, agent, { hook })` writes agent instructions and returns the primary `target`, all touched `targets`, and optional merge warnings for agents such as Aider
|
|
196
197
|
- `lintVault(rootDir, options)` runs structural lint, optional deep lint, and optional web-augmented evidence gathering
|
|
197
198
|
- `listSchedules(rootDir)`, `runSchedule(rootDir, jobId)`, and `serveSchedules(rootDir)` manage recurring local jobs from config
|
|
198
199
|
- compile, query, explore, lint, and watch also write canonical markdown session artifacts to `state/sessions/`
|