chore(repos): rename swift-app -> ios-app across kun#110
Open
abdout wants to merge 1 commit into
Open
Conversation
The GitHub repo databayt/swift-app was renamed to databayt/ios-app
(local clone now lives at /Users/abdout/ios-app). Aligns naming with
the sibling databayt/android-app and the Hogwarts mobile hierarchy
docs (web = truth, android = lead, ios = mirrors android).
Updated:
- onboarding-{mac,linux}.sh, onboarding-windows.ps1: clone list
- sync-repos.{sh,ps1}: repo-to-path map (now $OSS_DIR/ios-app)
- agents/{product,tech-lead,guardian,captain}.md: product tables
- memory/{team,repositories}.json: product roster + repo entry
(also bumps stale stack metadata: Swift 5.9+/iOS 17+ -> Swift 6/iOS 18+)
- commands/issue.md: repo-to-purpose table
- content/docs/{architecture,sprint,claude-code,issue,repositories,
epics,onboarding}.mdx: prose, tables, URLs, issue links
- docs/{ARCHITECTURE.md, PROJECT-BRIEF.md, repositories/hogwarts.md}
- docs/repositories/swift-app.md -> ios-app.md (renamed via git mv;
title updated + android-app sibling note added)
The single remaining "swift-app" string is the intentional rename
breadcrumb in docs/repositories/ios-app.md. URLs to the old slug
still redirect via GitHub, but everything kun reaches for is now
canonical.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
databayt/swift-appwas renamed todatabayt/ios-app. Local clone now lives at/Users/abdout/ios-app. This PR drags every kun reference along so nothing keeps reaching for the old name.android-app= lead mobile reference,ios-app= mirrors android.databayt/android-app(formerlykotlin-app).Changes
onboarding-{mac,linux}.sh,onboarding-windows.ps1(clone list),sync-repos.{sh,ps1}(path map)product.md,tech-lead.md,guardian.md,captain.md(product tables / portfolio rows)team.jsonproducts list,repositories.jsonentry (also bumps stale stack metadata: Swift 5.9+/iOS 17+ → Swift 6/iOS 18+)issue.mdrepo→purpose tablearchitecture,sprint,claude-code,issue,repositories,epics,onboarding— prose, tables, URLs, issue linksARCHITECTURE.md,PROJECT-BRIEF.md,repositories/hogwarts.mddocs/repositories/swift-app.md→docs/repositories/ios-app.md(git mv, history preserved; title rewritten + android-app sibling reference added)The single remaining
swift-appstring is the deliberate rename breadcrumb indocs/repositories/ios-app.md. GitHub URL redirect keeps any external link to the old slug working.Test plan
grep -rln "swift-app" .returns only the breadcrumb line indocs/repositories/ios-app.mdbash .claude/scripts/sync-repos.shclones into$OSS_DIR/ios-app(notswift-app)pnpm build/ contentlayer regeneration succeeds (no broken doc links)Out of scope (follow-ups)
~/.claude/memory/repositories.json(user-home, not kun) — still has the old slug; can be patched separately.kotlin-app→android-applocal-folder rename mirrors this situation. Not bundled here so this PR stays clean and reversible.🤖 Generated with Claude Code