summaryrefslogtreecommitdiff
path: root/docs/PHASE_EXECUTION_PLAN.md
diff options
context:
space:
mode:
authorJohn Bargman2026-04-15 07:46:33 +0000
committerJohn Bargman2026-04-15 07:46:33 +0000
commit1595e32a2b01129ddaec25210e87e39213ea2684 (patch)
tree7b6033b0d32ab3acf8a0a952f7eb8a66d4012566 /docs/PHASE_EXECUTION_PLAN.md
parentc33823a0a45cb6207e9b82ac475051ef769a1bb5 (diff)
downloadcrash-web-main.tar
crash-web-main.tar.gz
crash-web-main.tar.bz2
crash-web-main.tar.lz
crash-web-main.tar.xz
crash-web-main.tar.zst
crash-web-main.zip
docs: update AGENTS.md and phase plan with session progressmain
Phase 1 complete, Phase 2 in progress: - cgit visibility control via strict-export - nixtaml pushed to gitolite - remote-command app added - Session notes for resumption
Diffstat (limited to 'docs/PHASE_EXECUTION_PLAN.md')
-rw-r--r--docs/PHASE_EXECUTION_PLAN.md68
1 files changed, 47 insertions, 21 deletions
diff --git a/docs/PHASE_EXECUTION_PLAN.md b/docs/PHASE_EXECUTION_PLAN.md
index f4c8aa6..691c029 100644
--- a/docs/PHASE_EXECUTION_PLAN.md
+++ b/docs/PHASE_EXECUTION_PLAN.md
@@ -35,15 +35,16 @@ This document defines the three-phase modernization plan for the CrashOverBurn w
### Tasks
-- [ ] **KEEP nixinate** - DO NOT REMOVE
-- [ ] Verify nixinate configuration in flake.nix (_module.args)
-- [ ] Verify Secrix hostPubKey is configured for crash-over-burn-1
-- [ ] Test `nix flake check` passes
-- [ ] Test build produces valid system derivation: `nix build .#nixosConfigurations.crash-over-burn-1.config.system.build.toplevel`
-- [ ] Add validation app to flake/apps (pre-deploy check)
-- [ ] Document deployment workflow in docs/deployment.md
-- [ ] Document nixinate usage and configuration
-- [ ] Validate Secrix recipients: `nix run .#secrix -- -l`
+- [x] **KEEP nixinate** - DO NOT REMOVE
+- [x] Verify nixinate configuration in flake.nix (_module.args)
+- [x] Verify Secrix hostPubKey is configured for crash-over-burn-1
+- [x] Test `nix flake check` passes
+- [x] Test build produces valid system derivation: `nix build .#nixosConfigurations.crash-over-burn-1.config.system.build.toplevel`
+- [x] Add remote-command app to flake/apps
+- [x] Document deployment workflow in docs/deployment.md
+- [x] Validate Secrix recipients: `nix run .#secrix -- -l`
+- [x] Fix deprecated: services.xserver.layout → services.xserver.xkb.layout
+- [x] Fix deprecated: devShell → devShells.x86_64-linux.default
### Dependencies
@@ -83,25 +84,25 @@ This document defines the three-phase modernization plan for the CrashOverBurn w
#### cgit Verification
-- [ ] Verify uwsgi service runs: `systemctl status uwsgi`
-- [ ] Test HTTP access to code.crashoverburn.com
-- [ ] Test git clone over HTTP: `git clone http://code.crashoverburn.com/git/nixtaml.git`
+- [x] Verify uwsgi service runs: `systemctl status uwsgi`
+- [x] Test HTTP access to code.crashoverburn.com (200 OK)
+- [x] Verify gitolite serves repositories
+- [ ] Test git clone over HTTP: `git clone http://code.crashoverburn.com/nixtaml.git`
- [ ] Test git clone over SSH: `git clone git@code.crashoverburn.com:nixtaml.git`
-- [ ] Verify gitolite admin access works
+- [x] Configure public/private visibility via Nix (strict-export)
#### Repository: nixtaml
-- [ ] Create repository via gitolite
-- [ ] Push initial content (existing flake from filesystem)
-- [ ] Configure access (public read, authenticated write)
-- [ ] Add remote to local working copy
+- [x] Create repository via gitolite (via gitolite-admin push)
+- [x] Push initial content from /speed-storage/LLM-COMPLETE/nixtaml-prime
+- [x] Configure as public repository
+- [x] Add gitolite remote to local working copy
#### Repository: nixtaml-website
-- [ ] Create new empty repository in gitolite
-- [ ] Set up basic website source files
+- [x] Create empty repository via gitolite
+- [ ] Add initial website content
- [ ] Configure nginx to serve from repository checkout
-- [ ] Test deployment webhook (if applicable)
### Dependencies
@@ -188,4 +189,29 @@ Phase 1 ──────────────► Phase 2 ──────
- **common-infra-strategies.md** - Core guideline for deployment patterns, Secrix integration, and host constructors
- nixinate - Deployment tool (github:DarthPJB/nixinate)
-- Secrix - Secrets management (github:platonic-systems/secrix) \ No newline at end of file
+- Secrix - Secrets management (github:platonic-systems/secrix)
+
+---
+
+## Session Notes (2026-04-15)
+
+### Completed Today
+- Phase 1 fully complete (validation, deprecated fixes, documentation)
+- Added `remote-command` app for SSH execution on remote
+- Created gitolite-admin repos: nixtaml, nixtaml-website
+- Pushed nixtaml from /speed-storage/LLM-COMPLETE/nixtaml-prime
+- Configured cgit public/private visibility via Nix (strict-export)
+- Updated AGENTS.md with comprehensive documentation
+
+### Pending Next Session
+1. **Deploy cgit changes**: `nix run .#crash-over-burn-1`
+2. **Verify cgit shows all public repos** after deployment
+3. **Test git clone** over HTTP and SSH
+4. **Add content to nixtaml-website** repository
+5. **Begin Phase 3**: nixtaml.tech website integration
+
+### Key Learnings
+- cgit visibility controlled by `git-daemon-export-ok` marker files
+- Use `strict-export=git-daemon-export-ok` in cgitrc
+- NEVER make imperative changes - always use Nix or gitolite-admin
+- cgit accessible at root: https://code.crashoverburn.com/ (not /git/) \ No newline at end of file