Record configured Gitea remote; drop done backlog items

The remote is now set (origin → self-hosted Gitea over SSH), so update
the commit convention, clear the "decide a git remote" Next/ROADMAP
items, and keep the remote URL out of source (it lives in .git/config).
This commit is contained in:
Grant Gilliam
2026-06-13 12:40:32 -05:00
parent 11eb82178f
commit 9791ca45d7
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -19,7 +19,6 @@ Longer-term backlog and deferred decisions. Near-term status + the next few step
- Constrain recap reading width on very wide windows (long line length in the summary band).
## Tooling / repo
- Decide and configure a git remote (none set); then push.
- Decide whether to add a linter/formatter (SwiftLint/SwiftFormat) — none configured today.
- `SPARK_BACKEND_URL` is read only at `AppSettings.init` and is shadowed by any value already saved in Settings (UserDefaults wins). So once a backend URL has been saved, the env var has no effect — a stale stored value can override it in dev/CI/harness runs. If that bites, treat an empty/placeholder stored URL as absent so the env var can still win.