@yansirplus/cli 0.5.17 → 0.5.18
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 +12 -6
- package/agent-catalog/agentOS/SKILL.md +22 -0
- package/agent-catalog/agentOS/references/agent/decision-graph.json +530 -0
- package/agent-catalog/agentOS/references/agent/errors.json +497 -0
- package/agent-catalog/agentOS/references/agent/invariant-matrix.json +337 -0
- package/agent-catalog/agentOS/references/agent/primitives.json +989 -0
- package/agent-catalog/agentOS/references/agent/recipes.json +109 -0
- package/agent-catalog/agentOS/references/agent/start-here.md +25 -0
- package/agent-catalog/agentOS/references/package-map.md +72 -0
- package/agent-catalog/agentOS/references/provenance.json +251 -0
- package/agent-catalog/agentOS/references/public-api/cli.md +20 -0
- package/agent-catalog/agentOS/references/public-api/client.md +88 -0
- package/agent-catalog/agentOS/references/public-api/core.md +1817 -0
- package/agent-catalog/agentOS/references/public-api/runtime.md +794 -0
- package/dist/build/agent-authoring/config.d.ts +20 -5
- package/dist/build/agent-authoring/config.js +132 -32
- package/dist/build/agent-authoring/manifest-compiler.d.ts +131 -2
- package/dist/build/agent-authoring/manifest-compiler.js +630 -8
- package/dist/build/agent-authoring/shared.d.ts +2 -0
- package/dist/build/agent-authoring/shared.js +2 -0
- package/dist/build/agent-authoring/static-target.d.ts +6 -3
- package/dist/build/agent-authoring/static-target.js +1807 -286
- package/dist/build/agent-authoring.d.ts +3 -3
- package/dist/build/agent-authoring.js +1 -1
- package/dist/build/build-cli.d.ts +1 -1
- package/dist/build/build-cli.js +1614 -26
- package/dist/check/algorithmic/client-boundary-checks.mjs +3 -34
- package/dist/check/algorithmic/convergence-smoke-checks.mjs +652 -6
- package/dist/check/algorithmic/distribution-checks.mjs +8 -7
- package/dist/check/algorithmic/package-boundary-checks.mjs +3 -2
- package/dist/check/algorithmic/repo-surface-checks.mjs +55 -1
- package/dist/check/algorithmic/static-target-checks.mjs +83 -5
- package/dist/check/algorithmic-checks.mjs +10 -17
- package/dist/check/default-gate.mjs +3 -3
- package/dist/check/effect-scan-gate.mjs +121 -0
- package/dist/check/package-graph.mjs +2 -32
- package/dist/consumer-overlay.mjs +802 -0
- package/dist/lib/public-api-model.mjs +19 -0
- package/dist/lib/repo-source-files.mjs +26 -0
- package/dist/lib/ts-module-loader.mjs +44 -0
- package/dist/lib/workspace-manifest.mjs +77 -0
- package/dist/main.mjs +151 -21
- package/package.json +8 -4
- package/dist/check/check-coverage.mjs +0 -231
- package/dist/generate/generate-agent-docs.mjs +0 -435
- package/dist/generate/generate-carrier-reference.mjs +0 -514
- package/dist/generate/generate-docs.mjs +0 -345
- package/dist/generate/generate-effect-skill-manifests.mjs +0 -193
- package/dist/generate/project-docs-site.mjs +0 -190
- package/dist/lib/boundary-rules.mjs +0 -63
- package/dist/lib/capability-routes.mjs +0 -354
- package/dist/lib/projection-sink.mjs +0 -113
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { WORKSPACE_TOPOLOGY } from "@yansirplus/core/runtime-protocol";
|
|
2
2
|
export type { WorkspaceTopologyKind } from "@yansirplus/core/runtime-protocol";
|
|
3
3
|
export { AUTHORING_DEFAULTS_VERSION } from "./agent-authoring/shared.js";
|
|
4
|
-
export type { AgentManifestFactKey, AgentManifestOrigin, AuthoredAgentJson, AuthoredAgentManifest, AuthoredAgentTree, AuthoredAgentTreeFile, AuthoredJsonFile, AuthoredMarkdownFile, AuthoredToolDeclaration, AuthoredToolEffect, AuthoredToolFile, AuthoredWorkspaceDefaultToolControl, AuthoredWorkspaceDefaultToolOverride, CompiledAgentManifest, CompileAgentTreeIssue, CompileAgentTreeResult, WorkspaceDefaultToolControl, } from "./agent-authoring/manifest-compiler.js";
|
|
4
|
+
export type { AgentManifestFactKey, AgentManifestOrigin, AuthoredChannelFile, AuthoredAgentJson, AuthoredAgentManifest, AuthoredAgentTree, AuthoredAgentTreeFile, AuthoredDynamicResolverDeclaration, AuthoredDynamicResolverFile, AuthoredJsonFile, AuthoredMarkdownFile, AuthoredScheduleDeclaration, AuthoredScheduleFile, AuthoredToolDeclaration, AuthoredToolEffect, AuthoredToolFile, AuthoredWorkflowFile, AuthoredWorkspaceDefaultToolControl, AuthoredWorkspaceDefaultToolOverride, CompiledAgentChannel, CompiledAgentDynamicResolver, CompiledAgentInstructionFragment, CompiledAgentSchedule, CompiledAgentSkill, CompiledAgentWorkflow, CompiledAgentManifest, CompileAgentTreeIssue, CompileAgentTreeResult, DynamicCapabilitySlot, WorkspaceDefaultToolControl, } from "./agent-authoring/manifest-compiler.js";
|
|
5
5
|
export { compileAgentTree } from "./agent-authoring/manifest-compiler.js";
|
|
6
|
-
export { AGENTOS_CONFIG_CLIENT, AGENTOS_CONFIG_LLM_ROUTE, AGENTOS_CONFIG_PROFILE, AGENTOS_CONFIG_TARGET, decodeAgentOsConfig, llmMaterialEnvBindingsForRefs, llmMaterialEnvNameCollisionIssues, materialEnvNameForRef, normalizeAgentOsConfig, } from "./agent-authoring/config.js";
|
|
7
|
-
export type { AgentOsChatConfigV1, AgentOsConfigBase, AgentOsConfigClient, AgentOsConfigClientKind, AgentOsConfigCloudflareDoTarget, AgentOsConfigDeployment, AgentOsConfigFactKey, AgentOsConfigIssue, AgentOsConfigLlm, AgentOsConfigLlmRoute, AgentOsConfigOrigin, AgentOsConfigProfile, AgentOsConfigTarget, AgentOsConfigTargetKind, AgentOsConfigV1, AgentOsWorkspaceConfigV1, AgentOsConfigWorkspace, AgentOsConfigWorkspaceTopology, DecodeAgentOsConfigResult, LlmMaterialEnvBinding, LlmMaterialEnvKind, NormalizedAgentOsConfig, NormalizedAgentOsConfigBase, NormalizedChatAgentOsConfig, NormalizedWorkspaceAgentOsConfig, NormalizeAgentOsConfigResult, StaticTargetProvenance, } from "./agent-authoring/config.js";
|
|
6
|
+
export { AGENTOS_CONFIG_CLIENT, AGENTOS_CONFIG_LLM_ROUTE, AGENTOS_CONFIG_PROFILE, AGENTOS_CONFIG_TARGET, decodeAgentOsConfig, llmMaterialEnvBindingsForRefs, llmMaterialEnvBindingsForRoutes, llmMaterialEnvNameCollisionIssues, materialEnvNameForRef, normalizeAgentOsConfig, } from "./agent-authoring/config.js";
|
|
7
|
+
export type { AgentOsChatConfigV1, AgentOsConfigBase, AgentOsConfigClient, AgentOsConfigClientKind, AgentOsConfigCloudflareDoTarget, AgentOsConfigDeployment, AgentOsConfigFactKey, AgentOsConfigIssue, AgentOsConfigLlm, AgentOsConfigLlmRouteBinding, AgentOsConfigLlmRoute, AgentOsConfigOrigin, AgentOsConfigProfile, AgentOsConfigTarget, AgentOsConfigTargetKind, AgentOsConfigV1, AgentOsWorkspaceConfigV1, AgentOsConfigWorkspace, AgentOsConfigWorkspaceTopology, DecodeAgentOsConfigResult, LlmMaterialEnvBinding, LlmMaterialEnvKind, NormalizedAgentOsConfig, NormalizedAgentOsConfigBase, NormalizedChatAgentOsConfig, NormalizedWorkspaceAgentOsConfig, NormalizeAgentOsConfigResult, StaticTargetProvenance, } from "./agent-authoring/config.js";
|
|
8
8
|
export { linkWorkspaceStaticTarget } from "./agent-authoring/static-target.js";
|
|
9
9
|
export type { CanonicalDeploymentIR, MountIR, StaticTargetGeneratedFile, StaticTargetGeneratedFilePath, StaticTargetLink, StaticTargetLinkIssue, StaticTargetLinkOptions, StaticTargetLinkResult, StaticTargetModuleImport, StaticTargetModuleImportKind, } from "./agent-authoring/static-target.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { WORKSPACE_TOPOLOGY } from "@yansirplus/core/runtime-protocol";
|
|
2
2
|
export { AUTHORING_DEFAULTS_VERSION } from "./agent-authoring/shared.js";
|
|
3
3
|
export { compileAgentTree } from "./agent-authoring/manifest-compiler.js";
|
|
4
|
-
export { AGENTOS_CONFIG_CLIENT, AGENTOS_CONFIG_LLM_ROUTE, AGENTOS_CONFIG_PROFILE, AGENTOS_CONFIG_TARGET, decodeAgentOsConfig, llmMaterialEnvBindingsForRefs, llmMaterialEnvNameCollisionIssues, materialEnvNameForRef, normalizeAgentOsConfig, } from "./agent-authoring/config.js";
|
|
4
|
+
export { AGENTOS_CONFIG_CLIENT, AGENTOS_CONFIG_LLM_ROUTE, AGENTOS_CONFIG_PROFILE, AGENTOS_CONFIG_TARGET, decodeAgentOsConfig, llmMaterialEnvBindingsForRefs, llmMaterialEnvBindingsForRoutes, llmMaterialEnvNameCollisionIssues, materialEnvNameForRef, normalizeAgentOsConfig, } from "./agent-authoring/config.js";
|
|
5
5
|
export { linkWorkspaceStaticTarget } from "./agent-authoring/static-target.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#!/usr/bin/env
|
|
1
|
+
#!/usr/bin/env node
|
|
2
2
|
export {};
|