Go to file
Bhanu Prakash Sai Potteri fe6c257ace refactor: restructure the AI assessment and activity blocks
Assessment now reads verdict -> checks -> evidence -> reasoning. AI Reasoning
moved below the PO/GR/contract records it narrates, so it lands as the
conclusion rather than the preamble. Each part is a SubBlock: small-caps title,
optional badge, hairline above, no nested cards. Evidence rows get an aligned
label column and a red wash on the discrepancy row.

Activity gains a run summary (decisions, wall time, tokens, cost, model),
numbered decisions on a connected timeline, and honest confidence: the figure
the model acted on, colour-banded, annotated when the self-check revised it,
plus a chip when reflexion asked to escalate. Plan/reasoning/self-check sit
behind accent rules, knowledge sources render as chips, and the trace
waterfall carries per-step tokens, indents child spans and reddens failures.

Total run time sums only top-level spans; nested ones would double-count.
2026-07-29 20:13:55 +05:30
public initial commit: p2p-studio — custom frontend wired to studio env (app 169) 2026-06-04 15:39:22 +05:30
src refactor: restructure the AI assessment and activity blocks 2026-07-29 20:13:55 +05:30
.gitignore initial commit: p2p-studio — custom frontend wired to studio env (app 169) 2026-06-04 15:39:22 +05:30
components.json feat: rebuild the UI on Tailwind v4 + shadcn/ui 2026-07-29 19:47:59 +05:30
frontgen_projects_dev_to_studio.sql initial commit: p2p-studio — custom frontend wired to studio env (app 169) 2026-06-04 15:39:22 +05:30
index.html initial commit: p2p-studio — custom frontend wired to studio env (app 169) 2026-06-04 15:39:22 +05:30
migration_dev_to_studio.sql initial commit: p2p-studio — custom frontend wired to studio env (app 169) 2026-06-04 15:39:22 +05:30
p2p_demo_schema.sql initial commit: p2p-studio — custom frontend wired to studio env (app 169) 2026-06-04 15:39:22 +05:30
package-lock.json feat: rebuild the UI on Tailwind v4 + shadcn/ui 2026-07-29 19:47:59 +05:30
package.json feat: rebuild the UI on Tailwind v4 + shadcn/ui 2026-07-29 19:47:59 +05:30
seed.sql initial commit: p2p-studio — custom frontend wired to studio env (app 169) 2026-06-04 15:39:22 +05:30
tsconfig.app.json feat: rebuild the UI on Tailwind v4 + shadcn/ui 2026-07-29 19:47:59 +05:30
tsconfig.json feat: rebuild the UI on Tailwind v4 + shadcn/ui 2026-07-29 19:47:59 +05:30
tsconfig.node.json feat: rebuild the UI on Tailwind v4 + shadcn/ui 2026-07-29 19:47:59 +05:30
vite.config.ts feat: rebuild the UI on Tailwind v4 + shadcn/ui 2026-07-29 19:47:59 +05:30