Commit Graph

5 Commits

Author SHA1 Message Date
49837f8e96 feat: Second starter case - The Broken Vase
- Case: easy-02-the-broken-vase
- Plot: Antique vase shattered, roommate vs visitor
- Evidence: Broken vase photo + text messages
- Suspects: Sam Chen + Alex Kim
- Placeholder images for testing
- truth.enc: base64 encoded

Now we have 2 easy cases to choose from.
2026-04-20 09:41:09 +00:00
ea6ecb2fe5 fix: Truth reveal flow - Hermes decodes when asked
- Updated detective-play skill
- Hermes decodes truth.enc when user asks (not user)
- Added statistics display after truth reveal
- Investigation phase stays spoiler-free
- Updated detective-create skill
2026-04-20 09:21:58 +00:00
d56897e13d feat: First starter case - The Stolen Lunch
- Case: easy-01-the-stolen-lunch
- Plot: Office lunch theft, 2 suspects
- Evidence: Email + Fridge photo (placeholders)
- Suspects: Alex Chen + Jordan Park
- 4 images (placeholders for testing)
- truth.enc: base64 encoded

Note: Images are placeholders for flow testing.
2026-04-20 07:53:37 +00:00
64f30bf532 feat: Case format and skill drafts
- Case format: YAML schema for investigation cases
  - title, briefing, evidence, suspects
  - Truth separated to truth.enc (base64 encoded)
  - Images: path or URL

- Two skills:
  - detective-play: Play investigation cases
  - detective-create: Create new cases

- Folder structure:
  - ~/.hermes/detective/cases/ for all cases
  - Each case: case.yaml + truth.enc + images/

- Truth protection: base64 encoded, decode only after playing
2026-04-20 07:27:55 +00:00
ecfd0b1160 feat: Initial commit - Hermes Detective Agency concept
- Hermes Detective Agency: Open-ended mystery investigation game
- Roles: Chief (human), Witness (Kimi), Detective (Hermes)
- 5 difficulty levels, community cases, open-ended solving
- Scoring: Alignment %, Evidence %, Time
- Features: Retry, Journal, Observe mode
- Tech: Kimi Vision + Hermes Agent + Pollinations

Changelog:
- Research phase: Kimi capabilities, Hermes agent, image APIs
- Brainstorming: 14 ideas explored
- Comparison matrix: Detective selected as winner
- Concept finalized with all design decisions
2026-04-20 00:00:30 +00:00