CR-2026-03-16: Make nvim-domus Repository Public — Implementation
Implementation Plan
Option A: GitHub Web UI
-
Navigate to github.com/EvanusModestus/nvim-domus
-
Settings → General → Danger Zone
-
Change visibility → Make public
-
Confirm repository name
Option B: netapi CLI (Preferred)
Add repo-update command to netapi, then:
# Load GitHub credentials
dsource d000 dev/github
# Change visibility
netapi github repo-update EvanusModestus/nvim-domus --visibility public
Option C: GitHub CLI (gh)
gh repo edit EvanusModestus/nvim-domus --visibility public
Implementation Log
| Date | Action | Notes |
|---|---|---|
2026-03-16 |
Security audit completed |
No secrets found in repository |
2026-03-16 |
CR created |
Pending implementation |
2026-03-16 |
Added |
|
2026-03-16 |
Renamed repository |
|
2026-03-16 |
Made public |
|
2026-03-16 |
Updated local remote |
|
2026-03-16 |
Added neovim 0.11+ version check |
init.lua shows clear error with install instructions for older versions |
2026-03-16 |
Updated README.adoc |
Requirements section, install instructions, renamed references |
2026-03-16 |
PENDING: Push changes |
Awaiting SSH agent setup, commit 47af28d ready |