- Add image intake service with format validation (JPEG, PNG, WebP) and EXIF/GPS stripping - Enforce strict single-image rule across Web and Signal attachment channels - Implement token-optimized vision downscaling and JPEG compression - Add IMAGE_CONTEXT pipeline stage with OmniRoute vision routing and resilient failover - Seed and manage versioned idea-image-interpreter prompt in catalog - Update Web UI with responsive image picker, preview chip, and Visual Context tab - Add comprehensive automated test suite in test_image_intake.py - Update README and Labyricorn devlog
Labyricorn Publishing Space for ThinkStorm
This directory contains the authoritative publishing records for ThinkStorm's project exhibition and public development log on Labyricorn.
Directory Structure
.labyricorn/
├── agents.md # Top-level publishing and synchronization guidelines
├── README.md # Overview of the Labyricorn publishing space
├── project/ # Project exhibition page
│ ├── AGENTS.md # Project exhibition rules
│ └── contents.lr # Lektor project exhibition record
└── devlog/ # Public development log
├── AGENTS.md # Devlog authoring rules
├── contents.lr # Devlog index record
└── <slug>/ # Chronological development milestone entries
└── contents.lr
Maintenance Rules
- Authoritative Source: Content defined here is mirrored by the Labyricorn publishing engine.
- Lektor Records: Content uses
schema_version: 1and Lektor record format (contents.lr). - No Secrets: Never store API tokens, passwords, or credentials in this directory.