You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEV-LOGS.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,18 @@
13
13
- Minimal markdown markers, no unnecessary formatting, minimal emojis.
14
14
- Reference issue numbers in the format `#<issue-number>` for easy linking.
15
15
16
+
# [2026-03-11] Dev Log: deva.sh docs spine for OSS release
17
+
- Why: the repo had a decent landing page but still dumped too much context into one README and did not read like an organized OSS project
18
+
- What:
19
+
- rewrote `README.md` as the deva.sh front page instead of a giant mixed-purpose document
20
+
- added `docs/index.md`, `docs/quick-start.md`, `docs/how-it-works.md`, `docs/philosophy.md`, `docs/authentication.md`, `docs/advanced-usage.md`, and `docs/troubleshooting.md`
21
+
- revalidated the docs against real `--dry-run` output instead of just `--help`
22
+
- corrected the docs and CLI help to describe persistent containers as project-scoped shapes, not a naive single-container story
23
+
- fixed auth-specific persistent naming to include the agent and fixed Copilot `--dry-run` so it no longer starts the proxy
24
+
- added MkDocs config, a GitHub Pages deploy workflow, a dedicated docs site home page, and CI docs-build validation
25
+
- aligned `CHANGELOG.md` and contribution guidance with the new docs split
26
+
- Result: the repo now has an actual docs spine for onboarding, internals, auth, and advanced workflows, the documented behavior matches the observed runtime shape, and the repo is ready to publish docs through GitHub Pages
27
+
16
28
# [2026-03-11] Dev Log: OSS repo polish and auth mount cleanup
17
29
- Why: the repo still looked half-finished in public, the installer lagged behind the actual agent set, and recent auth switching work exposed ugly mount behavior
0 commit comments