@farming-labs/docs 0.2.73 → 0.2.75
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/dist/{agent-o9OTadrf.mjs → agent-BHqaZx-X.mjs} +9 -0
- package/dist/{agent-ClRpctMG.mjs → agent-DxTa3PLB.mjs} +2 -2
- package/dist/agent-cAPjC2jb.d.mts +922 -0
- package/dist/{agent-evals-BFHGypqh.mjs → agent-evals-21LZ_uEl.mjs} +56 -30
- package/dist/{agent-export-B9bah0AV.mjs → agent-export-3VheegEK.mjs} +5 -5
- package/dist/agent-skills-bundle.d.mts +1 -1
- package/dist/{agent-skills-server-DCbAx5WU.d.mts → agent-skills-server-Cix64aGB.d.mts} +2 -2
- package/dist/agent-skills-vite.d.mts +3 -3
- package/dist/{agents-CR-Uasbc.mjs → agents-ByTdP0Hl.mjs} +4 -4
- package/dist/cli/index.mjs +19 -15
- package/dist/client/react.d.mts +1 -1
- package/dist/{cloud-ask-ai-yR9vZmSG.d.mts → cloud-ask-ai-Bt0rzFbe.d.mts} +1 -1
- package/dist/docs-cloud-server.d.mts +2 -2
- package/dist/{doctor-BeyN3Ljh.mjs → doctor-C34VVF85.mjs} +9 -8
- package/dist/{golden-evaluations-CloP0pAe.mjs → golden-evaluations-D_oDJwGv.mjs} +2 -2
- package/dist/index.d.mts +5 -876
- package/dist/index.mjs +5 -5
- package/dist/{mcp-BLLXvEXB.mjs → mcp-Bnqfu8P5.mjs} +8 -5
- package/dist/mcp.d.mts +19 -4
- package/dist/mcp.mjs +338 -58
- package/dist/{prompt-references-Cz35rlOa.mjs → prompt-references-CfyYOa_W.mjs} +2 -2
- package/dist/{search-D1n8Sf25.d.mts → retrieval-digest-CFOcSKTo.d.mts} +49 -50
- package/dist/{review-DaJLdPLh.mjs → review-Dw6oCQX3.mjs} +4 -4
- package/dist/{robots-BcuxnZqZ.mjs → robots-DaYBoy_A.mjs} +1 -1
- package/dist/{robots-DI-9MZz1.mjs → robots-KWLujSLI.mjs} +2 -2
- package/dist/{search-RfPcG1if.mjs → search-BmC8wVr0.mjs} +1240 -136
- package/dist/{search-DeOJiMAy.mjs → search-DBdmbUkc.mjs} +62 -24
- package/dist/server.d.mts +7 -6
- package/dist/server.mjs +5 -5
- package/dist/{sitemap-BGGbX_KE.mjs → sitemap-CrzG5Wpf.mjs} +4 -4
- package/dist/{sitemap-server-VefDnzEB.mjs → sitemap-server-B9LZQ1FE.mjs} +1 -1
- package/dist/{standards-discovery-83lp1lew.d.mts → standards-discovery-DBI1PD7m.d.mts} +1 -1
- package/dist/{types-_HCPD4wc.d.mts → types-BDRwrExu.d.mts} +65 -1
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { I as DocsDiscoveryApiRouteOptions } from "./standards-discovery-
|
|
1
|
+
import { Jt as DocsObservabilityEventInput, Kt as DocsObservabilityConfig, Vn as McpDocsSearchConfig, Wn as OpenDocsProvider, _n as DocsSearchRequest, at as DocsAnalyticsEventInput, cn as DocsSearchAdapterFactory, cr as ResolvedDocsRelatedLink, dn as DocsSearchDocument, et as DocsAgentTraceEventInput, f as CustomDocsSearchConfig, hn as DocsSearchFilters, ht as DocsAskAIMcpConfig, it as DocsAnalyticsEvent, ln as DocsSearchChunkingConfig, mn as DocsSearchFilterInput, on as DocsSearchAdapter, qn as OpenDocsTarget, qt as DocsObservabilityEvent, r as AlgoliaDocsSearchConfig, rt as DocsAnalyticsConfig, un as DocsSearchConfig, vn as DocsSearchResponse, vr as TypesenseDocsSearchConfig, wn as DocsSitemapConfig, xn as DocsSearchSourcePage, yn as DocsSearchResult } from "./types-BDRwrExu.mjs";
|
|
2
|
+
import { I as DocsDiscoveryApiRouteOptions } from "./standards-discovery-DBI1PD7m.mjs";
|
|
3
|
+
import { pn as DocsContentAudience } from "./agent-cAPjC2jb.mjs";
|
|
3
4
|
|
|
4
5
|
//#region src/analytics.d.ts
|
|
5
6
|
declare const DOCS_AGENT_TRACE_EVENT_TYPES: readonly ["run.start", "run.end", "run.error", "user.input", "prompt.build", "retrieval.query", "retrieval.result", "retrieval.error", "model.call", "model.response", "model.stream", "model.error", "tool.call", "tool.result", "tool.error", "retry", "timeout", "error", "agent.final"];
|
|
@@ -30,51 +31,6 @@ declare function emitDocsAnalyticsEvent(analytics: boolean | DocsAnalyticsConfig
|
|
|
30
31
|
declare function emitDocsObservabilityEvent(observability: boolean | DocsObservabilityConfig | undefined, event: DocsObservabilityEventInput): Promise<void>;
|
|
31
32
|
declare function emitDocsAgentTraceEvent(observability: boolean | DocsObservabilityConfig | undefined, event: DocsAgentTraceEventInput): Promise<void>;
|
|
32
33
|
//#endregion
|
|
33
|
-
//#region src/audience.d.ts
|
|
34
|
-
/** The two content projections emitted by the docs framework. */
|
|
35
|
-
type DocsContentAudience = "human" | "agent";
|
|
36
|
-
/** Resolve whether content with an optional audience restriction is visible. */
|
|
37
|
-
declare function resolveDocsAudienceExposure(only: unknown, audience: DocsContentAudience): boolean;
|
|
38
|
-
interface DocsMarkdownPromptBlock {
|
|
39
|
-
/** Raw JSX attributes between the Prompt name and opening bracket. */
|
|
40
|
-
attributes: string;
|
|
41
|
-
/** Literal source between the Prompt tags, with enclosing Markdown container prefixes removed. */
|
|
42
|
-
children: string;
|
|
43
|
-
/** Collision-safe placeholder carried through document-level rendering. */
|
|
44
|
-
token: string;
|
|
45
|
-
}
|
|
46
|
-
interface ExtractedDocsMarkdownPromptBlocks {
|
|
47
|
-
blocks: DocsMarkdownPromptBlock[];
|
|
48
|
-
markdown: string;
|
|
49
|
-
}
|
|
50
|
-
interface DocsAudienceMdxIssue {
|
|
51
|
-
code: "missing-only" | "invalid-only" | "dynamic-only" | "ignored-agent-only" | "ignored-human-only";
|
|
52
|
-
index: number;
|
|
53
|
-
message: string;
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* Extract live MDX Prompt blocks while leaving Markdown literals untouched.
|
|
57
|
-
*
|
|
58
|
-
* Prompt bodies are copyable source, so callers can safely run audience,
|
|
59
|
-
* reference-definition, and heading passes over `markdown`, then restore each
|
|
60
|
-
* block from its token. Fences (including container fences), inline code, links,
|
|
61
|
-
* comments, raw elements, and other literal contexts are never extracted.
|
|
62
|
-
*/
|
|
63
|
-
declare function extractDocsMarkdownPromptBlocks(content: string): ExtractedDocsMarkdownPromptBlocks;
|
|
64
|
-
/** Find audience declarations that cannot be projected consistently at build time. */
|
|
65
|
-
declare function findDocsAudienceMdxIssues(content: string): DocsAudienceMdxIssue[];
|
|
66
|
-
/**
|
|
67
|
-
* Resolve MDX into its human or agent projection.
|
|
68
|
-
*
|
|
69
|
-
* `<Agent>` is shorthand for `<Audience only="agent">`, while `<Human>` is
|
|
70
|
-
* shorthand for `<Audience only="human">`. Unknown `Audience.only` values are
|
|
71
|
-
* treated as shared content so an authoring typo never silently deletes content.
|
|
72
|
-
* These primitives shape content for each surface; they are not an access-control boundary.
|
|
73
|
-
*/
|
|
74
|
-
declare function resolveDocsAudienceMdxContent(content: string, audience: DocsContentAudience): string;
|
|
75
|
-
/** Backwards-compatible name retained for existing integrations. */
|
|
76
|
-
declare function resolveDocsAgentMdxContent(content: string, audience: DocsContentAudience): string;
|
|
77
|
-
//#endregion
|
|
78
34
|
//#region src/prompt-utils.d.ts
|
|
79
35
|
type PromptAction = "copy" | "open";
|
|
80
36
|
interface SerializedOpenDocsProvider {
|
|
@@ -243,6 +199,26 @@ declare function resolveDocsSearchFilters(searchParams: URLSearchParams): DocsSe
|
|
|
243
199
|
declare function resolveDocsSearchRequest(searchParams: URLSearchParams): DocsSearchRequest;
|
|
244
200
|
declare function inferDocsAskAIPackageHints(content: string): DocsAskAIPackageHints;
|
|
245
201
|
declare function formatDocsAskAIPackageHints(hints: DocsAskAIPackageHints, packageName?: string): string | undefined;
|
|
202
|
+
/**
|
|
203
|
+
* Build the exact normalized-input projection represented by a retrieval source digest.
|
|
204
|
+
* This is public so consumers can independently reproduce `source.digest`.
|
|
205
|
+
*/
|
|
206
|
+
declare function buildDocsRetrievalDigestProjection(page: DocsSearchSourcePage, audience?: DocsContentAudience): string;
|
|
207
|
+
declare function resolveDocsRetrievalLastModified(page: DocsSearchSourcePage, audience: DocsContentAudience): string | undefined;
|
|
208
|
+
interface EnrichDocsSearchDocumentsWithProvenanceOptions {
|
|
209
|
+
documents: readonly DocsSearchDocument[];
|
|
210
|
+
pages: readonly DocsSearchSourcePage[];
|
|
211
|
+
audience?: DocsContentAudience;
|
|
212
|
+
chunking?: DocsSearchChunkingConfig;
|
|
213
|
+
locale?: string;
|
|
214
|
+
baseUrl?: string;
|
|
215
|
+
indexGeneration?: string;
|
|
216
|
+
}
|
|
217
|
+
/**
|
|
218
|
+
* Attach the same canonical provenance used by built-in search providers.
|
|
219
|
+
* Custom adapters can call this before persisting their own hosted records.
|
|
220
|
+
*/
|
|
221
|
+
declare function enrichDocsSearchDocumentsWithProvenance(options: EnrichDocsSearchDocumentsWithProvenanceOptions): Promise<DocsSearchDocument[]>;
|
|
246
222
|
declare function buildDocsSearchDocuments(pages: DocsSearchSourcePage[], chunking?: DocsSearchChunkingConfig, audience?: DocsContentAudience): DocsSearchDocument[];
|
|
247
223
|
declare function createSimpleSearchAdapter(): DocsSearchAdapter;
|
|
248
224
|
declare function createTypesenseSearchAdapter(config: TypesenseDocsSearchConfig): DocsSearchAdapter;
|
|
@@ -264,6 +240,10 @@ declare function createMcpSearchAdapter(config: McpDocsSearchConfig): DocsSearch
|
|
|
264
240
|
declare function createAlgoliaSearchAdapter(config: AlgoliaDocsSearchConfig): DocsSearchAdapter;
|
|
265
241
|
interface PerformDocsSearchOptions {
|
|
266
242
|
pages: DocsSearchSourcePage[];
|
|
243
|
+
/** @internal Complete corpus used for generation when `pages` is pre-scoped by a caller. */
|
|
244
|
+
generationPages?: DocsSearchSourcePage[];
|
|
245
|
+
/** @internal Precomputed complete-corpus generation for structured callers. */
|
|
246
|
+
indexGeneration?: string;
|
|
267
247
|
query: string;
|
|
268
248
|
search?: boolean | DocsSearchConfig;
|
|
269
249
|
/** Selects which audience projection is searchable. Public site search defaults to human. */
|
|
@@ -273,6 +253,12 @@ interface PerformDocsSearchOptions {
|
|
|
273
253
|
siteTitle?: string;
|
|
274
254
|
/** Canonical docs URL used to distinguish same-site absolute hits from foreign MCP results. */
|
|
275
255
|
baseUrl?: string;
|
|
256
|
+
/**
|
|
257
|
+
* Canonical origin safe to persist in a hosted index. Pass `null` when `baseUrl`
|
|
258
|
+
* came from the current request rather than trusted configuration.
|
|
259
|
+
* @internal
|
|
260
|
+
*/
|
|
261
|
+
syncBaseUrl?: string | null;
|
|
276
262
|
limit?: number;
|
|
277
263
|
/** Optional framework, version, package, and tag constraints. */
|
|
278
264
|
filters?: DocsSearchFilterInput;
|
|
@@ -287,7 +273,7 @@ interface PerformDocsSearchOptions {
|
|
|
287
273
|
* Runtime search defaults to true; provider diagnostics can disable supplementation.
|
|
288
274
|
*/
|
|
289
275
|
supplementExternalResults?: boolean;
|
|
290
|
-
/**
|
|
276
|
+
/** Keep absolute provider origins distinct when no canonical docs origin is available. */
|
|
291
277
|
strictExternalOrigins?: boolean;
|
|
292
278
|
/** Optional cancellation signal forwarded to adapters and their managed requests. */
|
|
293
279
|
signal?: AbortSignal;
|
|
@@ -301,7 +287,8 @@ declare function buildDocsAskAIContext(options: {
|
|
|
301
287
|
locale?: string;
|
|
302
288
|
pathname?: string;
|
|
303
289
|
siteTitle?: string;
|
|
304
|
-
baseUrl?: string;
|
|
290
|
+
baseUrl?: string; /** See `performDocsSearch.syncBaseUrl`. */
|
|
291
|
+
syncBaseUrl?: string | null;
|
|
305
292
|
limit?: number;
|
|
306
293
|
filters?: DocsSearchFilterInput;
|
|
307
294
|
maxContextChars?: number;
|
|
@@ -312,4 +299,16 @@ declare function buildDocsAskAIContext(options: {
|
|
|
312
299
|
}): Promise<DocsAskAIContext>;
|
|
313
300
|
declare function createCustomSearchAdapter(adapter: DocsSearchAdapter | DocsSearchAdapterFactory): CustomDocsSearchConfig;
|
|
314
301
|
//#endregion
|
|
315
|
-
|
|
302
|
+
//#region src/retrieval-digest.d.ts
|
|
303
|
+
/** Validate the bounded HTTP(S) URL or root-relative URI reference used by provenance. */
|
|
304
|
+
declare function isDocsRetrievalCanonicalUrl(value: string): boolean;
|
|
305
|
+
/**
|
|
306
|
+
* Hash a retrieval source projection with portable SHA-256.
|
|
307
|
+
*
|
|
308
|
+
* The projection is normalized by removing one leading BOM, converting CRLF/CR
|
|
309
|
+
* line endings to LF, and trimming trailing whitespace. The helper is exported so
|
|
310
|
+
* agents can independently verify provenance in Node, edge, and browser runtimes.
|
|
311
|
+
*/
|
|
312
|
+
declare function digestDocsRetrievalContent(value: string): `sha256:${string}`;
|
|
313
|
+
//#endregion
|
|
314
|
+
export { parsePromptStringArray as $, DocsSitemapFormat as A, resolveDocsSitemapConfig as B, resolveDocsSearchRequest as C, DEFAULT_SITEMAP_MD_ROUTE as D, DEFAULT_SITEMAP_MD_DOCS_ROUTE as E, buildDocsSitemapManifest as F, DEFAULT_OPEN_DOCS_PROVIDER_IDS as G, resolveDocsSitemapRequest as H, createDocsSitemapResponse as I, PromptAction as J, DEFAULT_OPEN_DOCS_TARGET as K, readDocsSitemapManifestFromContentMap as L, DocsSitemapManifestPage as M, DocsSitemapPageInput as N, DEFAULT_SITEMAP_MD_WELL_KNOWN_ROUTE as O, DocsSitemapResolvedConfig as P, normalizePromptProviderName as Q, renderDocsSitemapMarkdown as R, resolveDocsSearchFilters as S, DEFAULT_SITEMAP_MANIFEST_PATH as T, toDocsSitemapMarkdownUrl as U, resolveDocsSitemapPageLastmod as V, DEFAULT_OPEN_DOCS_PROMPT as W, SerializeOpenDocsProviderOptions as X, PromptProviderChoice as Y, SerializedOpenDocsProvider as Z, performDocsSearch as _, resolveDocsObservabilityConfig as _t, buildDocsAskAIContext as a, serializeOpenDocsProviders as at, resolveDocsRetrievalLastModified as b, createAlgoliaSearchAdapter as c, ResolvedDocsAnalyticsConfig as ct, createSimpleSearchAdapter as d, createDocsAgentTraceId as dt, resolvePromptProviderChoices as et, createTypesenseSearchAdapter as f, emitDocsAgentTraceEvent as ft, normalizeDocsSearchFilters as g, resolveDocsAnalyticsConfig as gt, inferDocsAskAIPackageHints as h, getDocsRequestAnalyticsProperties as ht, PerformDocsSearchOptions as i, serializeOpenDocsProvider as it, DocsSitemapManifest as j, DEFAULT_SITEMAP_XML_ROUTE as k, createCustomSearchAdapter as l, ResolvedDocsObservabilityConfig as lt, formatDocsAskAIPackageHints as m, emitDocsObservabilityEvent as mt, isDocsRetrievalCanonicalUrl as n, serializeDocsIcon as nt, buildDocsRetrievalDigestProjection as o, DOCS_AGENT_TRACE_EVENT_TYPES as ot, enrichDocsSearchDocumentsWithProvenance as p, emitDocsAnalyticsEvent as pt, DEFAULT_PROMPT_PROVIDER_TEMPLATES as q, EnrichDocsSearchDocumentsWithProvenanceOptions as r, serializeDocsIconRegistry as rt, buildDocsSearchDocuments as s, DocsAgentTraceContext as st, digestDocsRetrievalContent as t, sanitizePromptText as tt, createMcpSearchAdapter as u, createDocsAgentTraceContext as ut, performDocsSearchWithMetadata as v, resolveSearchRequestConfig as w, resolveDocsSearchAudience as x, resolveAskAISearchRequestConfig as y, renderDocsSitemapXml as z };
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { $t as getDocsMcpProtectedResourceMetadataRoutes, A as buildDocsAgentDiscoverySpec, Dt as findDocsAudienceMdxIssues, M as buildDocsConfigMap, T as DOCS_CONFIG_MAP_TOP_LEVEL_KEYS } from "./agent-
|
|
1
|
+
import { $t as getDocsMcpProtectedResourceMetadataRoutes, A as buildDocsAgentDiscoverySpec, Dt as findDocsAudienceMdxIssues, M as buildDocsConfigMap, T as DOCS_CONFIG_MAP_TOP_LEVEL_KEYS } from "./agent-BHqaZx-X.mjs";
|
|
2
2
|
import { _ as hasStructuredPageAgentContract, f as PAGE_AGENT_CONTRACT_FIELDS, g as getPageAgentFrontmatterIssues, v as normalizePageAgentFrontmatter } from "./markdown-sections-7OoA7ylx.mjs";
|
|
3
3
|
import { I as resolveDocsDiscoveryApiRoute, _ as DEFAULT_API_CATALOG_FORMAT, d as DEFAULT_AGENT_SKILLS_ROUTE_PATTERN, h as DEFAULT_AGENT_SKILL_FORMAT, l as DEFAULT_AGENT_SKILLS_INDEX_FORMAT, u as DEFAULT_AGENT_SKILLS_INDEX_ROUTE, v as DEFAULT_API_CATALOG_ROUTE } from "./standards-discovery-BwL5ffGx.mjs";
|
|
4
|
-
import {
|
|
4
|
+
import { h as resolveAskAISearchRequestConfig } from "./search-BmC8wVr0.mjs";
|
|
5
5
|
import { a as resolveDocsMetadataBaseUrl } from "./metadata-N252j5_a.mjs";
|
|
6
|
-
import { c as resolveDocsReviewConfig, o as ensureDocsReviewWorkflow, s as readDocsReviewConfigFromSource, t as runDocsGoldenTasks } from "./agent-evals-
|
|
6
|
+
import { c as resolveDocsReviewConfig, o as ensureDocsReviewWorkflow, s as readDocsReviewConfigFromSource, t as runDocsGoldenTasks } from "./agent-evals-21LZ_uEl.mjs";
|
|
7
7
|
import { createFilesystemDocsMcpSource, getDocsConfigSchema, resolveDocsMcpConfig } from "./mcp.mjs";
|
|
8
8
|
import "./code-blocks-DnNVNK2M.mjs";
|
|
9
9
|
import { _ as resolveDocsContentDir, g as resolveDocsConfigPath, h as readTopLevelStringProperty, s as loadDocsConfigModuleResultWithProjectEnv } from "./config-Wcdj-D0a.mjs";
|
|
10
10
|
import { t as detectFramework } from "./utils-DpiIioYb.mjs";
|
|
11
|
-
import { a as extractAgentBlocks, i as createAgentUsefulnessPagesFromMcp, n as analyzeAgentSurfaceDrift, r as analyzeAgentUsefulness, t as resolveGoldenEvaluationInput } from "./golden-evaluations-
|
|
11
|
+
import { a as extractAgentBlocks, i as createAgentUsefulnessPagesFromMcp, n as analyzeAgentSurfaceDrift, r as analyzeAgentUsefulness, t as resolveGoldenEvaluationInput } from "./golden-evaluations-D_oDJwGv.mjs";
|
|
12
12
|
import matter from "gray-matter";
|
|
13
13
|
import { existsSync, lstatSync, readFileSync, readdirSync } from "node:fs";
|
|
14
14
|
import path from "node:path";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Ht as resolveDocsSitemapConfig, S as DEFAULT_SKILL_MD_WELL_KNOWN_ROUTE, Yt as DEFAULT_MCP_PUBLIC_ROUTE, Zt as DEFAULT_MCP_WELL_KNOWN_ROUTE, a as DEFAULT_AGENT_MD_ROUTE, c as DEFAULT_AGENT_SPEC_WELL_KNOWN_JSON_ROUTE, et as normalizeDocsPathSegment, g as DEFAULT_LLMS_FULL_TXT_WELL_KNOWN_ROUTE, h as DEFAULT_LLMS_FULL_TXT_ROUTE, l as DEFAULT_AGENT_SPEC_WELL_KNOWN_ROUTE, n as DEFAULT_AGENTS_MD_WELL_KNOWN_ROUTE, o as DEFAULT_AGENT_MD_WELL_KNOWN_ROUTE, t as DEFAULT_AGENTS_MD_ROUTE, v as DEFAULT_LLMS_TXT_ROUTE, x as DEFAULT_SKILL_MD_ROUTE, y as DEFAULT_LLMS_TXT_WELL_KNOWN_ROUTE } from "./agent-
|
|
1
|
+
import { Ht as resolveDocsSitemapConfig, S as DEFAULT_SKILL_MD_WELL_KNOWN_ROUTE, Yt as DEFAULT_MCP_PUBLIC_ROUTE, Zt as DEFAULT_MCP_WELL_KNOWN_ROUTE, a as DEFAULT_AGENT_MD_ROUTE, c as DEFAULT_AGENT_SPEC_WELL_KNOWN_JSON_ROUTE, et as normalizeDocsPathSegment, g as DEFAULT_LLMS_FULL_TXT_WELL_KNOWN_ROUTE, h as DEFAULT_LLMS_FULL_TXT_ROUTE, l as DEFAULT_AGENT_SPEC_WELL_KNOWN_ROUTE, n as DEFAULT_AGENTS_MD_WELL_KNOWN_ROUTE, o as DEFAULT_AGENT_MD_WELL_KNOWN_ROUTE, t as DEFAULT_AGENTS_MD_ROUTE, v as DEFAULT_LLMS_TXT_ROUTE, x as DEFAULT_SKILL_MD_ROUTE, y as DEFAULT_LLMS_TXT_WELL_KNOWN_ROUTE } from "./agent-BHqaZx-X.mjs";
|
|
2
2
|
import { a as DEFAULT_A2A_AGENT_CARD_ROUTE, b as DEFAULT_LEGACY_SKILLS_INDEX_ROUTE, f as DEFAULT_AGENT_SKILLS_ROUTE_PREFIX, u as DEFAULT_AGENT_SKILLS_INDEX_ROUTE, v as DEFAULT_API_CATALOG_ROUTE, x as DEFAULT_LEGACY_SKILLS_ROUTE_PREFIX } from "./standards-discovery-BwL5ffGx.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/robots.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "./agent-
|
|
1
|
+
import "./agent-BHqaZx-X.mjs";
|
|
2
2
|
import "./markdown-sections-7OoA7ylx.mjs";
|
|
3
3
|
import "./standards-discovery-BwL5ffGx.mjs";
|
|
4
|
-
import { c as renderDocsRobotsGeneratedBlock, f as upsertDocsRobotsGeneratedBlock, i as DOCS_ROBOTS_GENERATED_BLOCK_START, r as DOCS_ROBOTS_GENERATED_BLOCK_END, u as resolveDocsRobotsConfig } from "./robots-
|
|
4
|
+
import { c as renderDocsRobotsGeneratedBlock, f as upsertDocsRobotsGeneratedBlock, i as DOCS_ROBOTS_GENERATED_BLOCK_START, r as DOCS_ROBOTS_GENERATED_BLOCK_END, u as resolveDocsRobotsConfig } from "./robots-DaYBoy_A.mjs";
|
|
5
5
|
import { a as loadDocsConfigModule, g as resolveDocsConfigPath, h as readTopLevelStringProperty, l as readBooleanProperty, m as readTopLevelBooleanProperty, p as readStringProperty, t as extractNestedObjectLiteral } from "./config-Wcdj-D0a.mjs";
|
|
6
6
|
import { t as detectFramework } from "./utils-DpiIioYb.mjs";
|
|
7
7
|
import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
|