This is an automated email from the ASF dual-hosted git repository.

aglinxinyuan pushed a commit to branch xinyuan-state-materialization
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/xinyuan-state-materialization 
by this push:
     new c1b6ae0543 chore: remove accidentally-committed .claude/ artifacts
c1b6ae0543 is described below

commit c1b6ae0543042578dfd9d227fa67b11f51dc4244
Author: Xinyuan Lin <[email protected]>
AuthorDate: Thu May 7 17:04:44 2026 -0700

    chore: remove accidentally-committed .claude/ artifacts
---
 .claude/launch.json                        | 11 -----------
 .claude/run-preview-worktree.js            | 19 -------------------
 .claude/settings.local.json                | 18 ------------------
 .claude/worktrees/dreamy-williamson-9fbfe5 |  1 -
 4 files changed, 49 deletions(-)

diff --git a/.claude/launch.json b/.claude/launch.json
deleted file mode 100644
index 57fe0e6091..0000000000
--- a/.claude/launch.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  "version": "0.0.1",
-  "configurations": [
-    {
-      "name": "frontend-mlc-v10",
-      "runtimeExecutable": "node",
-      "runtimeArgs": [".claude/run-preview-worktree.js"],
-      "port": 4321
-    }
-  ]
-}
diff --git a/.claude/run-preview-worktree.js b/.claude/run-preview-worktree.js
deleted file mode 100644
index fe30360f73..0000000000
--- a/.claude/run-preview-worktree.js
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env node
-// Spawn ng serve from the chore/monaco-lsp-v10 worktree.
-// preview_start scopes cwd to the project root, so this trampoline lives in
-// .claude/ here and execs the dev server in the sibling worktree.
-const { spawn } = require("node:child_process");
-const path = require("node:path");
-
-const cwd = path.resolve(__dirname, "..", "..", "texera-worktrees", 
"chore-monaco-lsp-v10", "frontend");
-const args = ["vite", "--port", "4321"];
-
-const child = spawn("yarn", args, {
-  cwd,
-  stdio: "inherit",
-  shell: process.platform === "win32",
-});
-
-child.on("exit", code => process.exit(code ?? 0));
-process.on("SIGINT", () => child.kill("SIGINT"));
-process.on("SIGTERM", () => child.kill("SIGTERM"));
diff --git a/.claude/settings.local.json b/.claude/settings.local.json
deleted file mode 100644
index f15bb635ce..0000000000
--- a/.claude/settings.local.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-  "permissions": {
-    "allow": [
-      "PowerShell(Get-CimInstance Win32_Process | Where-Object { 
$_.CommandLine -match \"youthful-ride|zealous-knuth\" -or $_.ExecutablePath 
-match \"youthful-ride|zealous-knuth\" } | Select-Object ProcessId, Name, 
CommandLine | Format-List)",
-      "PowerShell(Get-Process node,claude -ErrorAction SilentlyContinue)",
-      "mcp__Claude_Preview__preview_start",
-      
"Read(//c/Users/linxi/IdeaProjects/texera-worktrees/chore-monaco-lsp-v10/frontend/**)",
-      "Bash(yarn ng *)",
-      "Bash(gh api *)",
-      "Bash(rm -f .claude/tmp_issue_body.md)",
-      "Bash(curl -sf http://localhost:4321 -o /dev/null)",
-      "Bash(curl -sf http://localhost:4321/main.js -o /dev/null)",
-      "Bash(curl -sf http://localhost:4321/ -o /dev/null)",
-      "Bash(curl -sfo /dev/null http://localhost:4321/main.js)",
-      "Bash(curl -sfo /dev/null http://localhost:4321/)"
-    ]
-  }
-}
diff --git a/.claude/worktrees/dreamy-williamson-9fbfe5 
b/.claude/worktrees/dreamy-williamson-9fbfe5
deleted file mode 160000
index 9fc5b39d96..0000000000
--- a/.claude/worktrees/dreamy-williamson-9fbfe5
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 9fc5b39d96ced08576732d78eab67c0d4645f4d0

Reply via email to