Add Fase 7 UI screens (Group A) and integration plan - #40
Closed
danzeroum wants to merge 4 commits into
Closed
Conversation
Mapeia o estado real (3 rotas HTTP vs 11 módulos mock no web/src/api), o backend pronto sem rota (ledger, prompts, experiment, verify, gateway, squad gRPC, permissões, MCP, memória) e sequencia a ligação em 5 ondas mergeáveis: leituras → mutações → sessão SSE → squad+HITL → memória/RAG e acabamento. Só plano — nada implementado. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ssk6F2txpfNpSLNLH6eV3o
… plano O main absorveu este plano (Fase 7, PRs #23–#39) e marcou o documento como superseded; o branch passa a refletir exatamente o estado do main. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ssk6F2txpfNpSLNLH6eV3o
…27.0.0.1:41729/git/danzeroum/mix_btv_code into claude/frontend-backend-integration-7u5mti
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.
Summary
This PR adds the design and integration plan for Fase 7 Group A — seven new admin/user-facing screens that expose Fase 6 backend functionality (MCP console, A/B experiments, squad memory/RAG, rate limits, model usage, LSP servers, sandbox & third-party skills) and a comprehensive 5-wave frontend integration roadmap to wire all 13 existing screens to real backend APIs.
Changes
Design & UI (
docs/design_handoff_forge_telas/design/Forge Telas.dc.html)Added 7 new screen sections (≈250 lines of component markup):
props.modelAll screens follow existing component patterns (sc-if, sc-for, AsyncStatus-like states, color-coded badges, monospace labels per design system).
Integration Plan (
docs/PLANO-INTEGRACAO-FRONTEND.md)New 241-line document defining the 5-wave roadmap to wire frontend to backend:
LedgerStoremethod, 1 new admin screenPrinciples: copy
telemetry.tspattern (axum handler + in-crate test + e2e spec), no silent mock fallback, AppState growth via Arc<Mutex<…>>, SSE for streaming, consistent JSON error format, schema contracts inschemas/, fail-closed on missing backend.Component Logic (
Forge Telas.dc.htmlscript section)Added
memQuery,memStatus,memResultsstate +onMemInput,onMemKey,runRecall()methods to simulate TF-IDF recall (client-side in prototype, backendCoreService.Recallin real implementation). Recall filters by term inclusion and scores 0.55–0.95 based on hit ratio.Notable Details
https://claude.ai/code/session_01Ssk6F2txpfNpSLNLH6eV3o