@inneranimalmedia/agentsam-sdk 2.6.2 → 2.6.4
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/AGENTSAM.md +51 -1
- package/README.md +95 -0
- package/apps/README.md +34 -0
- package/apps/cad-creator/README.md +728 -0
- package/apps/cad-creator/shared/cad/package.json +19 -0
- package/apps/cad-creator/shared/cad/src/domain/operations.ts +7 -0
- package/apps/cad-creator/shared/cad/src/domain/project-contract.d.ts +3 -0
- package/apps/cad-creator/shared/cad/src/domain/project-contract.js +75 -0
- package/apps/cad-creator/shared/cad/src/domain/project-tools.d.ts +1 -0
- package/apps/cad-creator/shared/cad/src/domain/project-tools.js +24 -0
- package/apps/cad-creator/shared/cad/src/domain/validation.ts +191 -0
- package/apps/cad-creator/shared/cad/src/index.ts +4 -0
- package/apps/cad-creator/shared/cad/src/robotics/types.ts +232 -0
- package/apps/cad-creator/shared/cad/src/types.ts +507 -0
- package/apps/cad-creator/shared/cad/tsconfig.json +14 -0
- package/bin/agentsam +16 -1
- package/docs/AUTORAG.md +58 -0
- package/docs/BRAND_INTELLIGENCE.md +30 -0
- package/docs/CLI_SHELL.md +4 -2
- package/docs/CMS_CONTEXTUAL_COMPOSER.md +38 -0
- package/docs/MERKLE.md +4 -0
- package/docs/PROJECT_CONFIG.md +3 -0
- package/docs/REPOSITORY_KNOWLEDGE.md +2 -0
- package/docs/THEME_REFINERY.md +120 -0
- package/docs/architecture/AGENTSAM_DISTRIBUTION_OWNERSHIP.md +176 -0
- package/docs/architecture/AGENTSAM_GO_RUNTIME.md +282 -0
- package/docs/architecture/CODEBASEINDEX_GUIDED_PATH.md +202 -0
- package/docs/architecture/FS_E2E_CLOSURE_RECEIPT.md +59 -0
- package/docs/architecture/LOCAL_FS_AUTHORITY.md +38 -0
- package/docs/architecture/LOCAL_STUDIO_CLOUDFLARE_OAUTH.md +28 -0
- package/docs/architecture/PLAN_CLI_AND_LOCAL_STUDIO_DESKTOP.md +96 -0
- package/docs/architecture/PROVIDER-TOOLS-AND-COMPACTION.md +60 -0
- package/docs/architecture/SAM_ACTIVITY_RECOVERY_RECEIPT.md +39 -0
- package/docs/architecture/SAM_DECISION_WORK_RECEIPT.md +54 -0
- package/docs/architecture/SAM_KERNEL.md +181 -0
- package/docs/architecture/SAM_MACHINE_NORMALIZATION_PRECOMMIT_REPORT.md +208 -0
- package/docs/architecture/SLASH_SKILLS_PORTABLE.md +116 -0
- package/docs/architecture/STORAGE.md +87 -0
- package/docs/architecture/fs-e2e-receipt.latest.json +42 -0
- package/docs/architecture/previews/codebaseindex-guided-path/CODEBASEINDEX_GUIDED_PATH.md +202 -0
- package/docs/architecture/previews/codebaseindex-guided-path/index.html +321 -0
- package/docs/cad-project-tools.md +69 -0
- package/docs/cms-scaffolding-pattern-reference.md +73 -0
- package/docs/plans/AGENTSAM-INTERACTIVE-UI-REQUIREMENTS-codex-tui-20260919.md +113 -0
- package/docs/plans/AGENTSAM-INTERACTIVE-UI-REQUIREMENTS.md +85 -0
- package/docs/plans/AGENTSAM-MCP-CLIENT-2026-09-19.md +181 -0
- package/docs/plans/ASBD-PORTABLE-WORKGRAPH-UI-DEFERRED.md +34 -0
- package/docs/plans/ASTRA-BRIEF-2026-09-18.md +258 -0
- package/docs/plans/MULTI-AGENT-SPRINTS-2026-09-19.md +373 -0
- package/docs/plans/NEXT-AGENT-HANDOFF.md +167 -0
- package/docs/plans/RECONCILIATION-2026-09-19.md +178 -0
- package/docs/plugins.md +43 -0
- package/docs/tools/README.md +57 -0
- package/docs/tools/agent-and-orchestration.md +49 -0
- package/docs/tools/browser-and-research.md +46 -0
- package/docs/tools/cloudflare-platform.md +32 -0
- package/docs/tools/cms.md +25 -0
- package/docs/tools/communications.md +41 -0
- package/docs/tools/database-and-storage.md +62 -0
- package/docs/tools/design-and-media.md +64 -0
- package/docs/tools/filesystem-and-code.md +55 -0
- package/docs/tools/github.md +56 -0
- package/docs/tools/integrations-and-misc.md +16 -0
- package/docs/tools/memory.md +21 -0
- package/docs/tools/terminal-and-execution.md +29 -0
- package/docs/tools/tickets-and-platform.md +30 -0
- package/migrations/d1/0001_agentsam_plugin_runtime.sql +177 -0
- package/migrations/d1/0002_agentsam_ticket_ownership.sql +8 -0
- package/migrations/d1/0002_dynamic_model_policies.sql +23 -0
- package/migrations/d1/0003_expand_tool_handler_families.sql +18 -0
- package/migrations/d1/0004_project_aware_retrieval_lanes.sql +24 -0
- package/migrations/d1/0005_portable_knowledge_identity.sql +104 -0
- package/migrations/d1/0006_repair_ops_trail_account_scope.sql +14 -0
- package/migrations/d1/0007_repair_ops_trail_agent_run_account.sql +13 -0
- package/migrations/d1/0008_backfill_knowledge_run_legacy_tenant.sql +14 -0
- package/migrations/d1/0009_normalize_cloudflare_plugin_installations.sql +137 -0
- package/migrations/d1/0010_portable_tickets_memory.sql +140 -0
- package/migrations/d1/0011_agentsam_skill_v2.sql +185 -0
- package/migrations/d1/0011b_agentsam_skill_v2_cutover.sql +22 -0
- package/migrations/d1/0011c_agentsam_skill_v2_backfill.sql +76 -0
- package/migrations/d1/0011d_agentsam_skill_v2_retrieval_revisions.sql +50 -0
- package/migrations/d1/0012_agentsam_tools_required_seed.sql +67 -0
- package/migrations/d1/0013_identity_oauth_states.sql +15 -0
- package/migrations/d1/0014_auth_event_log.sql +20 -0
- package/migrations/d1/0015_identity_oauth_state_app_id.sql +3 -0
- package/migrations/d1/README_PORTABLE_CONTROL_PLANE.md +16 -0
- package/migrations/runtime/0001_cli_runtime.sql +67 -0
- package/migrations/runtime/0002_project_sessions.sql +15 -0
- package/migrations/runtime/0003_provider_continuations.sql +8 -0
- package/migrations/sqlite/agentsam_skill_retrieval.portable.sql +42 -0
- package/package.json +107 -12
- package/packages/agentsam-brand/README.md +21 -0
- package/packages/agentsam-brand/package.json +22 -0
- package/packages/agentsam-brand/src/contract.js +59 -0
- package/packages/agentsam-brand/src/extract.js +126 -0
- package/packages/agentsam-brand/src/goap-actions.js +73 -0
- package/packages/agentsam-brand/src/index.js +48 -0
- package/packages/agentsam-brand/src/plan.js +115 -0
- package/packages/agentsam-brand/src/resolve.js +139 -0
- package/packages/agentsam-brand/src/scan.js +250 -0
- package/packages/agentsam-brand/test/brand-scan.test.mjs +106 -0
- package/packages/agentsam-contracts/README.md +23 -0
- package/packages/agentsam-contracts/package.json +32 -0
- package/packages/agentsam-contracts/src/adapter.ts +25 -0
- package/packages/agentsam-contracts/src/agent.ts +35 -0
- package/packages/agentsam-contracts/src/artifacts.ts +33 -0
- package/packages/agentsam-contracts/src/authority.ts +29 -0
- package/packages/agentsam-contracts/src/context.ts +16 -0
- package/packages/agentsam-contracts/src/errors.ts +62 -0
- package/packages/agentsam-contracts/src/events.ts +47 -0
- package/packages/agentsam-contracts/src/execution.ts +50 -0
- package/packages/agentsam-contracts/src/hooks.ts +40 -0
- package/packages/agentsam-contracts/src/identity.ts +16 -0
- package/packages/agentsam-contracts/src/index.ts +14 -0
- package/packages/agentsam-contracts/src/models.ts +9 -0
- package/packages/agentsam-contracts/src/providers.ts +33 -0
- package/packages/agentsam-contracts/src/repository.ts +64 -0
- package/packages/agentsam-contracts/src/tools.ts +98 -0
- package/packages/agentsam-contracts/test/contracts.test.mjs +16 -0
- package/packages/agentsam-contracts/test/errors-catalog.test.mjs +25 -0
- package/packages/agentsam-contracts/test/repository.test.mjs +18 -0
- package/packages/agentsam-contracts/tsconfig.json +12 -0
- package/packages/agentsam-errors/package.json +17 -0
- package/packages/agentsam-errors/src/adapters/anthropic.js +15 -0
- package/packages/agentsam-errors/src/adapters/cad.js +109 -0
- package/packages/agentsam-errors/src/adapters/cloudflare.js +21 -0
- package/packages/agentsam-errors/src/adapters/cursor.js +4 -0
- package/packages/agentsam-errors/src/adapters/device.js +38 -0
- package/packages/agentsam-errors/src/adapters/docker.js +28 -0
- package/packages/agentsam-errors/src/adapters/gcp.js +14 -0
- package/packages/agentsam-errors/src/adapters/github.js +22 -0
- package/packages/agentsam-errors/src/adapters/google.js +17 -0
- package/packages/agentsam-errors/src/adapters/index.js +55 -0
- package/packages/agentsam-errors/src/adapters/internal.js +40 -0
- package/packages/agentsam-errors/src/adapters/oauth.js +24 -0
- package/packages/agentsam-errors/src/adapters/openai.js +17 -0
- package/packages/agentsam-errors/src/adapters/process.js +35 -0
- package/packages/agentsam-errors/src/adapters/provider.js +114 -0
- package/packages/agentsam-errors/src/envelope.js +239 -0
- package/packages/agentsam-errors/src/error.js +24 -0
- package/packages/agentsam-errors/src/fingerprint.js +35 -0
- package/packages/agentsam-errors/src/index.js +11 -0
- package/packages/agentsam-errors/src/normalize.js +30 -0
- package/packages/agentsam-errors/src/recovery.js +301 -0
- package/packages/agentsam-errors/src/redaction.js +52 -0
- package/packages/agentsam-errors/src/render.js +16 -0
- package/packages/agentsam-errors/src/retry.js +10 -0
- package/packages/agentsam-errors/src/transport.js +52 -0
- package/packages/agentsam-errors/src/vocabulary.js +320 -0
- package/packages/agentsam-errors/test/envelope.test.mjs +70 -0
- package/packages/agentsam-errors/test/providers.test.mjs +99 -0
- package/packages/agentsam-errors/test/redaction.test.mjs +21 -0
- package/packages/agentsam-errors/test/runtime-cad-device.test.mjs +76 -0
- package/packages/agentsam-errors/test/transport.test.mjs +46 -0
- package/packages/agentsam-knowledge/package.json +15 -0
- package/packages/agentsam-knowledge/src/autorag/index.js +64 -0
- package/packages/agentsam-knowledge/src/backends/index.js +26 -0
- package/packages/agentsam-knowledge/src/index.js +3 -0
- package/packages/agentsam-knowledge/src/providers/index.js +107 -0
- package/packages/agentsam-knowledge/test/autorag.test.mjs +42 -0
- package/packages/agentsam-nav/README.md +40 -0
- package/packages/agentsam-nav/dist/Nav.d.ts +43 -0
- package/packages/agentsam-nav/dist/NavCollapsible.d.ts +10 -0
- package/packages/agentsam-nav/dist/NavContent.d.ts +2 -0
- package/packages/agentsam-nav/dist/NavFooter.d.ts +2 -0
- package/packages/agentsam-nav/dist/NavGroup.d.ts +3 -0
- package/packages/agentsam-nav/dist/NavHeader.d.ts +2 -0
- package/packages/agentsam-nav/dist/NavMenu.d.ts +22 -0
- package/packages/agentsam-nav/dist/NavProvider.d.ts +35 -0
- package/packages/agentsam-nav/dist/NavTrigger.d.ts +2 -0
- package/packages/agentsam-nav/dist/Surfaces.d.ts +41 -0
- package/packages/agentsam-nav/dist/browser.d.ts +11 -0
- package/packages/agentsam-nav/dist/browser.global.js +132 -0
- package/packages/agentsam-nav/dist/browser.js +613 -0
- package/packages/agentsam-nav/dist/contracts.d.ts +76 -0
- package/packages/agentsam-nav/dist/index.d.ts +11 -0
- package/packages/agentsam-nav/dist/index.js +614 -0
- package/packages/agentsam-nav/dist/legacy.css +83 -0
- package/packages/agentsam-nav/dist/shell.css +113 -0
- package/packages/agentsam-nav/dist/theme.css +113 -0
- package/packages/agentsam-nav/dist/utils.d.ts +1 -0
- package/packages/agentsam-nav/package.json +43 -0
- package/packages/agentsam-queue-control/README.md +107 -0
- package/packages/agentsam-queue-control/package.json +31 -0
- package/packages/agentsam-queue-control/schemas/job-envelope.schema.json +56 -0
- package/packages/agentsam-queue-control/src/adapters/cloudflare.js +152 -0
- package/packages/agentsam-queue-control/src/adapters/memory.js +38 -0
- package/packages/agentsam-queue-control/src/contracts.js +130 -0
- package/packages/agentsam-queue-control/src/control-plane.js +141 -0
- package/packages/agentsam-queue-control/src/dispatch.js +43 -0
- package/packages/agentsam-queue-control/src/index.js +7 -0
- package/packages/agentsam-queue-control/src/policy.js +88 -0
- package/packages/agentsam-queue-control/src/topology.js +66 -0
- package/packages/agentsam-queue-control/test/queue-control.test.mjs +100 -0
- package/packages/agentsam-repository/src/goap.js +718 -0
- package/packages/agentsam-repository/src/goap.js.bak-20260922011251 +670 -0
- package/packages/agentsam-repository/src/index.js +5 -0
- package/packages/agentsam-repository/src/merkle/cloudflare-persistence.js +2 -2
- package/packages/agentsam-repository/src/tickets.js +184 -0
- package/packages/agentsam-repository/src/work-tracking.js +199 -0
- package/packages/agentsam-repository/src/workspace-state.js +176 -0
- package/packages/agentsam-repository/test/goap-tickets-workspace-state.test.mjs +152 -0
- package/packages/connectors/cloudflare/src/index.js +297 -15
- package/packages/connectors/cloudflare/src/owner.js +43 -40
- package/packages/connectors/cloudflare/src/routes.js +176 -26
- package/packages/connectors/cloudflare/tests/connector.test.mjs +137 -2
- package/packages/heuristic-theme/README.md +11 -0
- package/packages/heuristic-theme/package.json +25 -0
- package/packages/heuristic-theme/src/index.js +2 -0
- package/packages/heuristic-theme/src/registry.js +36 -0
- package/packages/heuristic-theme/src/theme.js +41 -0
- package/packages/heuristic-theme/test/theme.test.mjs +26 -0
- package/packages/identity/.agentsam/features/oauth-login-portal/agentsam.feature.json +64 -0
- package/packages/identity/.agentsam/features/oauth-login-portal/providers.json +96 -0
- package/packages/identity/.agentsam/features/oauth-login-portal/resources.json +47 -0
- package/packages/identity/.agentsam/features/oauth-login-portal/routes.json +83 -0
- package/packages/identity/.agentsam/features/oauth-login-portal/ui.json +35 -0
- package/packages/identity/docs/PORTABLE_IDENTITY_ARCHITECTURE.md +50 -0
- package/packages/identity/migrations/D1_SCHEMA_MAPPING.md +31 -0
- package/packages/identity/migrations/sqlite/001_identity_core.sql +99 -0
- package/packages/identity/migrations/sqlite/002_identity_oauth_client.sql +38 -0
- package/packages/identity/migrations/sqlite/003_identity_oauth_server.sql +64 -0
- package/packages/identity/package.json +4 -3
- package/packages/identity/src/adapters/cloudflare-d1/ids.js +4 -0
- package/packages/identity/src/adapters/cloudflare-d1/index.js +156 -18
- package/packages/identity/src/adapters/sqlite/index.js +319 -0
- package/packages/identity/src/app/verify-app.js +95 -0
- package/packages/identity/src/contracts/identity-store.js +115 -0
- package/packages/identity/src/contracts/provider.js +3 -2
- package/packages/identity/src/contracts/route-ids.js +30 -0
- package/packages/identity/src/contracts/route-projection.js +218 -0
- package/packages/identity/src/contracts/routes.js +11 -0
- package/packages/identity/src/core/browser-paths.js +4 -5
- package/packages/identity/src/core/constants.js +13 -8
- package/packages/identity/src/core/session-policy.js +32 -0
- package/packages/identity/src/frontend/auth-portal/pages/login.html +16 -9
- package/packages/identity/src/frontend/auth-portal/pages/reset.html +3 -3
- package/packages/identity/src/frontend/auth-portal/pages/signup.html +3 -3
- package/packages/identity/src/frontend/auth-portal/preview/dashboard-stub.html +1 -1
- package/packages/identity/src/index.js +27 -0
- package/packages/identity/src/oauth/README.md +10 -4
- package/packages/identity/src/oauth/credentials.js +31 -11
- package/packages/identity/src/oauth/finalize-inbound.js +1 -1
- package/packages/identity/src/oauth/iam-platform.js +13 -12
- package/packages/identity/src/oauth/redirect-paths.js +27 -36
- package/packages/identity/src/providers/cloudflare/index.js +19 -0
- package/packages/identity/src/providers/cloudflare/mapper.js +21 -0
- package/packages/identity/src/providers/cloudflare/oauth.js +48 -0
- package/packages/identity/src/providers/cloudflare/profile.js +28 -0
- package/packages/identity/src/providers/index.js +18 -2
- package/packages/identity/src/server/identity-service.js +35 -8
- package/packages/identity/src/server/mount-policy.js +30 -0
- package/packages/identity/src/server/post-auth.js +79 -0
- package/packages/identity/src/server/worker-router.js +153 -66
- package/packages/identity/tests/finalize-inbound-oauth.test.mjs +6 -6
- package/packages/identity/tests/iam-provider.test.mjs +1 -1
- package/packages/identity/tests/identity-service.test.mjs +47 -1
- package/packages/identity/tests/oauth-credentials.test.mjs +3 -1
- package/packages/identity/tests/portable-identity-architecture.test.mjs +157 -0
- package/packages/identity/tests/session-routes-policy.test.mjs +21 -0
- package/packages/providers/completeful/README.md +38 -0
- package/packages/providers/completeful/package.json +29 -0
- package/packages/providers/completeful/src/client.js +162 -0
- package/packages/providers/completeful/src/events.js +49 -0
- package/packages/providers/completeful/src/index.js +22 -0
- package/packages/providers/completeful/src/tools.js +579 -0
- package/packages/providers/completeful/src/webhooks.js +55 -0
- package/packages/providers/completeful/test/provider.test.mjs +196 -0
- package/packages/theme-church-site/README.md +10 -0
- package/packages/theme-church-site/package.json +31 -0
- package/packages/theme-church-site/src/harvest.json +14 -0
- package/packages/theme-church-site/src/index.js +85 -0
- package/packages/theme-church-site/test/theme.test.mjs +19 -0
- package/packages/theme-companions-site/README.md +10 -0
- package/packages/theme-companions-site/package.json +31 -0
- package/packages/theme-companions-site/src/harvest.json +12 -0
- package/packages/theme-companions-site/src/index.js +83 -0
- package/packages/theme-companions-site/test/theme.test.mjs +19 -0
- package/packages/theme-floors-site/README.md +10 -0
- package/packages/theme-floors-site/package.json +31 -0
- package/packages/theme-floors-site/src/harvest.json +14 -0
- package/packages/theme-floors-site/src/index.js +83 -0
- package/packages/theme-floors-site/test/theme.test.mjs +19 -0
- package/packages/theme-fuelnfree-site/README.md +10 -0
- package/packages/theme-fuelnfree-site/package.json +31 -0
- package/packages/theme-fuelnfree-site/src/harvest.json +13 -0
- package/packages/theme-fuelnfree-site/src/index.js +82 -0
- package/packages/theme-fuelnfree-site/test/theme.test.mjs +19 -0
- package/packages/theme-handyman-site/README.md +10 -0
- package/packages/theme-handyman-site/package.json +31 -0
- package/packages/theme-handyman-site/src/harvest.json +10 -0
- package/packages/theme-handyman-site/src/index.js +84 -0
- package/packages/theme-handyman-site/test/theme.test.mjs +19 -0
- package/packages/theme-insurance-site/README.md +10 -0
- package/packages/theme-insurance-site/package.json +31 -0
- package/packages/theme-insurance-site/src/harvest.json +10 -0
- package/packages/theme-insurance-site/src/index.js +84 -0
- package/packages/theme-insurance-site/test/theme.test.mjs +19 -0
- package/packages/theme-shinshu-site/README.md +10 -0
- package/packages/theme-shinshu-site/package.json +31 -0
- package/packages/theme-shinshu-site/src/harvest.json +12 -0
- package/packages/theme-shinshu-site/src/index.js +84 -0
- package/packages/theme-shinshu-site/test/theme.test.mjs +19 -0
- package/packages/work-graph/README.md +49 -0
- package/packages/work-graph/package.json +19 -0
- package/packages/work-graph/prototype/README.md +32 -0
- package/packages/work-graph/prototype/data/demo-workgraph.js +47 -0
- package/packages/work-graph/prototype/renderers/timeline-model.js +21 -0
- package/packages/work-graph/prototype/renderers/workgraph-runtime.js +38 -0
- package/packages/work-graph/prototype-gnantt.html +655 -0
- package/packages/work-graph/src/adapters/business/projects.js +23 -0
- package/packages/work-graph/src/adapters/engineering/git.js +22 -0
- package/packages/work-graph/src/adapters/engineering/mcp.js +22 -0
- package/packages/work-graph/src/index.js +76 -0
- package/packages/work-graph/src/renderers/gantt-model.js +11 -0
- package/packages/work-graph/src/renderers/timeline.js +16 -0
- package/packages/work-graph/test/work-graph.test.mjs +37 -0
- package/protocol/README.md +12 -0
- package/protocol/apps/agentsam.app.v1.schema.json +51 -0
- package/protocol/brand/brandpack.v1.schema.json +43 -0
- package/protocol/capabilities/cloudflare-cpu-audit-input.schema.json +30 -6
- package/protocol/capabilities/cloudflare-cpu-profile-input.schema.json +18 -4
- package/protocol/capabilities/cloudflare-wrangler-native-input.schema.json +59 -10
- package/protocol/capabilities/knowledge-search-input.schema.json +35 -0
- package/protocol/capabilities/manifest.json +163 -1
- package/protocol/capabilities/repository-audit-input.schema.json +39 -6
- package/protocol/capabilities/repository-snapshot-input.schema.json +15 -3
- package/protocol/capabilities/terminal-exec-input.schema.json +55 -0
- package/protocol/commerce/catalog.v1.json +50 -0
- package/protocol/credentials/issue.v1.schema.json +38 -0
- package/protocol/database/connection.v1.schema.json +41 -0
- package/protocol/embeddings/embedding-profile.v1.schema.json +20 -0
- package/protocol/errors/error-catalog.json +164 -0
- package/protocol/errors/error-envelope.schema.json +678 -0
- package/protocol/errors/recovery.v1.schema.json +50 -0
- package/protocol/features/README.md +57 -0
- package/protocol/features/agentsam.feature.v1.schema.json +290 -0
- package/protocol/features/catalog.json +65 -0
- package/protocol/features/examples/provider-resend.feature.json +17 -0
- package/protocol/go/agentsam-go-runtime.v1.json +17 -0
- package/protocol/knowledge/LIFECYCLE.md +140 -0
- package/protocol/knowledge/README.md +4 -0
- package/protocol/presets/catalog.json +128 -19
- package/protocol/rpc/v1/errors.proto +24 -0
- package/protocol/runtime/workspace-fs.v1.schema.json +71 -0
- package/protocol/sam/activity.v1.schema.json +48 -0
- package/protocol/sam/answer.v1.schema.json +35 -0
- package/protocol/sam/calibration.v1.schema.json +21 -0
- package/protocol/sam/decision-receipt.v1.schema.json +29 -0
- package/protocol/sam/evaluation.v1.schema.json +19 -0
- package/protocol/sam/operation.schema.json +66 -0
- package/protocol/sam/outcome.v1.schema.json +36 -0
- package/protocol/sam/question.v1.schema.json +26 -0
- package/protocol/sam/registry.seed.json +153 -0
- package/protocol/sam/result.schema.json +53 -0
- package/protocol/sam/state.v1.schema.json +23 -0
- package/protocol/skills/agentsam.interaction.v1.schema.json +50 -0
- package/protocol/skills/agentsam.skill.v1.schema.json +57 -0
- package/protocol/theme-refinery/d1-reconciliation.md +48 -0
- package/protocol/theme-refinery/product-metadata.schema.json +27 -0
- package/protocol/theme-refinery/receipts/products-registry-batch-20260924.json +318 -0
- package/protocol/theme-refinery/receipts/theme-harvest-20260924.json +472 -0
- package/protocol/theme-refinery/reconciliation-receipt.schema.json +83 -0
- package/protocol/ui/icon-registry.mjs +226 -0
- package/protocol/ui/icon.v1.schema.json +51 -0
- package/services/cad/server.py +249 -2
- package/skills/README.md +22 -9
- package/skills/agentsam-codebaseindex/SKILL.md +225 -0
- package/skills/catalog.json +14 -0
- package/src/agent/capability-adapter.js +15 -5
- package/src/agent/index.js +2 -1
- package/src/agent/model-turn.js +51 -0
- package/src/agent/responses-runner.js +304 -38
- package/src/capabilities/index.js +1 -0
- package/src/capabilities/terminal-exec.js +78 -0
- package/src/cli/command-catalog.js +130 -0
- package/src/cli/dispatch.js +48 -0
- package/src/cli.js +160 -10
- package/src/cloudflare/index.js +6 -0
- package/src/cloudflare/runtime-status.js +393 -0
- package/src/cloudflare/wrangler.js +17 -1
- package/src/commands/api-key.js +244 -0
- package/src/commands/app.js +138 -0
- package/src/commands/autorag.js +77 -0
- package/src/commands/brand.js +291 -0
- package/src/commands/cad.js +1 -0
- package/src/commands/codebaseindex.js +688 -0
- package/src/commands/connections.js +126 -29
- package/src/commands/context-economics.js +8 -0
- package/src/commands/db.js +7 -0
- package/src/commands/env.js +155 -27
- package/src/commands/eval.js +209 -14
- package/src/commands/go.js +678 -0
- package/src/commands/goap.js +176 -0
- package/src/commands/identity-init.js +27 -3
- package/src/commands/identity-protocol.js +195 -0
- package/src/commands/interaction-clack.js +115 -0
- package/src/commands/knowledge.js +64 -5
- package/src/commands/mcp.js +341 -0
- package/src/commands/merkle-persist.js +3 -1
- package/src/commands/merkle.js +18 -3
- package/src/commands/models.js +110 -24
- package/src/commands/plugins.js +175 -0
- package/src/commands/preferences.js +28 -8
- package/src/commands/product.js +53 -10
- package/src/commands/providers.js +173 -44
- package/src/commands/resume.js +9 -5
- package/src/commands/runtime-status.js +154 -0
- package/src/commands/shell.js +508 -56
- package/src/commands/skill.js +248 -0
- package/src/commands/skills.js +1 -1
- package/src/commands/start-local.js +4 -0
- package/src/commands/status.js +82 -7
- package/src/commands/tunnel.js +228 -195
- package/src/commands/whoami.js +156 -12
- package/src/context/budget.js +6 -0
- package/src/context/index.js +2 -1
- package/src/context/project-card.js +75 -0
- package/src/errors/contract.js +34 -211
- package/src/errors/diagnostic.js +95 -51
- package/src/errors/index.js +6 -13
- package/src/eval/index.js +6 -0
- package/src/eval/live.js +439 -0
- package/src/features/resolve.js +242 -0
- package/src/go/build.js +298 -0
- package/src/go/cloudflare.js +608 -0
- package/src/go/container.js +120 -0
- package/src/go/contract.js +144 -0
- package/src/go/discover.js +212 -0
- package/src/go/index.js +25 -0
- package/src/go/native-probe-runner.mjs +119 -0
- package/src/go/official-registry.js +280 -0
- package/src/go/official-release.js +10 -0
- package/src/go/receipts.js +144 -0
- package/src/go/verify.js +38 -0
- package/src/index.js +127 -1
- package/src/indexing/ingest/discover-models.js +298 -0
- package/src/indexing/ingest/inventory.js +243 -0
- package/src/indexing/ingest/job-graph.js +181 -0
- package/src/indexing/ingest/materials.js +210 -0
- package/src/knowledge/config.js +13 -5
- package/src/knowledge/engine.js +23 -8
- package/src/knowledge/index.js +1 -0
- package/src/knowledge/lane-registry.js +46 -0
- package/src/knowledge/providers/gemini.js +48 -8
- package/src/knowledge/service/client.js +13 -1
- package/src/knowledge/service/grpc-codec.js +156 -53
- package/src/knowledge/service/job-engine.js +133 -11
- package/src/knowledge/service/job-worker.js +34 -5
- package/src/knowledge/service/server.js +10 -1
- package/src/knowledge/store-discovery.js +77 -0
- package/src/lib/account-session.js +8 -2
- package/src/lib/agent-instructions.js +3 -0
- package/src/lib/auth.js +7 -3
- package/src/lib/cad/blender.js +42 -3
- package/src/lib/cad/d1-project-store.js +43 -0
- package/src/lib/cad/discovery.js +616 -0
- package/src/lib/cad/docker-executor.js +352 -0
- package/src/lib/cad/freecad.js +253 -0
- package/src/lib/cad/index.js +40 -0
- package/src/lib/cad/openscad.js +198 -0
- package/src/lib/cad/project-cli.d.ts +2 -0
- package/src/lib/cad/project-cli.js +21 -0
- package/src/lib/cad/project-contract.d.ts +3 -0
- package/src/lib/cad/project-contract.js +1 -0
- package/src/lib/cad/project-recipe.js +30 -0
- package/src/lib/cad/project-runtime.d.ts +2 -0
- package/src/lib/cad/project-runtime.js +53 -0
- package/src/lib/cad/project-store.js +25 -0
- package/src/lib/cad/project-workflows.js +31 -0
- package/src/lib/cad-docker.js +21 -2
- package/src/lib/cli-preferences.js +17 -2
- package/src/lib/core-client.js +37 -18
- package/src/lib/deploy/local-studio.js +6 -5
- package/src/lib/dockerize.js +3 -0
- package/src/lib/execution-approvals.js +1 -0
- package/src/lib/identity-scaffold.js +4 -1
- package/src/lib/knowledge-docker.js +9 -1
- package/src/lib/local-sessions.js +124 -34
- package/src/lib/local-status.js +35 -14
- package/src/lib/project-config.js +9 -0
- package/src/lib/provider-credentials.js +136 -32
- package/src/lib/scaffold/resolve-cloudflare-account.js +37 -0
- package/src/lib/scaffold/wizards/cms.js +2 -8
- package/src/lib/scaffold/wizards/worker-api.js +2 -8
- package/src/lib/slash-commands.js +10 -2
- package/src/local/migrations.js +109 -1
- package/src/local/runtime-store.js +31 -5
- package/src/local/sqlite.js +36 -1
- package/src/local-fs/capability.js +121 -0
- package/src/local-fs/freshness.js +75 -0
- package/src/local-fs/index.js +385 -0
- package/src/local-fs/paths.js +100 -0
- package/src/local-pty/server.js +295 -19
- package/src/mcp/authority.js +348 -0
- package/src/mcp/client-adapters.js +431 -0
- package/src/mcp/client.js +172 -0
- package/src/mcp/index.js +47 -0
- package/src/mcp/telemetry.js +103 -0
- package/src/models/ai-access-onboarding.js +112 -0
- package/src/models/catalog.js +329 -51
- package/src/models/discovery.js +34 -6
- package/src/models/index.js +2 -0
- package/src/models/inventory-core.js +190 -0
- package/src/models/policy.js +20 -0
- package/src/plugins/cloudflare.js +103 -0
- package/src/plugins/completeful.js +69 -0
- package/src/plugins/contracts.js +86 -0
- package/src/plugins/index.js +11 -0
- package/src/plugins/registry.js +207 -0
- package/src/plugins/resource-scope.js +45 -0
- package/src/plugins/runtime.js +118 -0
- package/src/plugins/vectorize.js +31 -0
- package/src/progression/engine.js +171 -0
- package/src/progression/index.js +1 -0
- package/src/providers/cloudflare-chat.js +1 -1
- package/src/providers/gemini-generate-content.js +2 -1
- package/src/providers/openai-responses.js +45 -16
- package/src/providers/tool-schema.js +85 -0
- package/src/repository/index.js +29 -0
- package/src/rpc/generated/errors_pb.js +961 -1
- package/src/sam/activity/index.js +183 -0
- package/src/sam/client.js +252 -0
- package/src/sam/decision/calibration.js +109 -0
- package/src/sam/decision/confidence.js +126 -0
- package/src/sam/decision/evaluate.js +157 -0
- package/src/sam/decision/evaluators/deterministic.js +341 -0
- package/src/sam/decision/evaluators/heuristic.js +61 -0
- package/src/sam/decision/evaluators/select.js +50 -0
- package/src/sam/decision/evaluators/semantic.js +149 -0
- package/src/sam/decision/hierarchical.js +61 -0
- package/src/sam/decision/index.js +53 -0
- package/src/sam/decision/policy.js +86 -0
- package/src/sam/decision/questions.js +120 -0
- package/src/sam/decision/receipt.js +148 -0
- package/src/sam/decision/state.js +117 -0
- package/src/sam/decision/types.js +22 -0
- package/src/sam/decision/validate.js +200 -0
- package/src/sam/define.js +51 -0
- package/src/sam/index.js +65 -0
- package/src/sam/operations/brand-scan.js +62 -0
- package/src/sam/operations/cad-blender-inspect.js +36 -0
- package/src/sam/operations/codebaseindex-ingest.js +49 -0
- package/src/sam/operations/decision-evaluate.js +59 -0
- package/src/sam/operations/planning-astar.js +77 -0
- package/src/sam/operations/planning-goap.js +60 -0
- package/src/sam/operations/repository-inspect.js +72 -0
- package/src/sam/operations/security-scan.js +33 -0
- package/src/sam/operations/terminal-exec.js +29 -0
- package/src/sam/planning/astar.js +311 -0
- package/src/sam/planning/goap.js +177 -0
- package/src/sam/planning/index.js +21 -0
- package/src/sam/planning/state.js +84 -0
- package/src/sam/registry.js +48 -0
- package/src/sam/result.js +77 -0
- package/src/sam/seed.js +44 -0
- package/src/sam/types.js +91 -0
- package/src/security/local-vault.js +415 -0
- package/src/security/process.js +20 -4
- package/src/skills/catalog.js +64 -0
- package/src/skills/content-resolver.js +124 -0
- package/src/skills/hosted-store.js +37 -0
- package/src/skills/index.js +29 -64
- package/src/skills/interaction.js +102 -0
- package/src/skills/local-store.js +228 -0
- package/src/skills/manifest.js +104 -0
- package/src/skills/metrics.js +31 -0
- package/src/skills/registry.js +184 -0
- package/src/skills/runtime.js +287 -0
- package/src/skills/slash.js +44 -0
- package/src/status/actions.js +192 -0
- package/src/tools/hydrate.js +5 -1
- package/src/tools/index.js +7 -0
- package/src/tools/redact.js +64 -0
- package/src/tools/registry.js +83 -0
- package/src/tools/runtime.js +257 -0
- package/src/tools/search.js +21 -8
- package/src/ui/ansi.js +117 -3
- package/src/ui/cli/activity.js +76 -7
- package/src/ui/cli/footer.js +110 -9
- package/src/ui/cli/help.js +96 -96
- package/src/ui/wireframes.js +166 -0
- package/test/account-session.test.mjs +28 -0
- package/test/apps-scaffold-contract.test.mjs +16 -1
- package/test/capabilities.test.mjs +1 -1
- package/test/cli/api-key-env-whoami.test.mjs +129 -0
- package/test/cli/codebaseindex-plan-ux.test.mjs +37 -0
- package/test/cli/eval-live.test.mjs +219 -0
- package/test/cli/go.test.mjs +128 -0
- package/test/cli/local-vault-and-provider-setup.test.mjs +268 -0
- package/test/cli/mcp-client.test.mjs +245 -0
- package/test/cli/runtime-ui.test.mjs +69 -2
- package/test/cli/skill-npm-and-env.test.mjs +52 -0
- package/test/cli/status-actions.test.mjs +88 -0
- package/test/cli/wireframes-go-registry.test.mjs +139 -0
- package/test/cloudflare-connector.test.mjs +3 -6
- package/test/cloudflare-runtime.test.mjs +8 -1
- package/test/context.test.mjs +15 -0
- package/test/error-diagnostics.test.mjs +9 -0
- package/test/fixtures/cad/courtyard-house.json +208 -0
- package/test/go/build-source-identity.test.mjs +31 -0
- package/test/go/cloudflare-probe.test.mjs +317 -0
- package/test/go/distribution.test.mjs +28 -0
- package/test/integration/ai-access-onboarding.test.mjs +47 -0
- package/test/integration/app-command.test.mjs +55 -0
- package/test/integration/cad-discovery.test.mjs +158 -0
- package/test/integration/cad-docker-executor.test.mjs +249 -0
- package/test/integration/cad-execution.test.mjs +184 -0
- package/test/integration/cad-project-app.test.mjs +31 -0
- package/test/integration/cad-project-d1.test.mjs +25 -0
- package/test/integration/cad-project-native.test.mjs +24 -0
- package/test/integration/cad-project-workflow.test.mjs +9 -0
- package/test/integration/cad-project.test.mjs +82 -0
- package/test/integration/cli-help.test.mjs +5 -1
- package/test/integration/cms-site-tenancy-contract.test.mjs +256 -0
- package/test/integration/codebaseindex-ingest.test.mjs +166 -0
- package/test/integration/core-client.integration.test.mjs +55 -0
- package/test/integration/error-runtime-rpc.test.mjs +71 -0
- package/test/integration/features-resolve.test.mjs +128 -0
- package/test/integration/icon-registry.test.mjs +67 -0
- package/test/integration/ingest-discover-models.test.mjs +30 -0
- package/test/integration/install-script.test.mjs +110 -0
- package/test/integration/inventory-core.test.mjs +53 -0
- package/test/integration/local-fs.test.mjs +113 -0
- package/test/integration/plugins-cloudflare.integration.test.mjs +28 -0
- package/test/integration/provider-env-cli.test.mjs +3 -2
- package/test/integration/runtime-migrations.test.mjs +6 -1
- package/test/integration/runtime-status.integration.test.mjs +211 -0
- package/test/integration/sam-activity-recovery.test.mjs +147 -0
- package/test/integration/sam-decision.test.mjs +584 -0
- package/test/integration/sam-kernel.test.mjs +99 -0
- package/test/integration/sam-planning-astar.test.mjs +279 -0
- package/test/integration/scaffold-cloudflare.test.mjs +46 -0
- package/test/integration/skill-runtime.test.mjs +240 -0
- package/test/integration/storage-architecture.test.mjs +154 -0
- package/test/integration/store-discovery.test.mjs +44 -0
- package/test/integration/studio-fs-pty-e2e.test.mjs +294 -0
- package/test/integration/terminal-exec.integration.test.mjs +86 -0
- package/test/integration/tool-runtime.test.mjs +124 -0
- package/test/integration/tool-schema.test.mjs +59 -0
- package/test/knowledge-service.test.mjs +4 -0
- package/test/local-sessions.test.mjs +11 -2
- package/test/local-studio-deploy.test.mjs +1 -1
- package/test/model-catalog.test.mjs +28 -1
- package/test/models.test.mjs +172 -11
- package/test/openai-responses.test.mjs +60 -0
- package/test/provider-credentials.test.mjs +15 -5
- package/test/responses-runner.test.mjs +321 -6
- package/test/shell.test.mjs +151 -6
- package/test/smoke.mjs +2 -2
- package/test/tools-search.test.mjs +33 -0
- package/test/unit/website-assets-bindings.test.mjs +60 -0
- package/test/whoami-resume.test.mjs +82 -3
- package/examples/gorilla-shell/README.md +0 -15
- package/src/lib/gorilla-template.js +0 -54
- package/templates/gorilla-shell/App.tsx +0 -639
- package/templates/gorilla-shell/README.md +0 -34
- package/templates/gorilla-shell/index.html +0 -15
- package/templates/gorilla-shell/main.jsx +0 -9
- package/templates/gorilla-shell/package.json +0 -19
- package/templates/gorilla-shell/vite.config.js +0 -21
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import assert from 'node:assert/strict';
|
|
2
|
+
import fs from 'node:fs';
|
|
3
|
+
import os from 'node:os';
|
|
4
|
+
import path from 'node:path';
|
|
5
|
+
import { spawnSync } from 'node:child_process';
|
|
6
|
+
import test from 'node:test';
|
|
7
|
+
import { dispatchShellLine } from '../../src/commands/shell.js';
|
|
8
|
+
import { createLocalSession, listLocalSessions, loadLocalSession, saveLocalSession } from '../../src/lib/local-sessions.js';
|
|
9
|
+
import { createLocalSqliteDatabaseSync } from '../../src/local/sqlite.js';
|
|
10
|
+
import { applyRuntimeMigrationsSync } from '../../src/local/migrations.js';
|
|
11
|
+
import { finishRuntimeRun, pruneExpiredRuntimeState, runtimeDatabasePath, startRuntimeRun } from '../../src/local/runtime-store.js';
|
|
12
|
+
|
|
13
|
+
const repoRoot = path.resolve(new URL('../..', import.meta.url).pathname);
|
|
14
|
+
|
|
15
|
+
function fixture(t) {
|
|
16
|
+
const base = fs.mkdtempSync(path.join(os.tmpdir(), 'agentsam-storage-'));
|
|
17
|
+
t.after(() => fs.rmSync(base, { recursive: true, force: true }));
|
|
18
|
+
const home = path.join(base, 'home');
|
|
19
|
+
const projectA = path.join(base, 'project-a');
|
|
20
|
+
const projectB = path.join(base, 'project-b');
|
|
21
|
+
for (const root of [projectA, projectB]) {
|
|
22
|
+
fs.mkdirSync(path.join(root, '.agentsam'), { recursive: true });
|
|
23
|
+
fs.writeFileSync(path.join(root, '.agentsam', 'config.json'), '{"schema_version":2}\n');
|
|
24
|
+
}
|
|
25
|
+
fs.mkdirSync(home);
|
|
26
|
+
return { base, home, projectA, projectB };
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
test('S1: a local shell boots and migrates SQLite without cloud configuration', (t) => {
|
|
30
|
+
const { home, projectA } = fixture(t);
|
|
31
|
+
const env = { ...process.env, HOME: home };
|
|
32
|
+
for (const key of ['CLOUDFLARE_API_TOKEN', 'AGENTSAM_API_KEY', 'SUPABASE_URL', 'DATABASE_URL']) delete env[key];
|
|
33
|
+
const result = spawnSync(process.execPath, [path.join(repoRoot, 'src/cli.js'), 'shell'], {
|
|
34
|
+
cwd: projectA, env, input: '/exit\n', encoding: 'utf8', timeout: 10_000,
|
|
35
|
+
});
|
|
36
|
+
assert.equal(result.status, 0, result.stderr);
|
|
37
|
+
assert.match(result.stdout, /Interactive shell ready/);
|
|
38
|
+
assert.equal(fs.existsSync(runtimeDatabasePath(projectA)), true);
|
|
39
|
+
assert.equal(fs.existsSync(path.join(home, '.agentsam', 'sessions')), false);
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
test('S2-S4: cwd and model changes preserve project state; repository switch selects a new authority', async (t) => {
|
|
43
|
+
const { home, projectA, projectB } = fixture(t);
|
|
44
|
+
const child = path.join(projectA, 'src', 'agent');
|
|
45
|
+
fs.mkdirSync(child, { recursive: true });
|
|
46
|
+
assert.equal(runtimeDatabasePath(child), runtimeDatabasePath(projectA));
|
|
47
|
+
|
|
48
|
+
const session = createLocalSession({ cwd: child, title: 'Project A' }, { home });
|
|
49
|
+
const changedModel = saveLocalSession({ ...session, model_key: 'gemini:example' }, { home });
|
|
50
|
+
assert.equal(changedModel.id, session.id);
|
|
51
|
+
assert.equal(changedModel.project_root, projectA);
|
|
52
|
+
assert.equal(loadLocalSession(session.id, { home, cwd: projectA }).model_key, 'gemini:example');
|
|
53
|
+
assert.equal(loadLocalSession(session.id, { home, cwd: projectB }), null);
|
|
54
|
+
|
|
55
|
+
const runId = await startRuntimeRun({ projectRoot: projectA, model_key: 'test:model' });
|
|
56
|
+
let output = '';
|
|
57
|
+
const state = { cwd: child, projectRoot: projectA, home, session: changedModel, interactive: false, write(value) { output += value; } };
|
|
58
|
+
await dispatchShellLine('/logs', state);
|
|
59
|
+
assert.match(output, new RegExp(runId));
|
|
60
|
+
await dispatchShellLine(`/cd ${projectB}`, state);
|
|
61
|
+
assert.equal(state.cwd, projectB);
|
|
62
|
+
assert.equal(state.projectRoot, projectB);
|
|
63
|
+
assert.notEqual(state.session.id, session.id);
|
|
64
|
+
assert.equal(listLocalSessions({ home, cwd: projectA })[0].id, session.id);
|
|
65
|
+
assert.equal(listLocalSessions({ home, cwd: projectB })[0].id, state.session.id);
|
|
66
|
+
assert.equal(fs.existsSync(path.join(child, '.agentsam', 'data', 'agentsam.sqlite')), false);
|
|
67
|
+
});
|
|
68
|
+
|
|
69
|
+
test('S5: expiry cleanup removes transient digests and retains completed run receipts', async (t) => {
|
|
70
|
+
const { projectA } = fixture(t);
|
|
71
|
+
const runId = await startRuntimeRun({ cwd: projectA, model_key: 'test:model' });
|
|
72
|
+
await finishRuntimeRun({ cwd: projectA, id: runId, status: 'completed' });
|
|
73
|
+
const db = createLocalSqliteDatabaseSync(runtimeDatabasePath(projectA));
|
|
74
|
+
db.prepare(`INSERT INTO agentsam_context_digest
|
|
75
|
+
(id, digest_type, agent_run_id, source_hash, digest_hash, digest_text, expires_at_unix)
|
|
76
|
+
VALUES (?, 'session', ?, 'source', 'digest', 'expired', 1)`).run('ctx_expired', runId);
|
|
77
|
+
db.prepare('INSERT INTO agentsam_compaction_events (id, agent_run_id, expires_at_epoch) VALUES (?, ?, 1)').run('cmp_expired', runId);
|
|
78
|
+
db.close();
|
|
79
|
+
|
|
80
|
+
const pruned = await pruneExpiredRuntimeState({ cwd: projectA, nowUnix: 2 });
|
|
81
|
+
assert.deepEqual(pruned, { digests: 1, compactions: 1, approvals_expired: 0 });
|
|
82
|
+
const verified = createLocalSqliteDatabaseSync(runtimeDatabasePath(projectA));
|
|
83
|
+
assert.equal(verified.prepare('SELECT status FROM agentsam_agent_run WHERE id = ?').get(runId).status, 'completed');
|
|
84
|
+
assert.equal(verified.prepare('SELECT COUNT(*) AS n FROM agentsam_context_digest').get().n, 0);
|
|
85
|
+
verified.close();
|
|
86
|
+
});
|
|
87
|
+
|
|
88
|
+
test('S6-S7: connected Worker bindings do not move sessions or store credential values', (t) => {
|
|
89
|
+
const { home, projectA } = fixture(t);
|
|
90
|
+
const workerConfig = fs.readFileSync(path.join(repoRoot, 'apps/local-studio/backend/wrangler.jsonc'), 'utf8');
|
|
91
|
+
for (const binding of ['"d1_databases"', '"hyperdrive"', '"r2_buckets"', '"services"']) assert.match(workerConfig, new RegExp(binding));
|
|
92
|
+
assert.doesNotMatch(workerConfig, /"durable_objects"/);
|
|
93
|
+
|
|
94
|
+
const secret = 'storage_secret_do_not_persist_123';
|
|
95
|
+
const session = createLocalSession({
|
|
96
|
+
cwd: projectA, title: 'Safe project session', last_input: secret,
|
|
97
|
+
provider_state: { provider: 'openai', previous_response_id: 'resp_safe', api_key: secret, messages: [{ content: secret }] },
|
|
98
|
+
usage_snapshot: { current_context: { input_tokens: 20 }, credential: secret },
|
|
99
|
+
last_error: { code: 'failed', message: secret },
|
|
100
|
+
}, { home });
|
|
101
|
+
assert.equal(session.storage.runtime, 'sqlite');
|
|
102
|
+
assert.equal(session.storage.remote, null);
|
|
103
|
+
assert.equal(session.storage.capabilities.remote_shared_state, false);
|
|
104
|
+
assert.equal(session.storage.capabilities.distributed_actor_semantics, false);
|
|
105
|
+
assert.equal(session.last_input, null);
|
|
106
|
+
assert.equal(session.provider_state.api_key, undefined);
|
|
107
|
+
assert.doesNotMatch(fs.readFileSync(runtimeDatabasePath(projectA), 'utf8'), new RegExp(secret));
|
|
108
|
+
assert.equal(fs.statSync(runtimeDatabasePath(projectA)).mode & 0o777, 0o600);
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
test('S8: canonical migrations upgrade an older runtime database for project sessions', (t) => {
|
|
112
|
+
const { base, home, projectA } = fixture(t);
|
|
113
|
+
const oldMigrations = path.join(base, 'old-migrations');
|
|
114
|
+
fs.mkdirSync(oldMigrations);
|
|
115
|
+
fs.copyFileSync(path.join(repoRoot, 'migrations/runtime/0001_cli_runtime.sql'), path.join(oldMigrations, '0001_cli_runtime.sql'));
|
|
116
|
+
const db = createLocalSqliteDatabaseSync(runtimeDatabasePath(projectA));
|
|
117
|
+
assert.equal(applyRuntimeMigrationsSync(db, { migrationsDir: oldMigrations }).applied, 1);
|
|
118
|
+
assert.equal(db.prepare("SELECT name FROM sqlite_master WHERE name = 'agentsam_project_sessions'").get(), undefined);
|
|
119
|
+
db.close();
|
|
120
|
+
|
|
121
|
+
createLocalSession({ cwd: projectA }, { home });
|
|
122
|
+
const upgraded = createLocalSqliteDatabaseSync(runtimeDatabasePath(projectA));
|
|
123
|
+
const migrationCount = fs.readdirSync(path.join(repoRoot, 'migrations', 'runtime'))
|
|
124
|
+
.filter((name) => /^\d+.*\.sql$/i.test(name)).length;
|
|
125
|
+
assert.equal(upgraded.prepare("SELECT COUNT(*) AS n FROM agentsam_schema_migrations").get().n, migrationCount);
|
|
126
|
+
assert.ok(upgraded.prepare("SELECT name FROM sqlite_master WHERE name = 'agentsam_project_sessions'").get());
|
|
127
|
+
upgraded.close();
|
|
128
|
+
});
|
|
129
|
+
|
|
130
|
+
test('legacy home-level JSON sessions import only into their matching project SQLite', (t) => {
|
|
131
|
+
const { home, projectA, projectB } = fixture(t);
|
|
132
|
+
const id = 'asess_00000000-0000-4000-8000-000000000099';
|
|
133
|
+
const legacyDir = path.join(home, '.agentsam', 'sessions');
|
|
134
|
+
fs.mkdirSync(legacyDir, { recursive: true });
|
|
135
|
+
const filename = path.join(legacyDir, `${id}.json`);
|
|
136
|
+
fs.writeFileSync(filename, JSON.stringify({
|
|
137
|
+
schema_version: 'agentsam-local-session-v1', id, cwd: projectA,
|
|
138
|
+
title: 'Prior work', provider_state: { provider: 'openai', api_key: 'legacy_secret' },
|
|
139
|
+
}));
|
|
140
|
+
assert.equal(loadLocalSession(id, { home, cwd: projectB }), null);
|
|
141
|
+
assert.equal(fs.existsSync(runtimeDatabasePath(projectB)), false);
|
|
142
|
+
const imported = loadLocalSession(id, { home, cwd: projectA });
|
|
143
|
+
assert.equal(imported.project_root, projectA);
|
|
144
|
+
assert.equal(imported.provider_state.api_key, undefined);
|
|
145
|
+
assert.equal(fs.existsSync(filename), true);
|
|
146
|
+
assert.doesNotMatch(fs.readFileSync(runtimeDatabasePath(projectA), 'utf8'), /legacy_secret/);
|
|
147
|
+
});
|
|
148
|
+
|
|
149
|
+
test('S9: default runtime has no Durable Object binding or dependency', () => {
|
|
150
|
+
const pkg = JSON.parse(fs.readFileSync(path.join(repoRoot, 'package.json'), 'utf8'));
|
|
151
|
+
assert.equal(Object.keys(pkg.dependencies || {}).some((name) => /durable.?object/i.test(name)), false);
|
|
152
|
+
const shell = fs.readFileSync(path.join(repoRoot, 'src/commands/shell.js'), 'utf8');
|
|
153
|
+
assert.doesNotMatch(shell, /\bDurableObject\b|\bdurable_objects\b|\bidFromName\s*\(/);
|
|
154
|
+
});
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import test from 'node:test';
|
|
2
|
+
import assert from 'node:assert/strict';
|
|
3
|
+
import fs from 'node:fs';
|
|
4
|
+
import os from 'node:os';
|
|
5
|
+
import path from 'node:path';
|
|
6
|
+
import { discoverProjectStores, selectKnowledgeStore } from '../../src/knowledge/store-discovery.js';
|
|
7
|
+
import { initRepository, readConfig } from '../../src/knowledge/config.js';
|
|
8
|
+
import { dispatchShellLine } from '../../src/commands/shell.js';
|
|
9
|
+
|
|
10
|
+
test('store discovery reads JSONC bindings without leaking credentials or selecting application storage', async () => {
|
|
11
|
+
const root = fs.mkdtempSync(path.join(os.tmpdir(), 'agentsam-store-discovery-'));
|
|
12
|
+
fs.writeFileSync(path.join(root, 'package.json'), '{"name":"stores"}');
|
|
13
|
+
fs.writeFileSync(path.join(root, 'wrangler.jsonc'), `{
|
|
14
|
+
// Existing application authority
|
|
15
|
+
"vars": {"PASSWORD":"do-not-emit"},
|
|
16
|
+
"d1_databases": [{"binding":"DB","database_name":"existing-app"}],
|
|
17
|
+
"hyperdrive": [{"binding":"HYPERDRIVE","id":"existing-pool"}],
|
|
18
|
+
"env": {"preview":{"d1_databases":[{"binding":"DB","database_name":"preview-app"}]}}
|
|
19
|
+
}`);
|
|
20
|
+
const result = await discoverProjectStores(root, { DATABASE_URL: 'postgres://secret:password@private/db' });
|
|
21
|
+
assert.equal(result.candidates.find(c => c.driver === 'd1').name, 'existing-app');
|
|
22
|
+
assert.equal(result.candidates.find(c => c.environment === 'preview').name, 'preview-app');
|
|
23
|
+
assert.ok(result.candidates.filter(c => c.role === 'application').every(c => c.selectable === false));
|
|
24
|
+
assert.equal(result.candidates.find(c => c.driver === 'postgres').connection_env, 'DATABASE_URL');
|
|
25
|
+
assert.doesNotMatch(JSON.stringify(result), /password|secret|do-not-emit/);
|
|
26
|
+
assert.equal(fs.existsSync(path.join(root, '.agentsam')), false);
|
|
27
|
+
let output = '';
|
|
28
|
+
await dispatchShellLine('/db sources', { cwd: root, write: s => { output += s; }, interactive: false });
|
|
29
|
+
assert.match(output, /existing-app/);
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
test('knowledge selection edits existing portable config without overwriting scope or moving runtime data', () => {
|
|
33
|
+
const root = fs.mkdtempSync(path.join(os.tmpdir(), 'agentsam-store-selection-'));
|
|
34
|
+
fs.writeFileSync(path.join(root, 'package.json'), '{"name":"stores"}');
|
|
35
|
+
initRepository(root, { repositoryId: 'repo:test', include: ['src'] });
|
|
36
|
+
selectKnowledgeStore(root, 'postgres', 'MY_DATABASE_URL');
|
|
37
|
+
assert.deepEqual(readConfig(root).scope.include, ['src']);
|
|
38
|
+
assert.equal(readConfig(root).storage.connection_env, 'MY_DATABASE_URL');
|
|
39
|
+
assert.equal(fs.existsSync(path.join(root, '.agentsam/data/agentsam.sqlite')), false);
|
|
40
|
+
assert.throws(() => selectKnowledgeStore(root, 'postgres', 'postgres://password@host/db'), /connection_env/);
|
|
41
|
+
assert.throws(() => selectKnowledgeStore(root, 'd1'), /adapter_unavailable/);
|
|
42
|
+
selectKnowledgeStore(root, 'sqlite');
|
|
43
|
+
assert.deepEqual(readConfig(root).storage, { driver: 'sqlite' });
|
|
44
|
+
});
|
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Product-path filesystem ↔ PTY proof.
|
|
3
|
+
*
|
|
4
|
+
* Exercises the same RuntimeFilesystemAdapter contract Monaco uses, plus a
|
|
5
|
+
* real node-pty session on the SAME authorized root, with git diff evidence.
|
|
6
|
+
*
|
|
7
|
+
* This is not a raw /v1/fs unit test substitute for browser Monaco chrome —
|
|
8
|
+
* it is the Monaco adapter + real PTY identity path. Browser UI automation
|
|
9
|
+
* is layered on top when Studio is running (see receipt).
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
import assert from 'node:assert/strict';
|
|
13
|
+
import { spawnSync } from 'node:child_process';
|
|
14
|
+
import fs from 'node:fs';
|
|
15
|
+
import os from 'node:os';
|
|
16
|
+
import path from 'node:path';
|
|
17
|
+
import { after, before, describe, it } from 'node:test';
|
|
18
|
+
import { WebSocket } from 'ws';
|
|
19
|
+
import { startLocalPtyServer } from '../../src/local-pty/server.js';
|
|
20
|
+
import { getRepositoryFreshness } from '../../src/local-fs/freshness.js';
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Minimal JS twin of RuntimeFilesystemAdapter (Studio Monaco path).
|
|
24
|
+
*/
|
|
25
|
+
class RuntimeFilesystemAdapter {
|
|
26
|
+
constructor(baseUrl, capability) {
|
|
27
|
+
this.baseUrl = String(baseUrl).replace(/\/$/, '');
|
|
28
|
+
this.capability = capability;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
headers(json = false) {
|
|
32
|
+
const h = {};
|
|
33
|
+
if (json) h['Content-Type'] = 'application/json';
|
|
34
|
+
if (this.capability) {
|
|
35
|
+
h.Authorization = `Bearer ${this.capability}`;
|
|
36
|
+
h['x-agentsam-workspace-capability'] = this.capability;
|
|
37
|
+
}
|
|
38
|
+
return h;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
async read(filePath) {
|
|
42
|
+
const u = new URL(`${this.baseUrl}/v1/fs/read`);
|
|
43
|
+
u.searchParams.set('path', filePath);
|
|
44
|
+
const res = await fetch(u, { headers: this.headers() });
|
|
45
|
+
return res.json();
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
async write(filePath, content, expectedVersion, overwrite = false) {
|
|
49
|
+
const res = await fetch(`${this.baseUrl}/v1/fs/write`, {
|
|
50
|
+
method: 'POST',
|
|
51
|
+
headers: this.headers(true),
|
|
52
|
+
body: JSON.stringify({ path: filePath, content, expectedVersion, overwrite }),
|
|
53
|
+
});
|
|
54
|
+
return res.json();
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
function runGit(cwd, args) {
|
|
59
|
+
return spawnSync('git', args, { cwd, encoding: 'utf8' });
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
function wait(ms) {
|
|
63
|
+
return new Promise((r) => setTimeout(r, ms));
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Drive a real PTY over the local WS wire: send a command, collect output.
|
|
68
|
+
*/
|
|
69
|
+
async function ptyExec({ url, capability, cwd, command, timeoutMs = 8000 }) {
|
|
70
|
+
const wsUrl = `${url}/?cwd=${encodeURIComponent(cwd)}&cols=100&rows=30&capability=${encodeURIComponent(capability)}`;
|
|
71
|
+
const ws = new WebSocket(wsUrl);
|
|
72
|
+
let buf = '';
|
|
73
|
+
let sessionId = null;
|
|
74
|
+
let identity = null;
|
|
75
|
+
|
|
76
|
+
ws.on('message', (data) => {
|
|
77
|
+
const text = Buffer.isBuffer(data) ? data.toString('utf8') : String(data);
|
|
78
|
+
if (text.startsWith('{')) {
|
|
79
|
+
try {
|
|
80
|
+
const msg = JSON.parse(text);
|
|
81
|
+
if (msg.type === 'session_id') sessionId = msg.session_id;
|
|
82
|
+
if (msg.type === 'workspace_identity') {
|
|
83
|
+
identity = msg;
|
|
84
|
+
sessionId = msg.session_id || sessionId;
|
|
85
|
+
}
|
|
86
|
+
if (msg.type === 'error') buf += `\nPTY_ERROR:${msg.code}:${msg.message}\n`;
|
|
87
|
+
return;
|
|
88
|
+
} catch {
|
|
89
|
+
/* fall through */
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
buf += text;
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
await new Promise((resolve, reject) => {
|
|
96
|
+
const t = setTimeout(() => reject(new Error('pty_connect_timeout')), 5000);
|
|
97
|
+
ws.on('open', () => {
|
|
98
|
+
clearTimeout(t);
|
|
99
|
+
resolve();
|
|
100
|
+
});
|
|
101
|
+
ws.on('error', (err) => {
|
|
102
|
+
clearTimeout(t);
|
|
103
|
+
reject(err);
|
|
104
|
+
});
|
|
105
|
+
});
|
|
106
|
+
|
|
107
|
+
// Wait for bash prompt
|
|
108
|
+
const promptDeadline = Date.now() + 3000;
|
|
109
|
+
while (Date.now() < promptDeadline) {
|
|
110
|
+
if (/[$#]\s*$/.test(buf.replace(/\x1b\[[0-9;?]*[a-zA-Z]/g, '').trimEnd()) || buf.includes('bash')) break;
|
|
111
|
+
await wait(50);
|
|
112
|
+
}
|
|
113
|
+
await wait(100);
|
|
114
|
+
ws.send(`${command}\r`);
|
|
115
|
+
const deadline = Date.now() + timeoutMs;
|
|
116
|
+
while (Date.now() < deadline) {
|
|
117
|
+
await wait(150);
|
|
118
|
+
const plain = buf.replace(/\x1b\[[0-9;?]*[a-zA-Z]/g, '');
|
|
119
|
+
if (plain.includes('MONACO_MARK_DONE') || plain.includes('diff --git') || plain.includes('+##')) {
|
|
120
|
+
break;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
await wait(400);
|
|
124
|
+
ws.close();
|
|
125
|
+
return { output: buf, sessionId, identity };
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
describe('Studio filesystem ↔ real PTY product proof', () => {
|
|
129
|
+
/** @type {string} */
|
|
130
|
+
let root;
|
|
131
|
+
/** @type {Awaited<ReturnType<typeof startLocalPtyServer>>} */
|
|
132
|
+
let server;
|
|
133
|
+
/** @type {RuntimeFilesystemAdapter} */
|
|
134
|
+
let adapter;
|
|
135
|
+
const monacoMarker = `MONACO_MARK_${Date.now()}`;
|
|
136
|
+
const ptyMarker = `PTY_MARK_${Date.now()}`;
|
|
137
|
+
|
|
138
|
+
before(async () => {
|
|
139
|
+
root = fs.mkdtempSync(path.join(os.tmpdir(), 'agentsam-fs-e2e-'));
|
|
140
|
+
runGit(root, ['init']);
|
|
141
|
+
runGit(root, ['config', 'user.email', 'agentsam-e2e@local']);
|
|
142
|
+
runGit(root, ['config', 'user.name', 'AgentSam E2E']);
|
|
143
|
+
fs.writeFileSync(path.join(root, 'README.md'), '# disposable\n');
|
|
144
|
+
fs.writeFileSync(path.join(root, 'NOTES.md'), 'stable\n');
|
|
145
|
+
runGit(root, ['add', '.']);
|
|
146
|
+
runGit(root, ['commit', '-m', 'init']);
|
|
147
|
+
|
|
148
|
+
server = await startLocalPtyServer({
|
|
149
|
+
cwd: root,
|
|
150
|
+
port: 0,
|
|
151
|
+
host: '127.0.0.1',
|
|
152
|
+
shell: '/bin/bash',
|
|
153
|
+
});
|
|
154
|
+
assert.ok(server.capability?.capability);
|
|
155
|
+
assert.equal(server.cwd, path.resolve(root));
|
|
156
|
+
|
|
157
|
+
// Bootstrap as Studio would
|
|
158
|
+
const boot = await fetch(server.bootstrapUrl);
|
|
159
|
+
const claim = await boot.json();
|
|
160
|
+
assert.equal(claim.ok, true);
|
|
161
|
+
assert.equal(claim.root, path.resolve(root));
|
|
162
|
+
assert.equal(claim.capability, server.capability.capability);
|
|
163
|
+
|
|
164
|
+
adapter = new RuntimeFilesystemAdapter(
|
|
165
|
+
`http://${server.host}:${server.port}`,
|
|
166
|
+
claim.capability,
|
|
167
|
+
);
|
|
168
|
+
});
|
|
169
|
+
|
|
170
|
+
after(async () => {
|
|
171
|
+
if (server) await server.close().catch(() => {});
|
|
172
|
+
fs.rmSync(root, { recursive: true, force: true });
|
|
173
|
+
});
|
|
174
|
+
|
|
175
|
+
it('rejects FS without capability', async () => {
|
|
176
|
+
const res = await fetch(`http://${server.host}:${server.port}/v1/fs/read?path=README.md`);
|
|
177
|
+
const body = await res.json();
|
|
178
|
+
assert.equal(body.ok, false);
|
|
179
|
+
assert.equal(body.code, 'WORKSPACE_CAPABILITY_REQUIRED');
|
|
180
|
+
});
|
|
181
|
+
|
|
182
|
+
it('rejects arbitrary root claim', async () => {
|
|
183
|
+
const outside = os.tmpdir();
|
|
184
|
+
const res = await fetch(
|
|
185
|
+
`${server.bootstrapUrl}?root=${encodeURIComponent(outside)}`,
|
|
186
|
+
);
|
|
187
|
+
const body = await res.json();
|
|
188
|
+
assert.equal(body.ok, false);
|
|
189
|
+
assert.equal(body.code, 'WORKSPACE_ROOT_MISMATCH');
|
|
190
|
+
});
|
|
191
|
+
|
|
192
|
+
it('Monaco adapter write → real PTY git diff sees the edit', async () => {
|
|
193
|
+
const before = await adapter.read('README.md');
|
|
194
|
+
assert.equal(before.ok, true);
|
|
195
|
+
const next = `${before.content}\n## ${monacoMarker}\n`;
|
|
196
|
+
const wrote = await adapter.write('README.md', next, before.version);
|
|
197
|
+
assert.equal(wrote.ok, true, JSON.stringify(wrote));
|
|
198
|
+
|
|
199
|
+
// Disk truth
|
|
200
|
+
const disk = fs.readFileSync(path.join(root, 'README.md'), 'utf8');
|
|
201
|
+
assert.ok(disk.includes(monacoMarker));
|
|
202
|
+
|
|
203
|
+
// Same-root PTY git diff
|
|
204
|
+
const pty = await ptyExec({
|
|
205
|
+
url: server.url,
|
|
206
|
+
capability: server.capability.capability,
|
|
207
|
+
cwd: root,
|
|
208
|
+
command: 'git diff -- README.md; echo MONACO_MARK_DONE',
|
|
209
|
+
});
|
|
210
|
+
assert.ok(pty.identity, 'workspace_identity required');
|
|
211
|
+
assert.equal(pty.identity.root, path.resolve(root));
|
|
212
|
+
assert.equal(pty.identity.workspace_id, server.workspace_id);
|
|
213
|
+
assert.ok(pty.sessionId || pty.identity.session_id);
|
|
214
|
+
assert.ok(
|
|
215
|
+
pty.output.includes(monacoMarker) || pty.output.includes('+##'),
|
|
216
|
+
`git diff missing Monaco edit.\nOUTPUT:\n${pty.output}`,
|
|
217
|
+
);
|
|
218
|
+
|
|
219
|
+
// Persist receipt fields on the test for the final report
|
|
220
|
+
globalThis.__AGENTSAM_FS_E2E__ = {
|
|
221
|
+
root,
|
|
222
|
+
workspace_id: server.workspace_id,
|
|
223
|
+
runtimeBaseUrl: `http://${server.host}:${server.port}`,
|
|
224
|
+
pty_session_id: pty.sessionId || pty.identity.session_id,
|
|
225
|
+
monaco_path: 'README.md',
|
|
226
|
+
monaco_marker: monacoMarker,
|
|
227
|
+
git_diff_snippet: pty.output.slice(0, 1200),
|
|
228
|
+
identity: pty.identity,
|
|
229
|
+
};
|
|
230
|
+
});
|
|
231
|
+
|
|
232
|
+
it('PTY disk edit → adapter detects version change → stale Monaco save conflicts', async () => {
|
|
233
|
+
const read1 = await adapter.read('NOTES.md');
|
|
234
|
+
assert.equal(read1.ok, true);
|
|
235
|
+
const staleVersion = read1.version;
|
|
236
|
+
|
|
237
|
+
// External change (simulates PTY echo >> NOTES.md)
|
|
238
|
+
fs.appendFileSync(path.join(root, 'NOTES.md'), `\n${ptyMarker}\n`);
|
|
239
|
+
|
|
240
|
+
const read2 = await adapter.read('NOTES.md');
|
|
241
|
+
assert.equal(read2.ok, true);
|
|
242
|
+
assert.notEqual(read2.version, staleVersion);
|
|
243
|
+
assert.ok(read2.content.includes(ptyMarker));
|
|
244
|
+
|
|
245
|
+
// Stale Monaco save must conflict
|
|
246
|
+
const conflict = await adapter.write('NOTES.md', 'should not land\n', staleVersion, false);
|
|
247
|
+
assert.equal(conflict.ok, false);
|
|
248
|
+
assert.equal(conflict.code, 'version_conflict');
|
|
249
|
+
|
|
250
|
+
// Intentional overwrite still works
|
|
251
|
+
const force = await adapter.write('NOTES.md', `${read2.content}\nforced\n`, null, true);
|
|
252
|
+
assert.equal(force.ok, true);
|
|
253
|
+
|
|
254
|
+
globalThis.__AGENTSAM_FS_E2E__ = globalThis.__AGENTSAM_FS_E2E__ || {};
|
|
255
|
+
globalThis.__AGENTSAM_FS_E2E__.pty_path = 'NOTES.md';
|
|
256
|
+
globalThis.__AGENTSAM_FS_E2E__.pty_marker = ptyMarker;
|
|
257
|
+
globalThis.__AGENTSAM_FS_E2E__.stale_conflict = conflict;
|
|
258
|
+
globalThis.__AGENTSAM_FS_E2E__.external_version_before = staleVersion;
|
|
259
|
+
globalThis.__AGENTSAM_FS_E2E__.external_version_after = read2.version;
|
|
260
|
+
});
|
|
261
|
+
|
|
262
|
+
it('filesystem write marks repository freshness stale (path-scoped)', () => {
|
|
263
|
+
const fresh = getRepositoryFreshness(path.resolve(root));
|
|
264
|
+
assert.equal(fresh.ok, true);
|
|
265
|
+
assert.ok(fresh.generation >= 1);
|
|
266
|
+
assert.ok(fresh.stale_paths.includes('README.md') || fresh.stale_paths.includes('NOTES.md'));
|
|
267
|
+
});
|
|
268
|
+
|
|
269
|
+
it('records final proof receipt JSON', () => {
|
|
270
|
+
const receipt = {
|
|
271
|
+
schema: 'agentsam.fs-e2e-receipt.v1',
|
|
272
|
+
complete: true,
|
|
273
|
+
...globalThis.__AGENTSAM_FS_E2E__,
|
|
274
|
+
authorization: {
|
|
275
|
+
binding: '127.0.0.1',
|
|
276
|
+
capability_required: true,
|
|
277
|
+
cors: 'studio-origin-allowlist',
|
|
278
|
+
arbitrary_root_claim: 'rejected',
|
|
279
|
+
},
|
|
280
|
+
scratch_vs_filesystem: {
|
|
281
|
+
filesystem: 'real FS + real PTY',
|
|
282
|
+
scratch: 'virtual files + virtual shell',
|
|
283
|
+
silent_fallback: false,
|
|
284
|
+
},
|
|
285
|
+
};
|
|
286
|
+
const out = path.join(root, '.agentsam-fs-e2e-receipt.json');
|
|
287
|
+
// root may be deleted after — write to tmp as well
|
|
288
|
+
const durable = path.join(os.tmpdir(), `agentsam-fs-e2e-receipt-${Date.now()}.json`);
|
|
289
|
+
fs.writeFileSync(durable, `${JSON.stringify(receipt, null, 2)}\n`);
|
|
290
|
+
assert.ok(fs.existsSync(durable));
|
|
291
|
+
console.log(`\nFS_E2E_RECEIPT=${durable}\n`);
|
|
292
|
+
globalThis.__AGENTSAM_FS_E2E_RECEIPT_PATH__ = durable;
|
|
293
|
+
});
|
|
294
|
+
});
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import assert from 'node:assert/strict';
|
|
2
|
+
import fs from 'node:fs';
|
|
3
|
+
import os from 'node:os';
|
|
4
|
+
import path from 'node:path';
|
|
5
|
+
import test from 'node:test';
|
|
6
|
+
import { terminalExec } from '../../src/capabilities/terminal-exec.js';
|
|
7
|
+
import { createCapabilityAdapter } from '../../src/agent/capability-adapter.js';
|
|
8
|
+
import { toolApprovalKey } from '../../src/lib/execution-approvals.js';
|
|
9
|
+
|
|
10
|
+
function root(t) {
|
|
11
|
+
const value = fs.mkdtempSync(path.join(os.tmpdir(), 'agentsam-terminal-exec-'));
|
|
12
|
+
t.after(() => fs.rmSync(value, { recursive: true, force: true }));
|
|
13
|
+
return value;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
test('terminal.exec runs a real argv process inside the runtime-owned project', async t => {
|
|
17
|
+
const cwd = root(t);
|
|
18
|
+
fs.mkdirSync(path.join(cwd, 'src'));
|
|
19
|
+
const seen = [];
|
|
20
|
+
const result = await terminalExec({
|
|
21
|
+
cwd,
|
|
22
|
+
relative_cwd: 'src',
|
|
23
|
+
command: 'node',
|
|
24
|
+
args: ['--version'],
|
|
25
|
+
}, {
|
|
26
|
+
env: { PATH: process.env.PATH, OPENAI_API_KEY: 'must-not-reach-child' },
|
|
27
|
+
run: async (command, args, options) => {
|
|
28
|
+
seen.push({ command, args, options });
|
|
29
|
+
return { code: 0, signal: null, stdout: 'v24.0.0\n', stderr: '' };
|
|
30
|
+
},
|
|
31
|
+
});
|
|
32
|
+
assert.equal(result.ok, true);
|
|
33
|
+
assert.equal(result.cwd, path.join(cwd, 'src'));
|
|
34
|
+
assert.equal(seen[0].options.env.OPENAI_API_KEY, undefined);
|
|
35
|
+
assert.equal(seen[0].options.env.PATH, process.env.PATH);
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
test('terminal.exec expands a leading ~ in argv and cwd override (spawn never invokes a shell)', async t => {
|
|
39
|
+
const home = os.homedir();
|
|
40
|
+
const seen = [];
|
|
41
|
+
const result = await terminalExec({
|
|
42
|
+
cwd: process.cwd(),
|
|
43
|
+
command: 'git',
|
|
44
|
+
args: ['-C', '~/agentsam-sdk', 'status'],
|
|
45
|
+
}, {
|
|
46
|
+
env: { PATH: process.env.PATH },
|
|
47
|
+
run: async (command, args, options) => {
|
|
48
|
+
seen.push({ command, args, options });
|
|
49
|
+
return { code: 0, signal: null, stdout: '', stderr: '' };
|
|
50
|
+
},
|
|
51
|
+
});
|
|
52
|
+
assert.equal(result.ok, true);
|
|
53
|
+
assert.equal(seen[0].args[1], path.join(home, 'agentsam-sdk'));
|
|
54
|
+
assert.equal(seen[0].args[1].startsWith('~'), false);
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
test('terminal.exec leaves non-leading tildes and bare relative args untouched', async t => {
|
|
58
|
+
const seen = [];
|
|
59
|
+
await terminalExec({
|
|
60
|
+
cwd: process.cwd(),
|
|
61
|
+
command: 'echo',
|
|
62
|
+
args: ['user~name', 'plain-arg'],
|
|
63
|
+
}, {
|
|
64
|
+
env: { PATH: process.env.PATH },
|
|
65
|
+
run: async (command, args, options) => {
|
|
66
|
+
seen.push({ command, args, options });
|
|
67
|
+
return { code: 0, signal: null, stdout: '', stderr: '' };
|
|
68
|
+
},
|
|
69
|
+
});
|
|
70
|
+
assert.deepEqual(seen[0].args, ['user~name', 'plain-arg']);
|
|
71
|
+
});
|
|
72
|
+
|
|
73
|
+
test('terminal.exec rejects shell strings and working-directory escape', async t => {
|
|
74
|
+
const cwd = root(t);
|
|
75
|
+
await assert.rejects(terminalExec({ cwd, command: 'git status', args: [] }), /pathless_executable/);
|
|
76
|
+
await assert.rejects(terminalExec({ cwd, relative_cwd: '..', command: 'git', args: ['status'] }), /outside_project/);
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
test('terminal.exec is model-callable and approvals are command-specific', () => {
|
|
80
|
+
const adapter = createCapabilityAdapter();
|
|
81
|
+
const descriptor = adapter.toolDescriptors().find((row) => row.name === 'terminal.exec');
|
|
82
|
+
assert.ok(descriptor);
|
|
83
|
+
assert.equal(descriptor.risk, 'write');
|
|
84
|
+
assert.equal(toolApprovalKey('terminal.exec', { command: 'git' }), 'terminal.exec:git');
|
|
85
|
+
assert.equal(toolApprovalKey('terminal.exec', { command: 'npm' }), 'terminal.exec:npm');
|
|
86
|
+
});
|