chore: converge into monorepo (CLI + website)#1
Merged
Conversation
- Fold get_lumo website into web/ (history preserved via subtree) - Relocate site Firebase workflows to root, scoped to web/** with web/ working-dir - Path-ignore web/docs/md in Go CI so site changes don't trigger Go jobs - Stop tracking committed binary (lumo) and stale log; extend .gitignore - Update all github.com/agnath18K/lumo_cli references → /lumo
Stale since a09cd7d changed the default; fixes pre-existing red CI.
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.
Converges the Lumo project into a single monorepo (part of the repo consolidation).
What changed
get_lumomerged underweb/with git history preserved (git subtree)..github/workflows/web-firebase-*.yml, scoped toweb/**, build/deploy from theweb/working dir (entryPoint: ./web).production-ci.yml) nowpaths-ignoresweb/**,docs/**,**.md.goreleaserunchanged (tag-triggered).lumobinary and a stale log; extended.gitignore(root binary + web artifacts).github.com/agnath18K/lumo_cli→/lumo(README, .goreleaser, debian/*, site links), andcd lumo_cli→cd lumo.Verified locally
go build ./...✅cd web && npm ci && npm run build✅ (6 pages)Note
The website deploy workflow needs the
FIREBASE_SERVICE_ACCOUNT_LUMO_CLIsecret re-added to this repo (it lived in get_lumo). Until then, the web deploy step will fail; Go CI is unaffected.