@agentskit/doc-bridge 1.4.0 → 1.4.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/CHANGELOG.md +7 -0
- package/README.md +11 -3
- package/action.yml +1 -1
- package/dist/cli/program.js +1 -1
- package/dist/cli/program.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/docs/MARKETPLACE.md +1 -1
- package/docs/guides/gate-ci.md +1 -1
- package/docs/landing/index.html +1 -1
- package/docs/playbook/doc-bridge-pattern.md +1 -1
- package/docs/recipes/index-pipeline.md +1 -1
- package/mcpb/manifest.json +1 -1
- package/package.json +4 -2
- package/skills/doc-bridge-handoff/SKILL.md +0 -6
- package/skills/doc-bridge-handoff/scripts/resolve-handoff.mjs +1 -1
- package/src/version.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1845,7 +1845,7 @@ declare const chunksFromMarkdown: (property: string, raw: string, sourceUrl: str
|
|
|
1845
1845
|
declare const loadFederatedChunks: (root: string, config: DocBridgeConfigV1, options?: FederatedRetrieverOptions) => Promise<DocBridgeRetrievedChunk[]>;
|
|
1846
1846
|
declare const retrieveHybridChunks: (root: string, config: DocBridgeConfigV1, index: DocBridgeIndexV1, query: string, options?: FederatedRetrieverOptions) => Promise<DocBridgeRetrievedChunk[]>;
|
|
1847
1847
|
|
|
1848
|
-
declare const PACKAGE_VERSION = "1.4.
|
|
1848
|
+
declare const PACKAGE_VERSION = "1.4.1";
|
|
1849
1849
|
|
|
1850
1850
|
type FrontmatterValue = string | boolean | readonly string[];
|
|
1851
1851
|
type FrontmatterData = Record<string, FrontmatterValue>;
|
package/dist/index.js
CHANGED
|
@@ -1537,7 +1537,7 @@ var buildLookup = (config, packages, corpus, indexOutFile, humanDocs = {}, root
|
|
|
1537
1537
|
};
|
|
1538
1538
|
|
|
1539
1539
|
// src/version.ts
|
|
1540
|
-
var PACKAGE_VERSION = "1.4.
|
|
1540
|
+
var PACKAGE_VERSION = "1.4.1";
|
|
1541
1541
|
|
|
1542
1542
|
// src/index-builder/capabilities.ts
|
|
1543
1543
|
var renderCapabilitiesJson = (config, index, paths) => {
|