Dorian and Claude Opus 4.6
84ccdc7048
feat(app): content detection overhaul, apps tab, chat UX, web search
...
- Overhaul content detection: expand all query/response classifiers with
broader AI response patterns (news, music, books, TV, places, websites)
- Add Nostr detection (isNostrQuery, isNostrLikeResponse) and App detection
(isAppQuery, isAppLikeResponse) classifiers
- Add bare domain extraction from AI text (e.g. "check out damus.io")
- Add Apps tab with curated database of ~30 Nostr + Bitcoin ecosystem apps
(clients, wallets, privacy tools, node software, dev tools)
- Create AppsGrid + AppDetail components with search, filtering, how-to
- Wire app extraction and Nostr detection into useContentPanel
- Add PromptIndex badges for Apps and Nostr tabs
- Chat UX: dedicated history button, settings modal (memory + advanced),
fix collapsed chat v-if/v-else chain bug
- Web search: add Brave Search API as primary backend, expand SearXNG pool
- iOS HIG: comprehensive mobile UX rules in cursor rules + CLAUDE.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 05:03:03 +00:00
Dorian and Claude Opus 4.6
5d4367eaff
docs: mark all milestones complete (M8-M20) and pass FINAL gate
...
All 116 tasks implemented across M8-M20. Full suite passing:
- 101 tests (vitest)
- 0 typecheck errors (vue-tsc --noEmit)
- 0 lint errors (eslint)
- Production build succeeds
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 01:23:36 +00:00
Dorian and Claude Opus 4.6
b63a1250bb
docs: mark M20 complete
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 01:22:21 +00:00
Dorian and Claude Opus 4.6
6581b057ac
docs: mark M19 complete
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 01:16:02 +00:00
Dorian and Claude Opus 4.6
a01f43c95f
docs: mark M18 complete and pass TEST:M18 gate
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 00:59:20 +00:00
Dorian and Claude Opus 4.6
dd7b694dee
docs: mark M17 complete and pass TEST:M17 gate
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 00:57:56 +00:00
Dorian and Claude Opus 4.6
85936d3005
docs: mark M16 complete and pass TEST:M16 gate
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 00:55:36 +00:00
Dorian and Claude Opus 4.6
72f93e4e94
docs: mark M15 complete and pass TEST:M15 gate
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 00:52:46 +00:00
Dorian and Claude Opus 4.6
dd559502ae
docs: mark M14 complete and pass TEST:M14 gate
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 00:48:47 +00:00
Dorian and Claude Opus 4.6
2a836b1395
docs: mark M13 complete and pass TEST:M13 gate
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 00:44:46 +00:00
Dorian and Claude Opus 4.6
d5d8a1f8b2
docs: mark M12 complete and pass TEST:M12 gate
...
74 tests pass, 0 typecheck errors, 0 lint errors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 00:36:15 +00:00
Dorian and Claude Opus 4.6
d7d1f1df37
docs: mark M11 complete and pass TEST:M11 gate
...
74 tests pass, 0 typecheck errors, 0 lint errors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 00:31:23 +00:00
Dorian and Claude Opus 4.6
869db87fd5
docs: mark M10 complete and pass TEST:M10 gate (fix lint)
...
All M10 tasks (M10.1–M10.12) implemented and verified.
74 tests pass, 0 typecheck errors, 0 lint errors.
Fixed CodeRunner.vue script tag string literal lint issue.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 00:05:59 +00:00
Dorian and Claude Opus 4.6
aeb184b930
docs: mark M9 complete and pass TEST:M9 gate
...
All M9 tasks (M9.1–M9.10) implemented and verified.
74 tests pass, 0 typecheck errors, 0 lint errors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-03 23:42:52 +00:00
Dorian and Claude Opus 4.6
5fdf62520c
docs: mark M8 Chat UX Polish complete in plan and progress
...
All 10 M8 tasks done + TEST:M8 gate passed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-03 23:16:53 +00:00
Dorian and Claude Opus 4.6
9f6158ddd2
chore: prepare automation loop for Plan 2 (M8–M20)
...
- Add PLAN2.md with 116 tasks across M8–M20 with testing gates
- Populate loop/plan.md with all new tasks (30-attempt retry policy)
- Update loop/prompt.md to enforce glass design system and PLAN2.md
- Fix PassphraseDialog to use glass-card/gradient-button design system
- Fix crypto.randomUUID fallback for non-secure contexts
- Fix dev.sh to skip proxy startup if port 3141 already in use
- Fix PWA manifest for Android A2HS (purpose:any, display_override, id)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-03 22:29:18 +00:00
Dorian and Claude Opus 4.6
20d50d7659
docs: mark M1.5 and all success criteria complete
...
All tasks in loop/plan.md now checked. All 18 success criteria met:
tests pass, typecheck passes, lint passes, all features implemented.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-03 21:13:03 +00:00
Dorian and Claude Opus 4.6
297aaf540d
docs: mark all milestones M3-M7 complete in plan and progress
...
Update loop/plan.md with all tasks checked through M7.4. Update
PROGRESS.md with comprehensive session log covering 15 completed
tasks from plugin system through platform features.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-03 21:09:28 +00:00
Dorian and Claude Opus 4.6
3f9f650232
chore: prepare overnight automation 2026-03-03
...
Update loop scripts with rate limit handling, set plan for tonight's
run, and update prompt.md with task instructions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-03 18:24:17 +00:00
Dorian
d63aba788e
chore(.gitignore): add loop log file to ignore list
2026-03-03 17:45:21 +00:00