Project instructions (build, structure, labels): see upstream AGENTS.md (injected from system_files context). This file adds fork-specific workflow context for castrojo/common.
- Upstream: projectbluefin/common
- Fork: castrojo/common
- Role: Primary planning hub and label authority for ALL bluefin ecosystem repos
This repo is the source of truth for:
- GitHub label schema across
projectbluefin/*andublue-os/bluefin*repos - The GitHub Projects planning board for the entire Bluefin ecosystem
- Shared OCI configuration layer consumed by all Bluefin image variants
Label management scope (only these repos — no others):
- @projectbluefin/common
- @projectbluefin/dakota (formerly distroless)
- @ublue-os/bluefin
- @ublue-os/bluefin-lts
Label rules:
- NEVER touch issues themselves — only labels
- Colors must remain consistent across all four repos
projectbluefin/commonis canonical; sync others to match it- Known drift exists — see project-notes.md for the full inventory
git fetch upstream
git log --oneline upstream/main..main # must show ≤1 commit (this file)
git rebase upstream/main && git push origin main --force-with-lease
git submodule update --init --recursivejust check # lint Justfile and all .just files
just build # full container build (slow — requires podman + network)git worktree add .worktrees/<branch> -b <type>/descriptionChanges here propagate to ALL downstream Bluefin variants. Keep changes surgical.
bluefin-branding → projectbluefin/branding (wallpapers, logos).
just build initializes it automatically.
All ublue-os and projectbluefin repos worked on must have a fork in the castrojo namespace.
Known bluefin ecosystem repos:
| Upstream | Fork | Local path |
|---|---|---|
ublue-os/bluefin |
castrojo/bluefin |
~/src/bluefin |
ublue-os/bluefin-lts |
castrojo/bluefin-lts |
~/src/bluefin-lts |
ublue-os/bluefin-docs |
castrojo/bluefin-docs |
~/src/bluefin-docs |
projectbluefin/common |
castrojo/common |
~/src/bluefin-common |
Fork main (and lts where applicable) must always be at most 1 commit ahead of upstream — that commit being the fork-only AGENTS.md + .gitattributes commit.
For any repo not yet forked, run the onboarding-a-repository skill first.
git fetch upstream
git rebase upstream/main
git push origin main --force-with-leaseWork branches are rebased onto freshly-synced main — never merged.
git log upstream/main..mainshows more than 1 commit- Renovate bot commits appear on fork
main - Old merge commits (
Merge branch 'ublue-os:main' into main) are present
git fetch upstream
git reset --hard upstream/main
# re-apply fork-only commit
git cherry-pick <agents-md-commit-sha> # or re-create it
git push origin main --forceFull architecture, label schema, drift inventory, and session reference:
~/.config/opencode/plans/common/project-notes.md