removed default token, generate on launch

This commit is contained in:
2026-05-18 13:49:23 -04:00
parent d606a59a92
commit b907fdbbc3
3 changed files with 5 additions and 3 deletions

3
.gitignore vendored
View File

@@ -23,6 +23,7 @@ android/captures/
.vscode/
*.iml
# os
# os and emacs
.DS_Store
Thumbs.db
/archive

View File

@@ -2,10 +2,9 @@
open app.
type, optionally mark as todo, optionally add tags, save.
if home server accessible, post unsynced captures to lan-only service and appended to `phone.org`.
if home server accessible, post unsynced captures to lan-only service and appended to `synq.org`.
## non-goals
- no org parser on android
- no agenda on android
- no sync provider dependency

View File

@@ -43,8 +43,10 @@ the app must be instant-feeling, capture-only, and boring. the phone stores note
*** acceptance
- `android/`, `server/`, and `docs/` directories exist.
- root `README.md`, `tasks.org`, `.env.example`, and `docker-compose.example.yml` exist.
*** notes
Skeleton committed in initial commit. android/ dir will be created in milestone 2.
*** evidence
- commit: c08b3fe
- tests: n/a (directory structure)