docs: record fake chat milestone

This commit is contained in:
Hermes Agent
2026-07-24 09:56:49 +00:00
parent f65d4ac1a2
commit 464748c5bc
2 changed files with 10 additions and 6 deletions
+3
View File
@@ -5,6 +5,8 @@ All notable Hermes Mobile source changes are recorded here. Entries are added du
## Unreleased
### Added
- Added a fake-data Compose chat proving ground with local session rail/list, context controls, keyboard-safe composer, send/cancel/retry, and seeded empty/loading/reconnecting/error states.
- Added typed user, assistant, system, error, and streaming chat models; selectable markdown-friendly text, copyable horizontally scrollable code blocks, expandable tool results, and reducer unit tests.
- Added a Compose design-system package with color, semantic status, spacing, typography, shape, elevation, and motion tokens.
- Added light and dark Hermes Compose themes backed by Material 3 color schemes.
- Added Compose previews for small phone, normal phone, tablet width, light theme, and dark theme component coverage.
@@ -23,6 +25,7 @@ All notable Hermes Mobile source changes are recorded here. Entries are added du
### Verification
- `git diff --check` — passed
- `GRADLE_USER_HOME=/root/hermes-mobile/.gradle-user ./gradlew :app:testDebugUnitTest :app:assembleDebug` from `apps/mobile/android` — passed
- `GRADLE_USER_HOME=/root/hermes-mobile/.gradle-user ./gradlew :app:assembleDebug` from `apps/mobile/android` — passed
- `npm run typecheck --workspace @hermes-mobile/companion` — passed
- `npm run lint --workspace @hermes-mobile/companion` — passed
+7 -6
View File
@@ -22,12 +22,7 @@
## Now — finish the foundation already in progress
- [ ] **F2 — Polished fake-data chat proving ground**
- Session rail/list, conversation screen, context controls, keyboard-safe composer, send/cancel/retry behavior.
- Render assistant/user/system/error/streaming messages from UI models.
- Add markdown-friendly surfaces, selectable long text, code blocks with horizontal scroll + copy, compact expandable tool results.
- Cover empty/loading/reconnecting/error states without clipped/overlapping content.
- Verification: focused UI tests where practical; Android debug build.
_Foundation milestones complete. Continue with B1._
## Beta path — upstream-connected MVP
@@ -98,6 +93,12 @@ _Move finished items here with date, commit, and verification. Keep this section
- Added Compose previews for small phone, normal phone, tablet width, light theme, and dark theme component coverage.
- Verification: `git diff --check` passed; `GRADLE_USER_HOME=/root/hermes-mobile/.gradle-user ./gradlew :app:assembleDebug` from `apps/mobile/android` passed.
- [x] **F2 — Polished fake-data chat proving ground** — 2026-07-24, commit `f65d4ac` (`feat: add fake chat proving ground`).
- Added a local fake chat inbox with session rail/list, context controls, keyboard-safe composer, and send/cancel/retry interactions.
- Added typed user, assistant, system, error, and streaming message models; selectable markdown-friendly text, horizontally scrollable copyable code, and expandable tool results.
- Added seeded empty, loading, reconnecting, and error states plus reducer tests for send, cancel, retry, and tool expansion.
- Verification: `git diff --check` passed; `GRADLE_USER_HOME=/root/hermes-mobile/.gradle-user ./gradlew :app:testDebugUnitTest :app:assembleDebug` from `apps/mobile/android` passed.
## Work-loop checklist
Before coding: