Skip to content

Commit 981d544

Browse files
ROADMAP: log dev-environment housekeeping after v0.16.0 validation
Captures the loose ends from the cross-platform validation push — dev snapshots/backups on both machines, orphaned GitHub test repos, any logged-out gh accounts — so they live in a durable place instead of an open task. None of it blocks anything; clear when convenient. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f9872fc commit 981d544

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/ROADMAP.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,22 @@ After the NSIS uninstaller runs, an empty `%LOCALAPPDATA%\InterBrain\`
7373
directory shell sometimes can't be deleted (Defender/Explorer transient
7474
handle). Harmless — NSIS reinstalls over it cleanly; clears on reboot.
7575

76+
### Dev-environment housekeeping after v0.16.0 validation *(2026-05-14)*
77+
78+
Loose ends from the cross-platform validation push, safe to clear
79+
whenever convenient — none of it blocks anything:
80+
81+
- **Dev snapshots / backups**: Mac has `~/interbrain-dev-snapshot-20260514-092808`
82+
(config dir + app bundle + obsidian.json from before the clean-install
83+
test). Windows has `*.dev-backup-<stamp>` siblings of the install dir,
84+
config dir, and dev vaults. Discard once confident the CI-installed
85+
build is healthy.
86+
- **Orphaned GitHub test repos**: the Square/Circle/Cylinder iterations
87+
created throwaway repos under the test accounts. Bulk-delete via
88+
`gh repo list` + `gh repo delete`.
89+
- **gh accounts**: if any were logged out during clean-slate testing,
90+
re-add them with `gh auth login`.
91+
7692
---
7793

7894
## Planned Features

0 commit comments

Comments
 (0)