Skip to content

chore: remove stale sst-env.d.ts artifacts - #11344

Merged
markijbema merged 1 commit into
mainfrom
chore/remove-stale-sst-env-types
Jun 17, 2026
Merged

chore: remove stale sst-env.d.ts artifacts#11344
markijbema merged 1 commit into
mainfrom
chore/remove-stale-sst-env-types

Conversation

@markijbema

Copy link
Copy Markdown
Contributor

What

Deletes the 9 committed sst-env.d.ts files across packages.

Why

These are auto-generated SST type stubs. Each contains:

/// <reference path="../../sst-env.d.ts" />
import "sst"

Both are dead:

They are excluded from typecheck (CI is green without sst), so this is purely removing dead files. Kilo is CLI-only with no hosted platform; the upstream-merge tooling already lists sst-env.d.ts in skipFiles (script/upstream/utils/config.ts), so these won't be re-added on the next upstream sync.

Follow-up to the review of #10993.

These auto-generated SST type files reference a root sst-env.d.ts that does not exist and import the "sst" package, which was removed in #10993. Kilo is CLI-only with no hosted platform, so these are dead artifacts. The upstream-merge tooling already lists sst-env.d.ts in skipFiles, so they won't be re-added.

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
@kilo-code-bot

kilo-code-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (9 files)
  • packages/core/sst-env.d.ts
  • packages/http-recorder/sst-env.d.ts
  • packages/llm/sst-env.d.ts
  • packages/opencode/sst-env.d.ts
  • packages/plugin/sst-env.d.ts
  • packages/script/sst-env.d.ts
  • packages/sdk/js/sst-env.d.ts
  • packages/storybook/sst-env.d.ts
  • packages/ui/sst-env.d.ts

Reviewed by deepseek-v4-pro-20260423 · 127,948 tokens

Review guidance: REVIEW.md from base branch main

@markijbema
markijbema enabled auto-merge June 17, 2026 09:10
@markijbema
markijbema merged commit fb31e56 into main Jun 17, 2026
22 checks passed
@markijbema
markijbema deleted the chore/remove-stale-sst-env-types branch June 17, 2026 09:12
NJ-2020 pushed a commit to NJ-2020/kilocode that referenced this pull request Jul 4, 2026
…rt (Kilo-Org#11344)

Co-authored-by: cooooooooooode <187372691+cooooooooooode@users.noreply.github.com>
t7tran pushed a commit to t7tran/kilocode that referenced this pull request Aug 14, 2026
…rt (Kilo-Org#11344)

Co-authored-by: cooooooooooode <187372691+cooooooooooode@users.noreply.github.com>
t7tran pushed a commit to t7tran/kilocode that referenced this pull request Aug 14, 2026
…t-env-types

chore: remove stale sst-env.d.ts artifacts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants