chore: tombstone install.ps1 — Kun installer moved to databayt/kun#2
Open
abdout wants to merge 1 commit into
Open
chore: tombstone install.ps1 — Kun installer moved to databayt/kun#2abdout wants to merge 1 commit into
abdout wants to merge 1 commit into
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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>
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.ps1anddatabayt/kun/.claude/scripts/install.ps1existed 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)Canonical paste going forward
(The
kun.databayt.org/installredirect to the GitHub raw URL is set up in databayt/kun#31.)Cross-repo references
databayt/codebase/.claude/scripts/install.ps1is replaced by a tombstone pointing at kun"🤖 Generated with Claude Code