Skip to content

chore: tombstone install.ps1 — Kun installer moved to databayt/kun#2

Open
abdout wants to merge 1 commit into
mainfrom
chore/tombstone-install-ps1
Open

chore: tombstone install.ps1 — Kun installer moved to databayt/kun#2
abdout wants to merge 1 commit into
mainfrom
chore/tombstone-install-ps1

Conversation

@abdout
Copy link
Copy Markdown
Contributor

@abdout abdout commented May 16, 2026

Summary

The Kun engine config installer now lives in its own home repository at databayt/kun/.claude/scripts/install.ps1. This shim replaces the 169-line duplicate here with a 22-line redirect that prints the canonical paste and exits non-zero, so anyone hitting the old URL gets pointed at the right place.

Why

Edits to this file were silently bypassed by the source-of-truth in kun. Today, both databayt/codebase/.claude/scripts/install.ps1 and databayt/kun/.claude/scripts/install.ps1 existed in parallel; the kun version was the one actually being used. Tombstoning here stops the duplicate-edit confusion.

What changes

  • .claude/scripts/install.ps1: 169 lines → 22 lines (just a deprecation message + exit 1)
  • No other files touched

Canonical paste going forward

irm https://kun.databayt.org/install | iex

(The kun.databayt.org/install redirect to the GitHub raw URL is set up in databayt/kun#31.)

Cross-repo references

  • Closes the AC in databayt/kun#26: "databayt/codebase/.claude/scripts/install.ps1 is replaced by a tombstone pointing at kun"
  • See databayt/kun PR #29 for the new doctor.ps1 that pairs with this installer

🤖 Generated with Claude Code

The Kun engine config installer now lives in its own home repository.
This shim prevents the duplicate-edit problem (anyone editing here
got their changes silently bypassed by the source-of-truth in kun).

- Replaces 169-line installer with a 22-line redirect shim
- Prints the canonical paste and exits non-zero
- Closes the open acceptance criterion from databayt/kun#26:
  'databayt/codebase/.claude/scripts/install.ps1 is replaced by a
   tombstone pointing at kun'

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codebase Ready Ready Preview, Comment May 16, 2026 3:40pm

abdout added a commit to databayt/kun that referenced this pull request May 16, 2026
Reflects the reality on the ground after PRs #29/#30/#31 land the
v2 scripts:

onboarding.mdx:
- Promotes 'irm https://kun.databayt.org/install | iex' to the
  recommended path (one paste, one UAC, three OAuth sign-ins)
- Demotes Cowork-driven flow to "Alternative" — still works for
  Pro/Max users who want narration over a bare paste
- Manual fallback updated to use databayt/kun raw URL (the codebase
  one is now tombstoned in databayt/codebase#2)
- Adds 'doctor' to Daily entry points and 'maintain -Install' to
  the manual fallback chain
- "What you end up with" mentions the scheduled task

onboarding-reference.mdx:
- Scripts contract table flipped: bootstrap, doctor, maintain are
  now Shipping (no longer 'Planned v2'); health.ps1 marked Deprecated;
  finish.ps1 reduced to 'Planned (alias for bootstrap)'
- Source-of-truth URL changed from databayt/codebase to databayt/kun
- Migration order section refreshed — 4 of 6 items checked off,
  fresh-VM test + team comms remaining

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

1 participant