LLM Legal Council - #1
Open
set2374 wants to merge 3 commits into
Open
Conversation
Create detailed documentation explaining: - Project overview and appropriate uses - Three-stage deliberation architecture - Source code structure and key files - Development commands and configuration - Board Seat architecture (no hardcoded models) - Skills system and query types - Type system and Zod schemas - Project system for customization - Code conventions and common tasks
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
llm-legal-council | aa08e35 | Jan 07 2026, 05:58 PM |
Incorporate handoff document specifications: - Planned GUI architecture (Node.js + Hono + React) - Model configuration (Claude/GPT-5.2/Gemini/Grok seats) - Bug fixes: RAG worker embedding batching - GUI improvements: new layout, brand colors, sidebars - Post-deliberation chat feature with all models - Conversation persistence (D1 tables) - Enhanced project system with per-seat customization - Development phases and known constraints
- Add src/models/ module with comprehensive model selection - Fetch latest models from OpenRouter API on app startup - Include curated analysis of 20+ models for legal council use - Model analysis includes: council score, strengths/weaknesses, recommended roles (lead-analyst, red-team, judge, contrarian, chairman) - Add model-selector-cli.ts with commands: - list: Browse models with filters - info: Detailed model information - recommend: Show recommended configuration - validate: Check current .env config - configure: Interactive wizard - Add npm scripts: models, models:list, models:recommend, models:configure - Update CLAUDE.md with: - Model selector documentation - Web & iOS app roadmap - Responsive layout specifications (portrait/landscape) - Development phases for multi-platform release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create detailed documentation explaining: