@almadar/workspace 0.1.6 → 0.2.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.
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Real-bge calibration eval for Phase B `retrieveOrbitalsForPrompt`.
3
+ * Skipped when `OPEN_ROUTER_API_KEY` is not set; otherwise drives the
4
+ * real `@almadar/llm` EmbeddingClient (bge-base-en-v1.5, 768-d) and
5
+ * prints per-prompt ranking diagnostics so the data informs the
6
+ * threshold / scoring tuning conversation.
7
+ */
8
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Phase B + C integration — exercises the public API end-to-end on a
3
+ * memory-backed workspace seeded with multi-orbital state. Uses a
4
+ * deterministic mock embedder so cosine geometry is reproducible
5
+ * across machines (real-bge calibration lives in
6
+ * `workspace-content-retrieval-real-embedder.test.ts`).
7
+ */
8
+ export {};
@@ -0,0 +1 @@
1
+ export {};
package/dist/index.d.ts CHANGED
@@ -8,5 +8,5 @@
8
8
  */
9
9
  export { openWorkspace } from './open-workspace.js';
10
10
  export type { WorkspaceService, WorkspaceObserver, WorkspaceWriteEvent, OpenWorkspaceOptions, RestoreBackend, GitHubConfig, GitStatusInfo, FileTreeNode, } from './types.js';
11
- export type { WorkspaceIndex, EmbedderPort, ResolveResult, ResolveOptions, TraitRefEmit, WorkspaceIndexStats, OrbitalIndexEntry, ExtraTraitIdentity, } from './workspace-index/types.js';
12
- export { DEFAULT_COERCION_THRESHOLD, WORKSPACE_INDEX_SCHEMA_VERSION, } from './workspace-index/types.js';
11
+ export type { WorkspaceIndex, EmbedderPort, ResolveResult, ResolveOptions, TraitRefEmit, WorkspaceIndexStats, OrbitalIndexEntry, ExtraTraitIdentity, RetrievalResult, RetrievalOptions, RecentlyEditedOptions, EventEdge, EntityBinding, RuleBinding, RecencyEntry, IntentMaps, ComposedMaps, BM25Document, BM25Table, BM25Options, WorkspaceIndexManifest, } from './workspace-index/types.js';
12
+ export { DEFAULT_COERCION_THRESHOLD, DEFAULT_RETRIEVAL_TOP_K, RRF_K, WORKSPACE_INDEX_SCHEMA_VERSION, } from './workspace-index/types.js';