docs: list BlueShell and Ghostty as apps on the site - #373
Merged
Conversation
The TunaOS remote carries two terminals -- BlueShell (org.tunaos.BlueShell, live in the index since the repo moved into the org) and stock upstream Ghostty (com.mitchellh.ghostty). Neither was discoverable on the site: the only trace was docs/blueshell/, auto-synced from the repo README. An app is listed in six places, not one, so this adds all six for both: projects.ts (the /projects card, the /<app> landing page and /install?app=<id>), a src/pages/<app>.tsx wrapper, docs/<app>/index.md, the sidebar entry, and both install catalogs. docs/blueshell/ becomes hand-authored. sync-org-docs.mjs overwrites docs/<slug>/ from each repo's README unconditionally, so without the HAND_AUTHORED entry the next sync reverts this page. That sync is also why the tree carried CONTRIBUTING.md and TUNA_OS_PROMOTION.md -- a contributor guide and an internal migration runbook, neither of which is user-facing documentation. Both are deleted; they remain in the repo they came from. 'ghostty' is listed in HAND_AUTHORED too. No such repo exists in the org today, and the page documents an app TunaOS only republishes, so the entry is there to keep it safe if one ever appears. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EMBRswEeeX2kzVSwpbxCoy
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tunaos-org | 2492b1c | Commit Preview URL Branch Preview URL |
Sep 06 2026, 08:41 AM |
`.ste-budget` is 0, so one finding fails the job. Rewrites the sentence rather than opting the file out. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EMBRswEeeX2kzVSwpbxCoy
Member
Author
CI statusFixed (mine): Pre-existing on
Both look worth their own issue; neither blocks this PR.
|
This was referenced Sep 6, 2026
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.
The TunaOS remote carries two terminals and neither was discoverable on the site. BlueShell (
org.tunaos.BlueShell) has been live in the remote index since the repo moved into the org; stock upstream Ghostty (com.mitchellh.ghostty) lands with tuna-os/blueshell#83.What's added
An app is listed in six places, not one — all six, for both apps:
src/data/projects.ts— the/projectscard, the/<app>landing page,/install?app=<id>src/pages/blueshell.tsx,src/pages/ghostty.tsx—ProjectLandingwrappersdocs/blueshell/index.md(rewritten),docs/ghostty/index.md(new)sidebars.ts— entries under Appssrc/pages/flatpak.tsxanddocs/flatpak/index.mdx— both install catalogsdocs/blueshell/becomes hand-authoredscripts/sync-org-docs.mjsoverwritesdocs/<slug>/from each repo's README unconditionally, so without theHAND_AUTHOREDentry the next sync reverts this page. That sync is also why the tree carriedCONTRIBUTING.mdandTUNA_OS_PROMOTION.md— a contributor guide and an internal migration runbook, neither user-facing. Both deleted; they stay in the repo they came from.ghosttyis inHAND_AUTHOREDtoo — no such repo exists in the org, and the page documents an app TunaOS only republishes, so the entry keeps it safe if one ever appears.Merge order
Merge after
flatpak install tuna-os com.mitchellh.ghosttyactually works — the pages present both install commands as working. BlueShell's is already true today.static/flatpak/expected-apps.jsonis deliberately not in this PR:check-flatpak-remote.pyfails on an app listed there but absent from the index, so both entries go in a follow-up once Ghostty's index entry exists.🤖 Generated with Claude Code
https://claude.ai/code/session_01EMBRswEeeX2kzVSwpbxCoy