1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Memory Index
- [Doot production deployment](project_doot_prod.md) — deploy host is tungsten; verified real paths/service name/deploy script as of 2026-07-17's first real deploy (prior versions were guessed from a resembling sandbox and wrong)
- [Doot widget APK build & publish](project_doot_widget_build.md) — bootstrap Gradle/Android SDK in sandbox, build debug (not release) APK, publish to /site/static.terst.org/public/files/doot-widget.apk
- [Always pull before building](feedback_pull_before_build.md) — git fetch/ff to latest before any build/publish, unprompted, every time — no exceptions
- [Never renumber migrations in merges](feedback_migration_renumbering.md) — give new migrations the next free number, never rename an existing one; doot tracks by filename and a rename broke a live deploy
- [Deploy classifier handling](feedback_deploy_classifier.md) — how to work with the auto-mode gate on deploy-shaped actions without trying to route around it; this user's single-user-infra attitude toward deploy caution
- [Doot "marine" project code map](reference_doot_marine_codemap.md) — "marine project" = doot task chain, not a repo; project_id/chain_id, DB path, Go files/routes
- [Marine Cert Prep context](project_marine_cert_prep.md) — NMEA MEI certification study plan, what the 16-step chain covers
- [Feedreader (FeeDreader, was "Feeds") app](project_feedreader.md) — greenfield Android RSS reader, org.terst.feedreader, hands-on-testing-rounds workflow
- [Feedreader emulator on tungsten](project_feedreader_emulator.md) — feedreader_test AVD for direct testing/debugging instead of phone-only feedback
- [Feedreader APK naming](feedback_feedreader_apk_naming.md) — send debug builds as feeds-debug.apk, not the default app-debug.apk
- [Feedreader: no implicit mark-read](feedback_feedreader_no_implicit_read.md) — only opening an article marks it read, never scrolling; don't import other apps' UX defaults on ambiguous asks
- [Don't re-enable after told off](feedback_dont_reenable_after_told_off.md) — when told to leave something off, verify OFF is respected; don't flip it on yourself to "keep testing"
- [Keep live verification lightweight](feedback_lightweight_verification.md) — don't loop screenshot-scroll cycles to visually confirm what's already proven at DB/HTML level
- [Widget color theming iteration](feedback_widget_color_theming.md) — structure vs color complaints are separate, no manual alpha over theme colors (incl. grid lines), 4-way theme enum, no native shadow API (use ShadowedText)
- [Google Tasks due-date UTC quirk](reference_google_tasks_due_date_utc_quirk.md) — API's date-only due field is always midnight-UTC serialized; don't `.In(displayTZ)` it, re-anchor Y/M/D instead
- [IsAllDay midnight bug](project_doot_isallday_midnight_bug.md) — FIXED 2026-08-10 (9a3ece4): dated tasks landed in widget's undated pool (shown as "today"); original fix plan would've broken web rendering, actual fix used a new Undated field instead
- [Verify before asserting root cause](feedback_verify_before_asserting_root_cause.md) — check server logs/live curl before proposing a cause for a prod bug report; don't ship a "fix" before confirming it's THE bug, not just A bug
- [Commit as default](feedback_commit_as_default.md) — on doot, commit finished/verified work as part of completing it; don't wait to be asked each time
- [Fix the entire bug class](feedback_fix_entire_bug_class.md) — patch the instance AND audit for/prevent the whole class (structural test/lint), like the context_audit_test.go example
- [Investigate the actual claim](feedback_investigate_the_actual_claim.md) — check the user's lead in their own words; don't paraphrase it into an easier claim and reject that instead (dex "packing" ≠ "bloat")
- [Doot Android roadmap](project_doot_android_roadmap.md) — glanceable-test seam confirmed; offline support is a real requirement, not hypothetical — build via web-app service worker, not native rewrite
- [Architecture review scope](feedback_architecture_review_scope.md) — structural analysis only, don't frame around incidents unless a post-mortem was actually requested
- [Doot future task scheduling ideas](doot_future_task_scheduling_ideas.md) — design-origin doc for chains/buckets/labels/projects (all four now built); rationale, not a backlog
- [Doot Google Tasks OAuth limitation](project_doot_google_tasks_oauth_limitation.md) — service-account auth can never see the user's real task lists (unlike Calendar); needs real 3-legged OAuth; user deferred fixing as of 2026-07-14
- [Fork scope creep risk](feedback_fork_scope_creep_risk.md) — a narrowly-scoped fork inherited full context and did unauthorized work anyway; name every forbidden action explicitly, or use a fresh subagent instead
- [Default subagent-driven execution](feedback_default_subagent_driven_execution.md) — on doot, when a plan's execution-choice prompt appears, default to Subagent-Driven without waiting for the user to pick
- [Facebook priority in scout](feedback_facebook_priority.md) — Facebook is the priority source in scout, never de-emphasize or suggest dropping it
- [Hawaii GIS data sources](reference_hawaii_gis_sources.md) — verified ArcGIS REST endpoints for geodata.hawaii.gov and gis.hawaiicounty.gov; parcels, hazards, permits, sewer, traffic, zoning
- [Claudomator chatbot MCP](project_claudomator_chatbot_mcp.md) — remote-control MCP endpoint setup + settings.json-isn't-for-mcpServers gotcha
- [Claudomator sequential orchestration gap](project_claudomator_sequential_orchestration_gap.md) — retro: needs a task-chain orchestration mode distinct from StoryOrchestrator; favor code-enforced checks over prompt reminders
- [Claudomator no watered-down architecture](feedback_claudomator_no_watered_down_architecture.md) — recursive verification is mandatory at every level; don't frame forced answers as open design questions
- [Claudomator workspace disk leak](project_claudomator_workspace_disk_leak.md) — FIXED (06c9730); live server needs redeploy to pick it up
- [Claudomator task board accept workflow](feedback_claudomator_task_board_accept_workflow.md) — SDD loop never calls accept_task after review; call it right after APPROVE, not as a later cleanup pass
- [Claudomator CLAUDE.md staleness](project_claudomator_claude_md_staleness.md) — FIXED (6214aa8); Story orchestrator section now describes the finished design
- [Claudomator workflow diagram TODO](project_claudomator_workflow_diagram_todo.md) — captured as claudomator story 11bd1cff (BACKLOG), not yet built; needs live server redeploy first
- [Claudomator stories NOT NULL bug](project_claudomator_stories_not_null_bug.md) — POST /api/stories requires explicit validation/deploy_config despite "nullable" docs
- [Claudomator arbitration fail-open incident](project_claudomator_arbitration_fail_open_incident.md) — FIXED (cc1aa8d/204fe6c); live run shipped factually-wrong work via silent no-verdict approval; now fail-closed + planner seeded
- [Claudomator builder prompt decomposition bias](project_claudomator_builder_prompt_decomposition_bias.md) — retro hypothesis: bias builder's prompt toward decomposing more readily; not yet implemented
- [Claudomator Tasks tab tree view TODO](project_claudomator_tasks_tab_tree_view_todo.md) — replace flat Tasks tab with a live tree view rooted at stories; not yet implemented
- [Claudomator distributed execution idea](project_claudomator_distributed_execution_idea.md) — reuse NativeRunner per remote machine + escalation-ladder round-robin; check agentloop tool parity first
|