Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 24 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ node_modules/

.nvmrc

.gstack

# DevContainer
# .devcontainer/certs/*.crt
# .devcontainer/certs/*.pem
Expand Down Expand Up @@ -70,9 +68,33 @@ CLAUDE.local.md
# Claude settings
.claude/settings.json
.claude/settings.local.json
.claude/worktrees/


# Auto-generated package metadata
**/pkg-meta.ts

# Dev-time utilities
profile-ast.mjs
scripts/sync-vscode-theme.ts

# ── GSD baseline (auto-generated) ──
.gsd
.gsd-id
.bg-shell/
*.code-workspace
.env.*
!.env.example
.venv/
venv/
vendor/
.cache/
tmp/

# Copybara JAR (extracted from Docker image — not committed)
os-sync/copybara_deploy.jar

# AI Readiness audit artifacts (intermediate; AI_READINESS_REPORT.md is committed)
AI_READINESS_PRECHECK*.json
AI_READINESS_JUDGMENT.json

7 changes: 7 additions & 0 deletions apps/docs/docs/api/typedoc-sidebar.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const typedocSidebar = { items: [{"type":"category","label":"Classes","items":[{"type":"doc","id":"api/classes/WorkerParserManager","label":"WorkerParserManager"}]},{"type":"category","label":"Interfaces","items":[{"type":"doc","id":"api/interfaces/ErrorResult","label":"ErrorResult"},{"type":"doc","id":"api/interfaces/HighlightCapture","label":"HighlightCapture"},{"type":"doc","id":"api/interfaces/HighlightResult","label":"HighlightResult"},{"type":"doc","id":"api/interfaces/ParseError","label":"ParseError"},{"type":"doc","id":"api/interfaces/ParseResult","label":"ParseResult"},{"type":"doc","id":"api/interfaces/SchemaFieldInfo","label":"SchemaFieldInfo"},{"type":"doc","id":"api/interfaces/SerializedNode","label":"SerializedNode"},{"type":"doc","id":"api/interfaces/ThemeColors","label":"ThemeColors"},{"type":"doc","id":"api/interfaces/TokenStyle","label":"TokenStyle"}]},{"type":"category","label":"Type Aliases","items":[{"type":"doc","id":"api/type-aliases/HoverInfo","label":"HoverInfo"},{"type":"doc","id":"api/type-aliases/KeywordHoverInfo","label":"KeywordHoverInfo"},{"type":"doc","id":"api/type-aliases/SchemaHoverInfo","label":"SchemaHoverInfo"}]},{"type":"category","label":"Functions","items":[{"type":"doc","id":"api/functions/buildMonacoRules","label":"buildMonacoRules"},{"type":"doc","id":"api/functions/buildVscodeRules","label":"buildVscodeRules"},{"type":"doc","id":"api/functions/clearCrashCache","label":"clearCrashCache"},{"type":"doc","id":"api/functions/createDiagnosticMarkers","label":"createDiagnosticMarkers"},{"type":"doc","id":"api/functions/createHoverProvider","label":"createHoverProvider"},{"type":"doc","id":"api/functions/disableParser","label":"disableParser"},{"type":"doc","id":"api/functions/enableParser","label":"enableParser"},{"type":"doc","id":"api/functions/getHighlightCaptures","label":"getHighlightCaptures"},{"type":"doc","id":"api/functions/initializeParser","label":"initializeParser"},{"type":"doc","id":"api/functions/initializeTreeSitter","label":"initializeTreeSitter"},{"type":"doc","id":"api/functions/isParserDisabled","label":"isParserDisabled"},{"type":"doc","id":"api/functions/isParserReady","label":"isParserReady"},{"type":"doc","id":"api/functions/parseAgentScript","label":"parseAgentScript"},{"type":"doc","id":"api/functions/parseAndGetErrors","label":"parseAndGetErrors"},{"type":"doc","id":"api/functions/registerAgentScriptLanguage","label":"registerAgentScriptLanguage"},{"type":"doc","id":"api/functions/resetParser","label":"resetParser"},{"type":"doc","id":"api/functions/resolveHoverInfo","label":"resolveHoverInfo"},{"type":"doc","id":"api/functions/terminateParser","label":"terminateParser"}]},{"type":"category","label":"Variables","items":[{"type":"doc","id":"api/variables/darkTheme","label":"darkTheme"},{"type":"doc","id":"api/variables/darkThemeColors","label":"darkThemeColors"},{"type":"doc","id":"api/variables/languageConfiguration","label":"languageConfiguration"},{"type":"doc","id":"api/variables/lightTheme","label":"lightTheme"},{"type":"doc","id":"api/variables/lightThemeColors","label":"lightThemeColors"},{"type":"doc","id":"api/variables/theme","label":"theme"},{"type":"doc","id":"api/variables/workerParser","label":"workerParser"}]}]};
Expand Down
3 changes: 2 additions & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@
},
"volta": {
"node": "22.22.1"
}
},
"license": "Apache-2.0"
}
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/badge.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/button.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/combobox.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/command.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/dialog.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/dropdown-menu.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/empty.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/icon.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/icons/types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/input-group.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/input.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/kbd.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/label.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/popover.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/resizable.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/sheet.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/sonner.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/switch.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/textarea.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/src/components/ui/toggle.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2026, Salesforce, Inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo root or https://www.apache.org/licenses/LICENSE-2.0
*/

/*
* Portions of this file are adapted from shadcn/ui (https://ui.shadcn.com)
* MIT License — Copyright (c) 2023 shadcn
Expand Down
48 changes: 0 additions & 48 deletions dialect/agentfabric/README.md

This file was deleted.

6 changes: 3 additions & 3 deletions dialect/agentfabric/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agentscript/agentfabric-dialect",
"version": "0.4.0",
"description": "AgentFabric dialect — schema, lint rules, compiler, and dialect config",
"version": "1.0.4",
"description": "AgentFabric dialect — schema, lint rules, graph extractor, and dialect config",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"dialect",
"schema",
"lint",
"compiler"
"graph"
],
"license": "Apache-2.0",
"publishConfig": {
Expand Down
Loading
Loading