@akira-tl/forgerelay 0.8.7 → 0.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/README.md +10 -18
- package/capabilities/host-integration/GUIDE.md +2 -2
- package/dist/activity/{audit-store.js → history/audit-store.js} +129 -21
- package/dist/activity/history/bash-output-store.js +250 -0
- package/dist/activity/{host-turn-store.js → history/host-turn-store.js} +4 -1
- package/dist/activity/{query-service.js → history/query-service.js} +13 -7
- package/dist/activity/{lifecycle.js → runtime/lifecycle.js} +1 -1
- package/dist/activity/{mcp-query-tools.js → runtime/mcp-query-tools.js} +3 -3
- package/dist/activity/storage/history.js +12 -0
- package/dist/activity/storage/paths.js +56 -0
- package/dist/activity/storage/segmented-log.js +149 -0
- package/dist/cli/setup-support.js +116 -0
- package/dist/cli.js +18 -126
- package/dist/lsp/code-intelligence.js +1 -1
- package/dist/lsp/test-support/server-fixture.js +9 -9
- package/dist/mcp/filesystem/filesystem-tools.js +245 -0
- package/dist/mcp/hooks/command-runner.js +79 -0
- package/dist/{hook-cli.js → mcp/hooks/hook-cli.js} +1 -1
- package/dist/{hooks.js → mcp/hooks/hooks.js} +3 -80
- package/dist/{oauth-provider.js → mcp/oauth/oauth-provider.js} +1 -1
- package/dist/{oauth-store.js → mcp/oauth/oauth-store.js} +5 -4
- package/dist/{operations → mcp/operations}/native-bulk-mutations.js +2 -2
- package/dist/mcp/panel/app.js +143 -0
- package/dist/{mcp-app-template.js → mcp/panel/mcp-app-template.js} +2 -38
- package/dist/mcp/process/runtime.js +257 -0
- package/dist/mcp/process/tools.js +346 -0
- package/dist/mcp/server/core/activity-support.js +70 -0
- package/dist/{capabilities.js → mcp/server/core/capabilities.js} +5 -3
- package/dist/{capability-registry.js → mcp/server/core/capability-registry.js} +2 -2
- package/dist/mcp/server/core/capability-support.js +90 -0
- package/dist/mcp/server/core/schemas.js +216 -0
- package/dist/mcp/server/core/tool-support.js +207 -0
- package/dist/mcp/server/core/version.js +9 -0
- package/dist/mcp/server/operations/runtime/filesystem-tools.js +400 -0
- package/dist/mcp/server/operations/runtime/operation-runtime.js +523 -0
- package/dist/mcp/server/transport/http-server.js +301 -0
- package/dist/mcp/server/transport/http-support.js +43 -0
- package/dist/mcp/server/workspace/runtime/workspace-open-presentation.js +222 -0
- package/dist/mcp/server/workspace/runtime/workspace-open-schema.js +187 -0
- package/dist/mcp/server/workspace/runtime/workspace-open.js +552 -0
- package/dist/mcp/server/workspace/runtime/workspace-tools.js +601 -0
- package/dist/{config.js → runtime/config/config.js} +3 -3
- package/dist/{user-config.js → runtime/config/user-config.js} +14 -54
- package/dist/{db → runtime/state/db}/client.js +1 -1
- package/dist/{db → runtime/state/db}/migrations.js +34 -3
- package/dist/runtime/state/lock/file-lock.js +130 -0
- package/dist/runtime/testing/server-fixture.js +190 -0
- package/dist/server.js +139 -4192
- package/dist/subagents/providers/adapters/claude.js +86 -52
- package/dist/subagents/providers/adapters/codex.js +103 -39
- package/dist/subagents/providers/adapters/opencode.js +114 -84
- package/dist/subagents/providers/adapters/pi.js +59 -8
- package/dist/subagents/providers/availability.js +15 -30
- package/dist/subagents/providers/runtime/external-command.js +56 -0
- package/dist/subagents/sessions/capability.js +1 -1
- package/dist/subagents/sessions/execution.js +1 -1
- package/dist/subagents/sessions/mcp/activity-audit-test-support.js +30 -0
- package/dist/subagents/sessions/store.js +1 -1
- package/dist/ui/.vite/manifest.json +342 -409
- package/dist/ui/activity-panel-app.html +2 -4
- package/dist/ui/assets/activity-panel-app-7Xe0alhm.css +1 -0
- package/dist/ui/assets/activity-panel-app-Sl1Jro8v.js +115 -0
- package/dist/ui/assets/angular-html-B_yn91wW.js +1 -0
- package/dist/ui/assets/{angular-ts-Bxh4-O1-.js → angular-ts-DSgtloKz.js} +1 -1
- package/dist/ui/assets/{apl-BmYHKQ6m.js → apl-NatWtF8X.js} +1 -1
- package/dist/ui/assets/{astro-C51vqDKq.js → astro-BYFEVBuN.js} +1 -1
- package/dist/ui/assets/{blade-CdhVsmwq.js → blade-DoO7yvMR.js} +1 -1
- package/dist/ui/assets/c-Rl2hMCcg.js +1 -0
- package/dist/ui/assets/{cobol-Cf6azoN_.js → cobol-ByC5mWiB.js} +1 -1
- package/dist/ui/assets/{coffee-vVdGzlmt.js → coffee-Dez77Qov.js} +1 -1
- package/dist/ui/assets/cpp-DtaAQT9h.js +1 -0
- package/dist/ui/assets/{crystal-5UZy6KIX.js → crystal-Bgmbf8ec.js} +1 -1
- package/dist/ui/assets/css-C1tjBtVN.js +1 -0
- package/dist/ui/assets/{edge-CESgo4ia.js → edge-DeH6u8Wg.js} +1 -1
- package/dist/ui/assets/{elixir-9FKfw4cJ.js → elixir-_H3KnmWT.js} +1 -1
- package/dist/ui/assets/{elm-Dv7A0aLa.js → elm-CsCe3U28.js} +1 -1
- package/dist/ui/assets/{erb-DHFmDvM0.js → erb-CbM-L2g8.js} +1 -1
- package/dist/ui/assets/{git-rebase-utbU6CzV.js → git-rebase-D0s5pDh9.js} +1 -1
- package/dist/ui/assets/{glimmer-js-t2kiCkyB.js → glimmer-js-BfOToq_A.js} +1 -1
- package/dist/ui/assets/{glimmer-ts-F0Jv5okV.js → glimmer-ts-CCUOkL2K.js} +1 -1
- package/dist/ui/assets/glsl-DH4ec9dE.js +1 -0
- package/dist/ui/assets/graphql-DilAMBoI.js +1 -0
- package/dist/ui/assets/{hack-8yjdbaSA.js → hack-BDkNDZlF.js} +1 -1
- package/dist/ui/assets/haml-D_QBp6K7.js +1 -0
- package/dist/ui/assets/{handlebars-BBFEg4Lo.js → handlebars-DePUrTpC.js} +1 -1
- package/dist/ui/assets/heavy-payload-DOwZpO6n.js +290 -0
- package/dist/ui/assets/html-By4dNnM4.js +1 -0
- package/dist/ui/assets/{html-derivative-DJAQcZyc.js → html-derivative-DDw9Ef4Q.js} +1 -1
- package/dist/ui/assets/{http-Dg5LSYRK.js → http-B0QxWc9M.js} +1 -1
- package/dist/ui/assets/{hurl-Y5uYzMZR.js → hurl-vMQ4lda1.js} +1 -1
- package/dist/ui/assets/java-DYRe2lWG.js +1 -0
- package/dist/ui/assets/javascript-CxyGqwcL.js +1 -0
- package/dist/ui/assets/{jinja-Bt30h8Ik.js → jinja-JUwV-fZt.js} +1 -1
- package/dist/ui/assets/{jison-D5uZ1Nyo.js → jison-7ZqCEvS8.js} +1 -1
- package/dist/ui/assets/json-dbltgiiA.js +1 -0
- package/dist/ui/assets/jsx-oDopT7YQ.js +1 -0
- package/dist/ui/assets/{julia-76hRaaGz.js → julia-CkKiNSav.js} +1 -1
- package/dist/ui/assets/{just-CDE7W0vW.js → just-DuqCAKJ3.js} +1 -1
- package/dist/ui/assets/{latex-CVO2Byab.js → latex-sudcRDSn.js} +1 -1
- package/dist/ui/assets/{liquid-CA-AS3EX.js → liquid-Di-08Js7.js} +1 -1
- package/dist/ui/assets/lua-YlqdMoV0.js +1 -0
- package/dist/ui/assets/{marko-_BWrPfny.js → marko-CJRNyJDb.js} +1 -1
- package/dist/ui/assets/{mdc-PyJv85eS.js → mdc-t12CzZHs.js} +1 -1
- package/dist/ui/assets/{nginx-DAWVw8yu.js → nginx-57-b4XwT.js} +1 -1
- package/dist/ui/assets/{nim-CKE1dzpU.js → nim-BzrswYQa.js} +1 -1
- package/dist/ui/assets/{perl-BBhWva19.js → perl-D9JR_iIh.js} +1 -1
- package/dist/ui/assets/{php-ChIeaAoF.js → php-Py2gFHil.js} +1 -1
- package/dist/ui/assets/{pug-CMgI5afi.js → pug-PzLLy0h1.js} +1 -1
- package/dist/ui/assets/{qml-CjxTkcFH.js → qml-By8fwgV4.js} +1 -1
- package/dist/ui/assets/r-CcezTbLq.js +1 -0
- package/dist/ui/assets/{razor-i4DbHr8p.js → razor-dG-vdhL_.js} +1 -1
- package/dist/ui/assets/regexp-BlsQ-N_8.js +1 -0
- package/dist/ui/assets/{rst-oy_97Kl4.js → rst-C2awDCat.js} +1 -1
- package/dist/ui/assets/{ruby-C5zYZIyl.js → ruby-zA2W_49d.js} +1 -1
- package/dist/ui/assets/{sas-BnMEh2S3.js → sas-D49bhyaN.js} +1 -1
- package/dist/ui/assets/scss-BQb-cp01.js +1 -0
- package/dist/ui/assets/shellscript-Dga4H_Ni.js +1 -0
- package/dist/ui/assets/{shellsession-BpE5o7_3.js → shellsession-n3-5CqcF.js} +1 -1
- package/dist/ui/assets/{soy-COesmhTY.js → soy-XYBOf_BA.js} +1 -1
- package/dist/ui/assets/sql-ET4u5Cpl.js +1 -0
- package/dist/ui/assets/{stata-CGQEuSZq.js → stata-CLHcJHO_.js} +1 -1
- package/dist/ui/assets/{surrealql-Bz4JbU-9.js → surrealql-BdjQ60T4.js} +1 -1
- package/dist/ui/assets/{svelte-1jM2ejXj.js → svelte-B2RPtKJe.js} +1 -1
- package/dist/ui/assets/{templ-C-VwELcp.js → templ-CrByPW_W.js} +1 -1
- package/dist/ui/assets/{tex-t1rUiQCm.js → tex-DZBkg363.js} +1 -1
- package/dist/ui/assets/{ts-tags-Bewoa6pS.js → ts-tags-DJR3Gphb.js} +1 -1
- package/dist/ui/assets/tsx-CajzROyy.js +1 -0
- package/dist/ui/assets/{twig-DVg-vELl.js → twig-BZjk5Zda.js} +1 -1
- package/dist/ui/assets/typescript-B-EWToLj.js +1 -0
- package/dist/ui/assets/{vue-wPQ7UlMy.js → vue-D_rHCCr8.js} +1 -1
- package/dist/ui/assets/{vue-html-BHtJ8geX.js → vue-html-CC4WlvVt.js} +1 -1
- package/dist/ui/assets/{vue-vine-CNSGAWwc.js → vue-vine-BgNMVgpk.js} +1 -1
- package/dist/ui/assets/xml-BI86-WbH.js +1 -0
- package/dist/ui/assets/{xsl-3_vJ27aE.js → xsl-DXeLZV4J.js} +1 -1
- package/dist/ui/assets/yaml-60_PFlWa.js +1 -0
- package/dist/workspaces/bootstrap.js +72 -0
- package/dist/workspaces/context.js +302 -0
- package/dist/workspaces/conversation-test-support.js +86 -0
- package/dist/{git-worktrees.js → workspaces/git/git-worktrees.js} +1 -1
- package/dist/workspaces/inventory.js +131 -0
- package/dist/workspaces/paths.js +55 -0
- package/dist/{remote-auth.js → workspaces/relay/auth/remote-auth.js} +2 -2
- package/dist/workspaces/relay/result-support.js +111 -0
- package/dist/workspaces/relay/tests/test-support.js +203 -0
- package/dist/{remote-mcp-connection-pool.js → workspaces/relay/transport/remote-mcp-connection-pool.js} +1 -1
- package/dist/workspaces/relay/types.js +1 -0
- package/dist/{remote-workspace-relay.js → workspaces/relay/workspace-relay.js} +23 -172
- package/dist/workspaces/resources/skills.js +285 -0
- package/dist/{review-checkpoints.js → workspaces/review/review-checkpoints.js} +2 -2
- package/dist/workspaces/sessions.js +457 -0
- package/dist/{workspace-store.js → workspaces/state/workspace-store.js} +2 -2
- package/dist/workspaces.js +69 -991
- package/docs/chatgpt-coding-workflow.md +3 -11
- package/docs/configuration.md +12 -25
- package/docs/gotchas.md +0 -30
- package/docs/roadmap.md +6 -10
- package/docs/security.md +1 -5
- package/docs/setup.md +0 -11
- package/package.json +6 -8
- package/scripts/ci/architecture.mjs +109 -0
- package/scripts/ci/verify.mjs +5 -0
- package/scripts/debug/accept/bootstrap.mjs +326 -0
- package/scripts/debug/accept/harness.mjs +76 -0
- package/scripts/debug/accept/support.mjs +432 -0
- package/scripts/debug/accept.mjs +43 -806
- package/scripts/debug/relay-accept/support.mjs +135 -0
- package/scripts/debug/relay-accept.mjs +26 -115
- package/scripts/debug/traffic/support.mjs +167 -0
- package/scripts/debug/traffic/traffic-audit.mjs +4 -161
- package/scripts/{lsp-interop-support.test.mjs → lsp/interop-support.test.mjs} +1 -1
- package/scripts/{lsp-interop.mjs → lsp/interop.mjs} +3 -3
- package/scripts/wiki/sync.mjs +21 -10
- package/dist/activity/bash-output-store.js +0 -127
- package/dist/pi-tools.js +0 -110
- package/dist/skills.js +0 -127
- package/dist/ui/assets/activity-panel-app-CUAN6zyW.js +0 -2
- package/dist/ui/assets/angular-html-BkgDQl-G.js +0 -1
- package/dist/ui/assets/c-IBzBpxAO.js +0 -1
- package/dist/ui/assets/chunk-EyZ2wyi3.js +0 -1
- package/dist/ui/assets/cpp-CVHeO-Jk.js +0 -1
- package/dist/ui/assets/css-DEfus9J5.js +0 -1
- package/dist/ui/assets/glsl-_ooCjaeB.js +0 -1
- package/dist/ui/assets/graphql-B9LqP-cY.js +0 -1
- package/dist/ui/assets/haml-BU5EoZBn.js +0 -1
- package/dist/ui/assets/heavy-payload-CgzrutLm.js +0 -4
- package/dist/ui/assets/html-D-C6YZk4.js +0 -1
- package/dist/ui/assets/java-ppHvycj5.js +0 -1
- package/dist/ui/assets/javascript-DDTjKLlQ.js +0 -1
- package/dist/ui/assets/json-Cw91r8h1.js +0 -1
- package/dist/ui/assets/jsx-04X2FT_1.js +0 -1
- package/dist/ui/assets/lua-CiyBp52Y.js +0 -1
- package/dist/ui/assets/r-DfFga4si.js +0 -1
- package/dist/ui/assets/regexp-iC9_nbSI.js +0 -1
- package/dist/ui/assets/review-payload-BrLbezbq.js +0 -1
- package/dist/ui/assets/scrollbar-CbhpdW05.js +0 -287
- package/dist/ui/assets/scss-BfZXsAWQ.js +0 -1
- package/dist/ui/assets/shellscript-BC2srNaB.js +0 -1
- package/dist/ui/assets/sql-Ccv_yeUm.js +0 -1
- package/dist/ui/assets/tsx-CTXzrBkN.js +0 -1
- package/dist/ui/assets/typescript--ElHoFkw.js +0 -1
- package/dist/ui/assets/workspace-app-Bhj96tsR.js +0 -1
- package/dist/ui/assets/workspace-app-CxwJuZyS.js +0 -111
- package/dist/ui/assets/workspace-app-D6UR0AFl.js +0 -5
- package/dist/ui/assets/workspace-app-ldjBmCJR.css +0 -1
- package/dist/ui/assets/workspace-lifecycle-app-Cqfhx9pV.js +0 -1
- package/dist/ui/assets/xml-JnmX6vyS.js +0 -1
- package/dist/ui/assets/yaml-OAcZkP-w.js +0 -1
- package/dist/ui/workspace-app.html +0 -18
- package/dist/ui/workspace-lifecycle-app.html +0 -18
- package/docs/agent-profile-schema.md +0 -114
- package/docs/artifact-exchange.md +0 -65
- package/docs/versioning.md +0 -205
- /package/capabilities/{managed-worktrees → workspace/managed-worktrees}/GUIDE.md +0 -0
- /package/capabilities/{workspace-tasks → workspace/workspace-tasks}/GUIDE.md +0 -0
- /package/dist/activity/{process-output-audit.js → runtime/process-output-audit.js} +0 -0
- /package/dist/{artifact-error.js → mcp/artifacts/artifact-error.js} +0 -0
- /package/dist/{artifact-tools.js → mcp/artifacts/artifact-tools.js} +0 -0
- /package/dist/{incoming-artifacts.js → mcp/artifacts/incoming-artifacts.js} +0 -0
- /package/dist/{advertised-files.js → mcp/filesystem/advertised-files.js} +0 -0
- /package/dist/{apply-patch.js → mcp/filesystem/apply-patch.js} +0 -0
- /package/dist/{file-mutations.js → mcp/filesystem/file-mutations.js} +0 -0
- /package/dist/{roots.js → mcp/filesystem/roots.js} +0 -0
- /package/dist/{oauth → mcp/oauth}/public-url.js +0 -0
- /package/dist/{oauth → mcp/oauth}/router.js +0 -0
- /package/dist/{operations → mcp/operations}/batch/executor.js +0 -0
- /package/dist/{operations → mcp/operations}/batch/scheduler.js +0 -0
- /package/dist/{operations → mcp/operations}/batch/types.js +0 -0
- /package/dist/{operations → mcp/operations}/bulk-mutation.js +0 -0
- /package/dist/{operations → mcp/operations}/bulk-read.js +0 -0
- /package/dist/{operations → mcp/operations}/core-operation-executor.js +0 -0
- /package/dist/{process-platform.js → mcp/process/process-platform.js} +0 -0
- /package/dist/{process-sessions.js → mcp/process/process-sessions.js} +0 -0
- /package/dist/{request-meta.js → mcp/request-meta.js} +0 -0
- /package/dist/{mcp-sessions.js → mcp/server/transport/mcp-sessions.js} +0 -0
- /package/dist/{server-shutdown.js → mcp/server/transport/server-shutdown.js} +0 -0
- /package/dist/{logger.js → runtime/logging/logger.js} +0 -0
- /package/dist/{db → runtime/state/db}/schema.js +0 -0
- /package/dist/{composite-activity.js → workspaces/composite/composite-activity.js} +0 -0
- /package/dist/{composite-workspaces.js → workspaces/composite/composite-workspaces.js} +0 -0
- /package/dist/{git.js → workspaces/git/git.js} +0 -0
- /package/dist/{workspace-presentation.js → workspaces/presentation/workspace-presentation.js} +0 -0
- /package/dist/{remote-transport.js → workspaces/relay/transport/remote-transport.js} +0 -0
- /package/dist/{workspace-task-reminders.js → workspaces/tasks/workspace-task-reminders.js} +0 -0
- /package/dist/{workspace-tasks.js → workspaces/tasks/workspace-tasks.js} +0 -0
- /package/scripts/{lsp-interop-support.mjs → lsp/interop-support.mjs} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{c as e}from"./activity-panel-app-Sl1Jro8v.js";import{t}from"./java-DYRe2lWG.js";var n=e({default:()=>i}),r=Object.freeze(JSON.parse(`{"displayName":"XML","name":"xml","patterns":[{"begin":"(<\\\\?)\\\\s*([-0-9A-Z_a-z]+)","captures":{"1":{"name":"punctuation.definition.tag.xml"},"2":{"name":"entity.name.tag.xml"}},"end":"(\\\\?>)","name":"meta.tag.preprocessor.xml","patterns":[{"match":" ([-A-Za-z]+)","name":"entity.other.attribute-name.xml"},{"include":"#doublequotedString"},{"include":"#singlequotedString"}]},{"begin":"(<!)(DOCTYPE)\\\\s+([:A-Z_a-z][-.0-:A-Z_a-z]*)","captures":{"1":{"name":"punctuation.definition.tag.xml"},"2":{"name":"keyword.other.doctype.xml"},"3":{"name":"variable.language.documentroot.xml"}},"end":"\\\\s*(>)","name":"meta.tag.sgml.doctype.xml","patterns":[{"include":"#internalSubset"}]},{"include":"#comments"},{"begin":"(<)((?:([-0-9A-Z_a-z]+)(:))?([-0-:A-Z_a-z]+))(?=(\\\\s[^>]*)?></\\\\2>)","beginCaptures":{"1":{"name":"punctuation.definition.tag.xml"},"2":{"name":"entity.name.tag.xml"},"3":{"name":"entity.name.tag.namespace.xml"},"4":{"name":"punctuation.separator.namespace.xml"},"5":{"name":"entity.name.tag.localname.xml"}},"end":"(>)(</)((?:([-0-9A-Z_a-z]+)(:))?([-0-:A-Z_a-z]+))(>)","endCaptures":{"1":{"name":"punctuation.definition.tag.xml"},"2":{"name":"punctuation.definition.tag.xml"},"3":{"name":"entity.name.tag.xml"},"4":{"name":"entity.name.tag.namespace.xml"},"5":{"name":"punctuation.separator.namespace.xml"},"6":{"name":"entity.name.tag.localname.xml"},"7":{"name":"punctuation.definition.tag.xml"}},"name":"meta.tag.no-content.xml","patterns":[{"include":"#tagStuff"}]},{"begin":"(</?)(?:([-.\\\\w]+)((:)))?([-.:\\\\w]+)","captures":{"1":{"name":"punctuation.definition.tag.xml"},"2":{"name":"entity.name.tag.namespace.xml"},"3":{"name":"entity.name.tag.xml"},"4":{"name":"punctuation.separator.namespace.xml"},"5":{"name":"entity.name.tag.localname.xml"}},"end":"(/?>)","name":"meta.tag.xml","patterns":[{"include":"#tagStuff"}]},{"include":"#entity"},{"include":"#bare-ampersand"},{"begin":"<%@","beginCaptures":{"0":{"name":"punctuation.section.embedded.begin.xml"}},"end":"%>","endCaptures":{"0":{"name":"punctuation.section.embedded.end.xml"}},"name":"source.java-props.embedded.xml","patterns":[{"match":"page|include|taglib","name":"keyword.other.page-props.xml"}]},{"begin":"<%[!=]?(?!--)","beginCaptures":{"0":{"name":"punctuation.section.embedded.begin.xml"}},"end":"(?!--)%>","endCaptures":{"0":{"name":"punctuation.section.embedded.end.xml"}},"name":"source.java.embedded.xml","patterns":[{"include":"source.java"}]},{"begin":"<!\\\\[CDATA\\\\[","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.xml"}},"end":"]]>","endCaptures":{"0":{"name":"punctuation.definition.string.end.xml"}},"name":"string.unquoted.cdata.xml"}],"repository":{"EntityDecl":{"begin":"(<!)(ENTITY)\\\\s+(%\\\\s+)?([:A-Z_a-z][-.0-:A-Z_a-z]*)(\\\\s+(?:SYSTEM|PUBLIC)\\\\s+)?","captures":{"1":{"name":"punctuation.definition.tag.xml"},"2":{"name":"keyword.other.entity.xml"},"3":{"name":"punctuation.definition.entity.xml"},"4":{"name":"variable.language.entity.xml"},"5":{"name":"keyword.other.entitytype.xml"}},"end":"(>)","patterns":[{"include":"#doublequotedString"},{"include":"#singlequotedString"}]},"bare-ampersand":{"match":"&","name":"invalid.illegal.bad-ampersand.xml"},"comments":{"patterns":[{"begin":"<%--","captures":{"0":{"name":"punctuation.definition.comment.xml"},"end":"--%>","name":"comment.block.xml"}},{"begin":"<!--","captures":{"0":{"name":"punctuation.definition.comment.xml"}},"end":"-->","name":"comment.block.xml","patterns":[{"begin":"--(?!>)","captures":{"0":{"name":"invalid.illegal.bad-comments-or-CDATA.xml"}}}]}]},"doublequotedString":{"begin":"\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.xml"}},"end":"\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.xml"}},"name":"string.quoted.double.xml","patterns":[{"include":"#entity"},{"include":"#bare-ampersand"}]},"entity":{"captures":{"1":{"name":"punctuation.definition.constant.xml"},"3":{"name":"punctuation.definition.constant.xml"}},"match":"(&)([:A-Z_a-z][-.0-:A-Z_a-z]*|#[0-9]+|#x\\\\h+)(;)","name":"constant.character.entity.xml"},"internalSubset":{"begin":"(\\\\[)","captures":{"1":{"name":"punctuation.definition.constant.xml"}},"end":"(])","name":"meta.internalsubset.xml","patterns":[{"include":"#EntityDecl"},{"include":"#parameterEntity"},{"include":"#comments"}]},"parameterEntity":{"captures":{"1":{"name":"punctuation.definition.constant.xml"},"3":{"name":"punctuation.definition.constant.xml"}},"match":"(%)([:A-Z_a-z][-.0-:A-Z_a-z]*)(;)","name":"constant.character.parameter-entity.xml"},"singlequotedString":{"begin":"'","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.xml"}},"end":"'","endCaptures":{"0":{"name":"punctuation.definition.string.end.xml"}},"name":"string.quoted.single.xml","patterns":[{"include":"#entity"},{"include":"#bare-ampersand"}]},"tagStuff":{"patterns":[{"captures":{"1":{"name":"entity.other.attribute-name.namespace.xml"},"2":{"name":"entity.other.attribute-name.xml"},"3":{"name":"punctuation.separator.namespace.xml"},"4":{"name":"entity.other.attribute-name.localname.xml"}},"match":"(?:^|\\\\s+)(?:([-.\\\\w]+)((:)))?([-.:\\\\w]+)\\\\s*="},{"include":"#doublequotedString"},{"include":"#singlequotedString"}]}},"scopeName":"text.xml","embeddedLangs":["java"]}`)),i=[...t,r];export{n,i as t};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{t as e}from"./xml-
|
|
1
|
+
import{t as e}from"./xml-BI86-WbH.js";var t=Object.freeze(JSON.parse(`{"displayName":"XSL","name":"xsl","patterns":[{"begin":"(<)(xsl)((:))(template)","captures":{"1":{"name":"punctuation.definition.tag.xml"},"2":{"name":"entity.name.tag.namespace.xml"},"3":{"name":"entity.name.tag.xml"},"4":{"name":"punctuation.separator.namespace.xml"},"5":{"name":"entity.name.tag.localname.xml"}},"end":"(>)","name":"meta.tag.xml.template","patterns":[{"captures":{"1":{"name":"entity.other.attribute-name.namespace.xml"},"2":{"name":"entity.other.attribute-name.xml"},"3":{"name":"punctuation.separator.namespace.xml"},"4":{"name":"entity.other.attribute-name.localname.xml"}},"match":" (?:([-0-9A-Z_a-z]+)((:)))?([-A-Za-z]+)"},{"include":"#doublequotedString"},{"include":"#singlequotedString"}]},{"include":"text.xml"}],"repository":{"doublequotedString":{"begin":"\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.xml"}},"end":"\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.xml"}},"name":"string.quoted.double.xml"},"singlequotedString":{"begin":"'","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.xml"}},"end":"'","endCaptures":{"0":{"name":"punctuation.definition.string.end.xml"}},"name":"string.quoted.single.xml"}},"scopeName":"text.xml.xsl","embeddedLangs":["xml"]}`)),n=[...e,t];export{n as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{c as e}from"./activity-panel-app-Sl1Jro8v.js";var t=e({default:()=>n}),n=[Object.freeze(JSON.parse(`{"displayName":"YAML","fileTypes":["yaml","yml","rviz","reek","clang-format","yaml-tmlanguage","syntax","sublime-syntax"],"firstLineMatch":"^%YAML( ?1.\\\\d+)?","name":"yaml","patterns":[{"include":"#comment"},{"include":"#property"},{"include":"#directive"},{"match":"^---","name":"entity.other.document.begin.yaml"},{"match":"^\\\\.{3}","name":"entity.other.document.end.yaml"},{"include":"#node"}],"repository":{"block-collection":{"patterns":[{"include":"#block-sequence"},{"include":"#block-mapping"}]},"block-mapping":{"patterns":[{"include":"#block-pair"}]},"block-node":{"patterns":[{"include":"#prototype"},{"include":"#block-scalar"},{"include":"#block-collection"},{"include":"#flow-scalar-plain-out"},{"include":"#flow-node"}]},"block-pair":{"patterns":[{"begin":"\\\\?","beginCaptures":{"1":{"name":"punctuation.definition.key-value.begin.yaml"}},"end":"(?=\\\\?)|^ *(:)|(:)","endCaptures":{"1":{"name":"punctuation.separator.key-value.mapping.yaml"},"2":{"name":"invalid.illegal.expected-newline.yaml"}},"name":"meta.block-mapping.yaml","patterns":[{"include":"#block-node"}]},{"begin":"(?=(?:[^-\\\\]!\\"#%\\\\&'*,:>?@\\\\[\`{|}\\\\s]|[-:?]\\\\S)([^:\\\\s]|:\\\\S|\\\\s+(?![#\\\\s]))*\\\\s*:(\\\\s|$))","end":"(?=\\\\s*$|\\\\s+#|\\\\s*:(\\\\s|$))","patterns":[{"include":"#flow-scalar-plain-out-implicit-type"},{"begin":"[^-\\\\]!\\"#%\\\\&'*,:>?@\\\\[\`{|}\\\\s]|[-:?]\\\\S","beginCaptures":{"0":{"name":"entity.name.tag.yaml"}},"contentName":"entity.name.tag.yaml","end":"(?=\\\\s*$|\\\\s+#|\\\\s*:(\\\\s|$))","name":"string.unquoted.plain.out.yaml"}]},{"match":":(?=\\\\s|$)","name":"punctuation.separator.key-value.mapping.yaml"}]},"block-scalar":{"begin":"(?:(\\\\|)|(>))([1-9])?([-+])?(.*\\\\n?)","beginCaptures":{"1":{"name":"keyword.control.flow.block-scalar.literal.yaml"},"2":{"name":"keyword.control.flow.block-scalar.folded.yaml"},"3":{"name":"constant.numeric.indentation-indicator.yaml"},"4":{"name":"storage.modifier.chomping-indicator.yaml"},"5":{"patterns":[{"include":"#comment"},{"match":".+","name":"invalid.illegal.expected-comment-or-newline.yaml"}]}},"end":"^(?=\\\\S)|(?!\\\\G)","patterns":[{"begin":"^( +)(?! )","end":"^(?!\\\\1|\\\\s*$)","name":"string.unquoted.block.yaml"}]},"block-sequence":{"match":"(-)(?!\\\\S)","name":"punctuation.definition.block.sequence.item.yaml"},"comment":{"begin":"(?:^([\\\\t ]*)|[\\\\t ]+)(?=#\\\\p{print}*$)","beginCaptures":{"1":{"name":"punctuation.whitespace.comment.leading.yaml"}},"end":"(?!\\\\G)","patterns":[{"begin":"#","beginCaptures":{"0":{"name":"punctuation.definition.comment.yaml"}},"end":"\\\\n","name":"comment.line.number-sign.yaml"}]},"directive":{"begin":"^%","beginCaptures":{"0":{"name":"punctuation.definition.directive.begin.yaml"}},"end":"(?=$|[\\\\t ]+($|#))","name":"meta.directive.yaml","patterns":[{"captures":{"1":{"name":"keyword.other.directive.yaml.yaml"},"2":{"name":"constant.numeric.yaml-version.yaml"}},"match":"\\\\G(YAML)[\\\\t ]+(\\\\d+\\\\.\\\\d+)"},{"captures":{"1":{"name":"keyword.other.directive.tag.yaml"},"2":{"name":"storage.type.tag-handle.yaml"},"3":{"name":"support.type.tag-prefix.yaml"}},"match":"\\\\G(TAG)(?:[\\\\t ]+(!(?:[-0-9A-Za-z]*!)?)(?:[\\\\t ]+(!(?:%\\\\h{2}|[]!#$\\\\&-;=?-\\\\[_a-z~])*|(?![]!,\\\\[{}])(?:%\\\\h{2}|[]!#$\\\\&-;=?-\\\\[_a-z~])+))?)?"},{"captures":{"1":{"name":"support.other.directive.reserved.yaml"},"2":{"name":"string.unquoted.directive-name.yaml"},"3":{"name":"string.unquoted.directive-parameter.yaml"}},"match":"\\\\G(\\\\w+)(?:[\\\\t ]+(\\\\w+)(?:[\\\\t ]+(\\\\w+))?)?"},{"match":"\\\\S+","name":"invalid.illegal.unrecognized.yaml"}]},"flow-alias":{"captures":{"1":{"name":"keyword.control.flow.alias.yaml"},"2":{"name":"punctuation.definition.alias.yaml"},"3":{"name":"variable.other.alias.yaml"},"4":{"name":"invalid.illegal.character.anchor.yaml"}},"match":"((\\\\*))([^],/\\\\[{}\\\\s]+)([^],}\\\\s]\\\\S*)?"},"flow-collection":{"patterns":[{"include":"#flow-sequence"},{"include":"#flow-mapping"}]},"flow-mapping":{"begin":"\\\\{","beginCaptures":{"0":{"name":"punctuation.definition.mapping.begin.yaml"}},"end":"}","endCaptures":{"0":{"name":"punctuation.definition.mapping.end.yaml"}},"name":"meta.flow-mapping.yaml","patterns":[{"include":"#prototype"},{"match":",","name":"punctuation.separator.mapping.yaml"},{"include":"#flow-pair"}]},"flow-node":{"patterns":[{"include":"#prototype"},{"include":"#flow-alias"},{"include":"#flow-collection"},{"include":"#flow-scalar"}]},"flow-pair":{"patterns":[{"begin":"\\\\?","beginCaptures":{"0":{"name":"punctuation.definition.key-value.begin.yaml"}},"end":"(?=[],}])","name":"meta.flow-pair.explicit.yaml","patterns":[{"include":"#prototype"},{"include":"#flow-pair"},{"include":"#flow-node"},{"begin":":(?=\\\\s|$|[],\\\\[{}])","beginCaptures":{"0":{"name":"punctuation.separator.key-value.mapping.yaml"}},"end":"(?=[],}])","patterns":[{"include":"#flow-value"}]}]},{"begin":"(?=(?:[^-\\\\]!\\"#%\\\\&'*,:>?@\\\\[\`{|}\\\\s]|[-:?][^],\\\\[{}\\\\s])([^],:\\\\[{}\\\\s]|:[^],\\\\[{}\\\\s]|\\\\s+(?![#\\\\s]))*\\\\s*:(\\\\s|$))","end":"(?=\\\\s*$|\\\\s+#|\\\\s*:(\\\\s|$)|\\\\s*:[],\\\\[{}]|\\\\s*[],\\\\[{}])","name":"meta.flow-pair.key.yaml","patterns":[{"include":"#flow-scalar-plain-in-implicit-type"},{"begin":"[^-\\\\]!\\"#%\\\\&'*,:>?@\\\\[\`{|}\\\\s]|[-:?][^],\\\\[{}\\\\s]","beginCaptures":{"0":{"name":"entity.name.tag.yaml"}},"contentName":"entity.name.tag.yaml","end":"(?=\\\\s*$|\\\\s+#|\\\\s*:(\\\\s|$)|\\\\s*:[],\\\\[{}]|\\\\s*[],\\\\[{}])","name":"string.unquoted.plain.in.yaml"}]},{"include":"#flow-node"},{"begin":":(?=\\\\s|$|[],\\\\[{}])","captures":{"0":{"name":"punctuation.separator.key-value.mapping.yaml"}},"end":"(?=[],}])","name":"meta.flow-pair.yaml","patterns":[{"include":"#flow-value"}]}]},"flow-scalar":{"patterns":[{"include":"#flow-scalar-double-quoted"},{"include":"#flow-scalar-single-quoted"},{"include":"#flow-scalar-plain-in"}]},"flow-scalar-double-quoted":{"begin":"\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.yaml"}},"end":"\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.yaml"}},"name":"string.quoted.double.yaml","patterns":[{"match":"\\\\\\\\([ \\"/0LN\\\\\\\\_abefnprtv]|x\\\\d\\\\d|u\\\\d{4}|U\\\\d{8})","name":"constant.character.escape.yaml"},{"match":"\\\\\\\\\\\\n","name":"constant.character.escape.double-quoted.newline.yaml"}]},"flow-scalar-plain-in":{"patterns":[{"include":"#flow-scalar-plain-in-implicit-type"},{"begin":"[^-\\\\]!\\"#%\\\\&'*,:>?@\\\\[\`{|}\\\\s]|[-:?][^],\\\\[{}\\\\s]","end":"(?=\\\\s*$|\\\\s+#|\\\\s*:(\\\\s|$)|\\\\s*:[],\\\\[{}]|\\\\s*[],\\\\[{}])","name":"string.unquoted.plain.in.yaml"}]},"flow-scalar-plain-in-implicit-type":{"patterns":[{"captures":{"1":{"name":"constant.language.null.yaml"},"2":{"name":"constant.language.boolean.yaml"},"3":{"name":"constant.numeric.integer.yaml"},"4":{"name":"constant.numeric.float.yaml"},"5":{"name":"constant.other.timestamp.yaml"},"6":{"name":"constant.language.value.yaml"},"7":{"name":"constant.language.merge.yaml"}},"match":"(?:(null|Null|NULL|~)|([Yy]|yes|Yes|YES|[Nn]|no|No|NO|true|True|TRUE|false|False|FALSE|on|On|ON|off|Off|OFF)|([-+]?0b[01_]+|[-+]?0[0-7_]+|[-+]?(?:0|[1-9][0-9_]*)|[-+]?0x[_\\\\h]+|[-+]?[1-9][0-9_]*(?::[0-5]?[0-9])+)|([-+]?(?:[0-9][0-9_]*)?\\\\.[.0-9]*(?:[Ee][-+][0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\\\.[0-9_]*|[-+]?\\\\.(?:inf|Inf|INF)|\\\\.(?:nan|NaN|NAN))|(\\\\d{4}-\\\\d{2}-\\\\d{2}|\\\\d{4}-\\\\d{1,2}-\\\\d{1,2}(?:[Tt]|[\\\\t ]+)\\\\d{1,2}:\\\\d{2}:\\\\d{2}(?:\\\\.\\\\d*)?(?:[\\\\t ]*Z|[-+]\\\\d{1,2}(?::\\\\d{1,2})?)?)|(=)|(<<))(?=\\\\s*$|\\\\s+#|\\\\s*:(\\\\s|$)|\\\\s*:[],\\\\[{}]|\\\\s*[],\\\\[{}])"}]},"flow-scalar-plain-out":{"patterns":[{"include":"#flow-scalar-plain-out-implicit-type"},{"begin":"[^-\\\\]!\\"#%\\\\&'*,:>?@\\\\[\`{|}\\\\s]|[-:?]\\\\S","end":"(?=\\\\s*$|\\\\s+#|\\\\s*:(\\\\s|$))","name":"string.unquoted.plain.out.yaml"}]},"flow-scalar-plain-out-implicit-type":{"patterns":[{"captures":{"1":{"name":"constant.language.null.yaml"},"2":{"name":"constant.language.boolean.yaml"},"3":{"name":"constant.numeric.integer.yaml"},"4":{"name":"constant.numeric.float.yaml"},"5":{"name":"constant.other.timestamp.yaml"},"6":{"name":"constant.language.value.yaml"},"7":{"name":"constant.language.merge.yaml"}},"match":"(?:(null|Null|NULL|~)|([Yy]|yes|Yes|YES|[Nn]|no|No|NO|true|True|TRUE|false|False|FALSE|on|On|ON|off|Off|OFF)|([-+]?0b[01_]+|[-+]?0[0-7_]+|[-+]?(?:0|[1-9][0-9_]*)|[-+]?0x[_\\\\h]+|[-+]?[1-9][0-9_]*(?::[0-5]?[0-9])+)|([-+]?(?:[0-9][0-9_]*)?\\\\.[.0-9]*(?:[Ee][-+][0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\\\.[0-9_]*|[-+]?\\\\.(?:inf|Inf|INF)|\\\\.(?:nan|NaN|NAN))|(\\\\d{4}-\\\\d{2}-\\\\d{2}|\\\\d{4}-\\\\d{1,2}-\\\\d{1,2}(?:[Tt]|[\\\\t ]+)\\\\d{1,2}:\\\\d{2}:\\\\d{2}(?:\\\\.\\\\d*)?(?:[\\\\t ]*Z|[-+]\\\\d{1,2}(?::\\\\d{1,2})?)?)|(=)|(<<))(?=\\\\s*$|\\\\s+#|\\\\s*:(\\\\s|$))"}]},"flow-scalar-single-quoted":{"begin":"'","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.yaml"}},"end":"'(?!')","endCaptures":{"0":{"name":"punctuation.definition.string.end.yaml"}},"name":"string.quoted.single.yaml","patterns":[{"match":"''","name":"constant.character.escape.single-quoted.yaml"}]},"flow-sequence":{"begin":"\\\\[","beginCaptures":{"0":{"name":"punctuation.definition.sequence.begin.yaml"}},"end":"]","endCaptures":{"0":{"name":"punctuation.definition.sequence.end.yaml"}},"name":"meta.flow-sequence.yaml","patterns":[{"include":"#prototype"},{"match":",","name":"punctuation.separator.sequence.yaml"},{"include":"#flow-pair"},{"include":"#flow-node"}]},"flow-value":{"patterns":[{"begin":"\\\\G(?![],}])","end":"(?=[],}])","name":"meta.flow-pair.value.yaml","patterns":[{"include":"#flow-node"}]}]},"node":{"patterns":[{"include":"#block-node"}]},"property":{"begin":"(?=[!\\\\&])","end":"(?!\\\\G)","name":"meta.property.yaml","patterns":[{"captures":{"1":{"name":"keyword.control.property.anchor.yaml"},"2":{"name":"punctuation.definition.anchor.yaml"},"3":{"name":"entity.name.type.anchor.yaml"},"4":{"name":"invalid.illegal.character.anchor.yaml"}},"match":"\\\\G((&))([^],/\\\\[{}\\\\s]+)(\\\\S+)?"},{"match":"\\\\G!(?:<(?:%\\\\h{2}|[]!#$\\\\&-;=?-\\\\[_a-z~])+>|(?:[-0-9A-Za-z]*!)?(?:%\\\\h{2}|[#$\\\\&-+\\\\--;=?-Z_a-z~])+|)(?=[\\\\t ]|$)","name":"storage.type.tag-handle.yaml"},{"match":"\\\\S+","name":"invalid.illegal.tag-handle.yaml"}]},"prototype":{"patterns":[{"include":"#comment"},{"include":"#property"}]}},"scopeName":"source.yaml","aliases":["yml"]}`))];export{t as n,n as t};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { createHash } from "node:crypto";
|
|
2
|
+
import { resolve } from "node:path";
|
|
3
|
+
export const BOOTSTRAP_CONTEXT_COMPONENTS = [
|
|
4
|
+
"agentsFiles",
|
|
5
|
+
"availableAgentsFiles",
|
|
6
|
+
"skills",
|
|
7
|
+
"skillDiagnostics",
|
|
8
|
+
"capabilityGuides",
|
|
9
|
+
"agentProfiles",
|
|
10
|
+
];
|
|
11
|
+
export function resolveBootstrapContextComponents(mode, currentFingerprints, deliveries, contextFingerprint) {
|
|
12
|
+
if (mode === "none")
|
|
13
|
+
return [];
|
|
14
|
+
if (mode === "full")
|
|
15
|
+
return [...BOOTSTRAP_CONTEXT_COMPONENTS];
|
|
16
|
+
if (deliveries.length === 0)
|
|
17
|
+
return [...BOOTSTRAP_CONTEXT_COMPONENTS];
|
|
18
|
+
if (contextFingerprint &&
|
|
19
|
+
deliveries.some((delivery) => !delivery.componentFingerprints && delivery.contextFingerprint === contextFingerprint)) {
|
|
20
|
+
return [];
|
|
21
|
+
}
|
|
22
|
+
return BOOTSTRAP_CONTEXT_COMPONENTS.filter((component) => !deliveries.some((delivery) => delivery.componentFingerprints?.[component] === currentFingerprints[component]));
|
|
23
|
+
}
|
|
24
|
+
export function bootstrapContextFingerprints(workspace, agentsFiles, availableAgentsFiles) {
|
|
25
|
+
const payload = {
|
|
26
|
+
agentsFiles: agentsFiles
|
|
27
|
+
.map((file) => ({ path: resolve(file.path), content: file.content }))
|
|
28
|
+
.sort((left, right) => left.path.localeCompare(right.path)),
|
|
29
|
+
availableAgentsFiles: availableAgentsFiles
|
|
30
|
+
.map((file) => resolve(file.path))
|
|
31
|
+
.sort((left, right) => left.localeCompare(right)),
|
|
32
|
+
skills: workspace.skills
|
|
33
|
+
.map((skill) => ({
|
|
34
|
+
name: skill.name,
|
|
35
|
+
description: skill.description,
|
|
36
|
+
filePath: resolve(skill.filePath),
|
|
37
|
+
disableModelInvocation: skill.disableModelInvocation ?? false,
|
|
38
|
+
}))
|
|
39
|
+
.sort((left, right) => left.name.localeCompare(right.name) || left.filePath.localeCompare(right.filePath)),
|
|
40
|
+
skillDiagnostics: workspace.skillDiagnostics,
|
|
41
|
+
capabilityGuides: workspace.capabilityGuides
|
|
42
|
+
.map((guide) => ({
|
|
43
|
+
name: guide.name,
|
|
44
|
+
description: guide.description,
|
|
45
|
+
whenToRead: guide.whenToRead,
|
|
46
|
+
filePath: resolve(guide.filePath),
|
|
47
|
+
}))
|
|
48
|
+
.sort((left, right) => left.name.localeCompare(right.name)),
|
|
49
|
+
agentProfiles: workspace.agentProfiles
|
|
50
|
+
.map((profile) => ({
|
|
51
|
+
name: profile.name,
|
|
52
|
+
description: profile.description,
|
|
53
|
+
provider: profile.provider,
|
|
54
|
+
model: profile.model,
|
|
55
|
+
thinking: profile.thinking,
|
|
56
|
+
filePath: resolve(profile.filePath),
|
|
57
|
+
}))
|
|
58
|
+
.sort((left, right) => left.name.localeCompare(right.name)),
|
|
59
|
+
};
|
|
60
|
+
const hash = (value) => createHash("sha256").update(JSON.stringify(value)).digest("hex");
|
|
61
|
+
return {
|
|
62
|
+
contextFingerprint: hash(payload),
|
|
63
|
+
componentFingerprints: {
|
|
64
|
+
agentsFiles: hash(payload.agentsFiles),
|
|
65
|
+
availableAgentsFiles: hash(payload.availableAgentsFiles),
|
|
66
|
+
skills: hash(payload.skills),
|
|
67
|
+
skillDiagnostics: hash(payload.skillDiagnostics),
|
|
68
|
+
capabilityGuides: hash(payload.capabilityGuides),
|
|
69
|
+
agentProfiles: hash(payload.agentProfiles),
|
|
70
|
+
},
|
|
71
|
+
};
|
|
72
|
+
}
|
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
import { opendir, readFile, realpath } from "node:fs/promises";
|
|
2
|
+
import { tmpdir } from "node:os";
|
|
3
|
+
import { dirname, join, relative, resolve, sep } from "node:path";
|
|
4
|
+
import { markCapabilityGuideActivated, resolveCapabilityGuideReadPath, } from "../mcp/server/core/capabilities.js";
|
|
5
|
+
import { assertAllowedPath, isPathInsideRoot, resolveAllowedPath, } from "../mcp/filesystem/roots.js";
|
|
6
|
+
import { loadWorkspaceSkills, markSkillActivated, resolveSkillReadPath, } from "./resources/skills.js";
|
|
7
|
+
const INITIAL_INSTRUCTION_DISCOVERY_DEPTH = 1;
|
|
8
|
+
const CONTEXT_FILE_NAMES = new Set(["AGENTS.md", "AGENTS.MD", "CLAUDE.md", "CLAUDE.MD"]);
|
|
9
|
+
const SKIPPED_CONTEXT_DIRS = new Set([
|
|
10
|
+
".git",
|
|
11
|
+
".hg",
|
|
12
|
+
".svn",
|
|
13
|
+
".forgerelay",
|
|
14
|
+
"node_modules",
|
|
15
|
+
"dist",
|
|
16
|
+
"build",
|
|
17
|
+
".next",
|
|
18
|
+
".turbo",
|
|
19
|
+
".cache",
|
|
20
|
+
]);
|
|
21
|
+
/**
|
|
22
|
+
* Own the Workspace filesystem context boundary. Keeping path containment,
|
|
23
|
+
* instruction discovery, and virtual Skill/Capability reads together prevents
|
|
24
|
+
* lifecycle code from accidentally bypassing the same security rules.
|
|
25
|
+
*/
|
|
26
|
+
export class WorkspaceContextService {
|
|
27
|
+
config;
|
|
28
|
+
constructor(config) {
|
|
29
|
+
this.config = config;
|
|
30
|
+
}
|
|
31
|
+
fileToolRoots(workspace) {
|
|
32
|
+
return [workspace.root, tmpdir()];
|
|
33
|
+
}
|
|
34
|
+
resolvePath(workspace, inputPath) {
|
|
35
|
+
const absolutePath = resolveAllowedPath(inputPath, workspace.root, [workspace.root]);
|
|
36
|
+
if (!isPathInsideRoot(absolutePath, workspace.root)) {
|
|
37
|
+
throw new Error(`Path is outside workspace root: ${inputPath}`);
|
|
38
|
+
}
|
|
39
|
+
return absolutePath;
|
|
40
|
+
}
|
|
41
|
+
resolveReadPath(workspace, inputPath) {
|
|
42
|
+
if (inputPath.startsWith("skills://")) {
|
|
43
|
+
const skillRead = resolveSkillReadPath(workspace.skills, workspace.activatedSkillDirs, inputPath);
|
|
44
|
+
if (!skillRead) {
|
|
45
|
+
throw new Error(`Skill resource is not readable before its skill is loaded: ${inputPath}. Read skills://<name> first.`);
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
absolutePath: skillRead.absolutePath,
|
|
49
|
+
readRoots: [workspace.root, skillRead.skill.baseDir],
|
|
50
|
+
skillRead,
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
try {
|
|
54
|
+
return {
|
|
55
|
+
absolutePath: this.resolvePath(workspace, inputPath),
|
|
56
|
+
readRoots: [workspace.root],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
catch (workspaceError) {
|
|
60
|
+
const skillRead = resolveSkillReadPath(workspace.skills, workspace.activatedSkillDirs, inputPath);
|
|
61
|
+
if (skillRead) {
|
|
62
|
+
return {
|
|
63
|
+
absolutePath: skillRead.absolutePath,
|
|
64
|
+
readRoots: [workspace.root, skillRead.skill.baseDir],
|
|
65
|
+
skillRead,
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
const capabilityGuideRead = resolveCapabilityGuideReadPath(workspace.capabilityGuides, workspace.activatedCapabilityGuideDirs, inputPath);
|
|
69
|
+
if (capabilityGuideRead) {
|
|
70
|
+
return {
|
|
71
|
+
absolutePath: capabilityGuideRead.absolutePath,
|
|
72
|
+
readRoots: [workspace.root, capabilityGuideRead.guide.baseDir],
|
|
73
|
+
capabilityGuideRead,
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
try {
|
|
77
|
+
return {
|
|
78
|
+
absolutePath: resolveAllowedPath(inputPath, workspace.root, [tmpdir()]),
|
|
79
|
+
readRoots: this.fileToolRoots(workspace),
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
catch {
|
|
83
|
+
throw workspaceError;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
markReadPathLoaded(workspace, readPath) {
|
|
88
|
+
if (readPath.skillRead?.isSkillFile) {
|
|
89
|
+
markSkillActivated(workspace.activatedSkillDirs, readPath.skillRead.skill);
|
|
90
|
+
}
|
|
91
|
+
if (readPath.capabilityGuideRead?.isGuideFile) {
|
|
92
|
+
markCapabilityGuideActivated(workspace.activatedCapabilityGuideDirs, readPath.capabilityGuideRead.guide);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
async readAdvertisedInstruction(workspace, inputPath) {
|
|
96
|
+
const candidates = [
|
|
97
|
+
...workspace.loadedInstructionPaths,
|
|
98
|
+
...new Set([...workspace.knownInstructionPathsByDir.values()].flat()),
|
|
99
|
+
];
|
|
100
|
+
const selectedPath = candidates.find((candidate) => candidate === inputPath || formatAgentsPath(candidate, workspace.root) === inputPath);
|
|
101
|
+
if (!selectedPath) {
|
|
102
|
+
throw new Error(`Instruction path is not advertised for this Workspace: ${inputPath}`);
|
|
103
|
+
}
|
|
104
|
+
const realPath = await tryRealpath(selectedPath);
|
|
105
|
+
if (!realPath) {
|
|
106
|
+
throw new Error(`Instruction file is no longer available: ${inputPath}`);
|
|
107
|
+
}
|
|
108
|
+
// Project instructions must resolve inside the Workspace. The configured
|
|
109
|
+
// system instruction is intentionally exempt because it is trusted global
|
|
110
|
+
// input and may be a symlink outside the project tree.
|
|
111
|
+
if (resolve(selectedPath) !== resolve(this.config.systemInstructionsPath)) {
|
|
112
|
+
const realRoot = (await tryRealpath(workspace.root)) ?? resolve(workspace.root);
|
|
113
|
+
if (!isPathInsideRoot(realPath, realRoot)) {
|
|
114
|
+
throw new Error(`Instruction path escaped the Workspace after discovery: ${inputPath}`);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
return {
|
|
118
|
+
path: selectedPath,
|
|
119
|
+
content: await readFile(realPath, "utf8"),
|
|
120
|
+
status: workspace.loadedInstructionPaths.has(selectedPath) ? "loaded" : "available",
|
|
121
|
+
};
|
|
122
|
+
}
|
|
123
|
+
resolveWorkingDirectory(workspace, workingDirectory) {
|
|
124
|
+
const directory = workingDirectory ? this.resolvePath(workspace, workingDirectory) : workspace.root;
|
|
125
|
+
return assertAllowedPath(directory, [workspace.root]);
|
|
126
|
+
}
|
|
127
|
+
loadSkillsForWorkspace(root) {
|
|
128
|
+
const result = loadWorkspaceSkills(this.config, root);
|
|
129
|
+
return {
|
|
130
|
+
skills: result.skills,
|
|
131
|
+
skillDiagnostics: result.diagnostics,
|
|
132
|
+
};
|
|
133
|
+
}
|
|
134
|
+
assertWorkspaceRootAllowed(root, mode, sourceRoot) {
|
|
135
|
+
if (mode === "worktree") {
|
|
136
|
+
if (!sourceRoot) {
|
|
137
|
+
throw new Error(`Stored worktree workspace is missing sourceRoot: ${root}`);
|
|
138
|
+
}
|
|
139
|
+
assertAllowedPath(sourceRoot, this.config.allowedRoots);
|
|
140
|
+
return assertAllowedPath(root, [this.config.worktreeRoot]);
|
|
141
|
+
}
|
|
142
|
+
return assertAllowedPath(root, this.config.allowedRoots);
|
|
143
|
+
}
|
|
144
|
+
async loadInitialAgentsFiles(workspace) {
|
|
145
|
+
const systemInstructionsPath = resolve(this.config.systemInstructionsPath);
|
|
146
|
+
const loadedFiles = [];
|
|
147
|
+
const systemInstructions = await readSystemInstructions(systemInstructionsPath);
|
|
148
|
+
const systemInstructionsRealPath = await tryRealpath(systemInstructionsPath);
|
|
149
|
+
if (systemInstructions !== undefined) {
|
|
150
|
+
loadedFiles.push({ path: systemInstructionsPath, content: systemInstructions });
|
|
151
|
+
workspace.loadedInstructionPaths.add(systemInstructionsPath);
|
|
152
|
+
if (systemInstructionsRealPath)
|
|
153
|
+
workspace.loadedInstructionRealPaths.add(systemInstructionsRealPath);
|
|
154
|
+
}
|
|
155
|
+
await this.discoverInstructionTree(workspace, workspace.root, INITIAL_INSTRUCTION_DISCOVERY_DEPTH);
|
|
156
|
+
loadedFiles.push(...await this.loadKnownInstructionsInDirectory(workspace, workspace.root));
|
|
157
|
+
return loadedFiles;
|
|
158
|
+
}
|
|
159
|
+
async findAvailableAgentsFiles(workspace, loadedFiles) {
|
|
160
|
+
const loadedPaths = new Set(loadedFiles.map((file) => resolve(file.path)));
|
|
161
|
+
const discovered = [];
|
|
162
|
+
for (const paths of workspace.knownInstructionPathsByDir.values()) {
|
|
163
|
+
for (const path of paths) {
|
|
164
|
+
if (loadedPaths.has(path))
|
|
165
|
+
continue;
|
|
166
|
+
const realPath = await tryRealpath(path);
|
|
167
|
+
if (realPath && workspace.loadedInstructionRealPaths.has(realPath))
|
|
168
|
+
continue;
|
|
169
|
+
discovered.push({ path });
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
return discovered.sort((a, b) => a.path.localeCompare(b.path));
|
|
173
|
+
}
|
|
174
|
+
async discoverPathInstructions(workspace, inputPath) {
|
|
175
|
+
const absolutePath = resolve(inputPath);
|
|
176
|
+
if (!isPathInsideRoot(absolutePath, workspace.root))
|
|
177
|
+
return [];
|
|
178
|
+
const targetDirectory = dirname(absolutePath);
|
|
179
|
+
const relationship = relative(workspace.root, targetDirectory);
|
|
180
|
+
if (relationship === ".." ||
|
|
181
|
+
relationship.startsWith(`..${sep}`) ||
|
|
182
|
+
resolve(targetDirectory) === resolve(this.config.agentDir) ||
|
|
183
|
+
isPathInsideRoot(targetDirectory, resolve(this.config.agentDir))) {
|
|
184
|
+
return [];
|
|
185
|
+
}
|
|
186
|
+
const directories = [resolve(workspace.root)];
|
|
187
|
+
if (relationship) {
|
|
188
|
+
let current = resolve(workspace.root);
|
|
189
|
+
for (const segment of relationship.split(sep).filter(Boolean)) {
|
|
190
|
+
if (SKIPPED_CONTEXT_DIRS.has(segment))
|
|
191
|
+
break;
|
|
192
|
+
current = join(current, segment);
|
|
193
|
+
directories.push(current);
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
const loaded = [];
|
|
197
|
+
for (const directory of directories) {
|
|
198
|
+
await this.discoverInstructionTree(workspace, directory, 0);
|
|
199
|
+
loaded.push(...await this.loadKnownInstructionsInDirectory(workspace, directory));
|
|
200
|
+
}
|
|
201
|
+
return loaded;
|
|
202
|
+
}
|
|
203
|
+
async discoverInstructionTree(workspace, directory, remainingDepth) {
|
|
204
|
+
const resolvedDirectory = resolve(directory);
|
|
205
|
+
if (workspace.scannedInstructionDirs.has(resolvedDirectory))
|
|
206
|
+
return;
|
|
207
|
+
workspace.scannedInstructionDirs.add(resolvedDirectory);
|
|
208
|
+
if (resolvedDirectory !== resolve(workspace.root) &&
|
|
209
|
+
isPathInsideRoot(resolvedDirectory, resolve(this.config.agentDir))) {
|
|
210
|
+
return;
|
|
211
|
+
}
|
|
212
|
+
let entries;
|
|
213
|
+
try {
|
|
214
|
+
entries = await opendir(resolvedDirectory);
|
|
215
|
+
}
|
|
216
|
+
catch {
|
|
217
|
+
return;
|
|
218
|
+
}
|
|
219
|
+
const instructionPaths = [];
|
|
220
|
+
const childDirectories = [];
|
|
221
|
+
for await (const entry of entries) {
|
|
222
|
+
const path = join(resolvedDirectory, entry.name);
|
|
223
|
+
if (entry.isFile() && CONTEXT_FILE_NAMES.has(entry.name)) {
|
|
224
|
+
instructionPaths.push(path);
|
|
225
|
+
continue;
|
|
226
|
+
}
|
|
227
|
+
if (remainingDepth > 0 && entry.isDirectory() && !SKIPPED_CONTEXT_DIRS.has(entry.name)) {
|
|
228
|
+
childDirectories.push(path);
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
workspace.knownInstructionPathsByDir.set(resolvedDirectory, instructionPaths.sort((left, right) => left.localeCompare(right)));
|
|
232
|
+
if (remainingDepth <= 0)
|
|
233
|
+
return;
|
|
234
|
+
for (const childDirectory of childDirectories) {
|
|
235
|
+
await this.discoverInstructionTree(workspace, childDirectory, remainingDepth - 1);
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
async loadKnownInstructionsInDirectory(workspace, directory) {
|
|
239
|
+
const resolvedDirectory = resolve(directory);
|
|
240
|
+
const paths = workspace.knownInstructionPathsByDir.get(resolvedDirectory) ?? [];
|
|
241
|
+
const loaded = [];
|
|
242
|
+
const resolvedRoot = (await tryRealpath(workspace.root)) ?? resolve(workspace.root);
|
|
243
|
+
const realDirectory = (await tryRealpath(resolvedDirectory)) ?? resolvedDirectory;
|
|
244
|
+
for (const path of paths) {
|
|
245
|
+
const realPath = await tryRealpath(path);
|
|
246
|
+
if (!realPath)
|
|
247
|
+
continue;
|
|
248
|
+
if (!isPathInsideRoot(realPath, resolvedRoot))
|
|
249
|
+
continue;
|
|
250
|
+
if (dirname(realPath) !== realDirectory)
|
|
251
|
+
continue;
|
|
252
|
+
if (workspace.loadedInstructionRealPaths.has(realPath))
|
|
253
|
+
continue;
|
|
254
|
+
let content;
|
|
255
|
+
try {
|
|
256
|
+
content = await readFile(realPath, "utf8");
|
|
257
|
+
}
|
|
258
|
+
catch (error) {
|
|
259
|
+
if (isErrnoException(error) && (error.code === "ENOENT" || error.code === "ENOTDIR"))
|
|
260
|
+
continue;
|
|
261
|
+
throw error;
|
|
262
|
+
}
|
|
263
|
+
workspace.loadedInstructionRealPaths.add(realPath);
|
|
264
|
+
workspace.loadedInstructionPaths.add(path);
|
|
265
|
+
loaded.push({ path, content });
|
|
266
|
+
}
|
|
267
|
+
return loaded;
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
export function formatAgentsPath(path, workspaceRoot) {
|
|
271
|
+
if (!workspaceRoot)
|
|
272
|
+
return path.split(sep).join("/");
|
|
273
|
+
const relationship = relative(workspaceRoot, path);
|
|
274
|
+
if (relationship === "" ||
|
|
275
|
+
relationship.startsWith("..") ||
|
|
276
|
+
relationship === ".." ||
|
|
277
|
+
relationship.includes(`..${sep}`)) {
|
|
278
|
+
return path.split(sep).join("/");
|
|
279
|
+
}
|
|
280
|
+
return relationship.split(sep).join("/");
|
|
281
|
+
}
|
|
282
|
+
async function readSystemInstructions(path) {
|
|
283
|
+
try {
|
|
284
|
+
return await readFile(path, "utf8");
|
|
285
|
+
}
|
|
286
|
+
catch (error) {
|
|
287
|
+
if (isErrnoException(error) && (error.code === "ENOENT" || error.code === "ENOTDIR"))
|
|
288
|
+
return undefined;
|
|
289
|
+
throw error;
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
async function tryRealpath(path) {
|
|
293
|
+
try {
|
|
294
|
+
return await realpath(path);
|
|
295
|
+
}
|
|
296
|
+
catch {
|
|
297
|
+
return undefined;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
function isErrnoException(error) {
|
|
301
|
+
return error instanceof Error && "code" in error;
|
|
302
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { execFile } from "node:child_process";
|
|
2
|
+
import { mkdtemp, mkdir, rename, rm, writeFile } from "node:fs/promises";
|
|
3
|
+
import { tmpdir } from "node:os";
|
|
4
|
+
import { join } from "node:path";
|
|
5
|
+
import { promisify } from "node:util";
|
|
6
|
+
import { loadConfig } from "../runtime/config/config.js";
|
|
7
|
+
import { SqliteWorkspaceStore } from "./state/workspace-store.js";
|
|
8
|
+
import { WorkspaceRegistry } from "../workspaces.js";
|
|
9
|
+
const execFileAsync = promisify(execFile);
|
|
10
|
+
export async function fixture(t, options = {}) {
|
|
11
|
+
const root = await mkdtemp(join(tmpdir(), "forgerelay-workspace-conversation-test-"));
|
|
12
|
+
const project = join(root, "project");
|
|
13
|
+
const agentDir = join(root, "agent");
|
|
14
|
+
const stateDir = join(root, ".state");
|
|
15
|
+
const stores = new Set();
|
|
16
|
+
await mkdir(join(project, ".forgerelay", "agents"), { recursive: true });
|
|
17
|
+
await mkdir(agentDir, { recursive: true });
|
|
18
|
+
await writeFile(join(agentDir, "AGENTS.md"), "global instructions\n");
|
|
19
|
+
await writeFile(join(project, "AGENTS.md"), "project instructions\n");
|
|
20
|
+
await writeFile(join(project, ".forgerelay", "agents", "reviewer.md"), [
|
|
21
|
+
"---",
|
|
22
|
+
"name: reviewer",
|
|
23
|
+
"description: Reviews project changes.",
|
|
24
|
+
"provider: codex",
|
|
25
|
+
"---",
|
|
26
|
+
"Review changes.",
|
|
27
|
+
].join("\n"));
|
|
28
|
+
if (options.git)
|
|
29
|
+
await initializeGitRepository(project);
|
|
30
|
+
const config = loadConfig({
|
|
31
|
+
FORGERELAY_CONFIG_DIR: join(root, ".config"),
|
|
32
|
+
FORGERELAY_ALLOWED_ROOTS: root,
|
|
33
|
+
FORGERELAY_WORKTREE_ROOT: join(root, ".worktrees"),
|
|
34
|
+
FORGERELAY_AGENT_DIR: agentDir,
|
|
35
|
+
FORGERELAY_SUBAGENTS: "1",
|
|
36
|
+
FORGERELAY_OAUTH_OWNER_TOKEN: "test-owner-token-that-is-long-enough",
|
|
37
|
+
PORT: "1",
|
|
38
|
+
});
|
|
39
|
+
const openStore = () => {
|
|
40
|
+
const store = new SqliteWorkspaceStore(stateDir);
|
|
41
|
+
stores.add(store);
|
|
42
|
+
return store;
|
|
43
|
+
};
|
|
44
|
+
const closeStore = (store) => {
|
|
45
|
+
if (stores.delete(store))
|
|
46
|
+
store.close();
|
|
47
|
+
};
|
|
48
|
+
const store = openStore();
|
|
49
|
+
t.after(async () => {
|
|
50
|
+
for (const openStore of stores)
|
|
51
|
+
openStore.close();
|
|
52
|
+
await rm(root, { recursive: true, force: true });
|
|
53
|
+
});
|
|
54
|
+
return {
|
|
55
|
+
root,
|
|
56
|
+
project,
|
|
57
|
+
stateDir,
|
|
58
|
+
config,
|
|
59
|
+
store,
|
|
60
|
+
registry: new WorkspaceRegistry(config, store),
|
|
61
|
+
openStore,
|
|
62
|
+
closeStore,
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
export async function breakAgentsDirectory(agentsDir, backupDir) {
|
|
66
|
+
await rename(agentsDir, backupDir);
|
|
67
|
+
await writeFile(agentsDir, "not a directory\n");
|
|
68
|
+
}
|
|
69
|
+
export async function restoreAgentsDirectory(agentsDir, backupDir) {
|
|
70
|
+
await rm(agentsDir, { force: true });
|
|
71
|
+
await rename(backupDir, agentsDir);
|
|
72
|
+
}
|
|
73
|
+
export async function initializeGitRepository(root) {
|
|
74
|
+
await writeFile(join(root, "README.md"), "hello\n");
|
|
75
|
+
await git(root, ["init"]);
|
|
76
|
+
await git(root, ["config", "user.email", "forgerelay@example.com"]);
|
|
77
|
+
await git(root, ["config", "user.name", "ForgeRelay Test"]);
|
|
78
|
+
await git(root, ["add", "."]);
|
|
79
|
+
await git(root, ["commit", "-m", "Initial commit"]);
|
|
80
|
+
}
|
|
81
|
+
export async function git(cwd, args) {
|
|
82
|
+
await execFileAsync("git", args, { cwd });
|
|
83
|
+
}
|
|
84
|
+
export function checkoutTargetKey(project) {
|
|
85
|
+
return JSON.stringify(["checkout", project, null]);
|
|
86
|
+
}
|
|
@@ -3,7 +3,7 @@ import { execFile } from "node:child_process";
|
|
|
3
3
|
import { promisify } from "node:util";
|
|
4
4
|
import { mkdir, realpath, rm, stat } from "node:fs/promises";
|
|
5
5
|
import { basename, join, relative, resolve } from "node:path";
|
|
6
|
-
import { assertAllowedPath, isPathInsideRoot } from "
|
|
6
|
+
import { assertAllowedPath, isPathInsideRoot } from "../../mcp/filesystem/roots.js";
|
|
7
7
|
const execFileAsync = promisify(execFile);
|
|
8
8
|
export class GitWorktreeError extends Error {
|
|
9
9
|
code;
|