Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
0d56095
Debug: log procurement skill registration failure + custom CORS middl…
prakhar728 Apr 10, 2026
e496d2f
Drop procurement skill, conversational /init, and dataset_audit stub
prakhar728 May 5, 2026
e9fe1c4
Swap in-memory dicts for SQLite-backed storage
prakhar728 May 5, 2026
400225e
Add Bearer auth and POST /generate-token
prakhar728 May 5, 2026
c101faa
Add typed POST /instances for operator setup
prakhar728 May 5, 2026
ac2947f
Add periodic evaluation scheduler and drop threshold-based auto-trigger
prakhar728 May 5, 2026
2aa02e4
Add track alignment, name collision, and confidence to pipeline output
prakhar728 May 5, 2026
1cb6ec9
Add operator dashboard endpoints and evaluation-run history
prakhar728 May 5, 2026
974dd6c
Add Solana attestation publishing on end_date
prakhar728 May 5, 2026
7292a77
Frontend: drop participant pages, template gallery, procurement compo…
prakhar728 May 5, 2026
89ea180
Frontend: rewrite lib/types.ts and lib/api.ts for the agent-skill API…
prakhar728 May 5, 2026
e3d5ae7
Frontend: rewrite landing page for the agent-skill pivot
prakhar728 May 5, 2026
8ff89f8
Frontend: rewrite /setup as a typed form
prakhar728 May 5, 2026
0d8332b
Frontend: rewrite /dashboard/[id] for cohort + submissions + attestat…
prakhar728 May 5, 2026
8e2b1e0
Skill: add conclave-novelty package (SKILL.md + references + README +…
prakhar728 May 5, 2026
dbf3810
Test fixtures: add 20 mock hackathon idea READMEs + bulk-submit script
prakhar728 May 7, 2026
5e52b34
Setup form: dev-only Solana Frontier 2026 prefill
prakhar728 May 8, 2026
b9caa7a
Pipeline: fix cluster labels, track misclassification, name collisions
prakhar728 May 8, 2026
1f75452
Pipeline: extract title from LLM-flattened idea_text
prakhar728 May 8, 2026
5888fe5
Pipeline: handle agent-summarized idea_text in title extraction
prakhar728 May 8, 2026
7d78397
Web: Roman/arena theme — porphyry, travertine, Cinzel, Garamond, Plex…
prakhar728 May 9, 2026
1ee3daa
CI: add pytest-asyncio so test_scheduler async tests run
prakhar728 May 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ scripts/
tests/fixtures/
.agents/
skills-lock.json
data/*.db
data/*.db-*
522 changes: 257 additions & 265 deletions api/routes.py

Large diffs are not rendered by default.

118 changes: 0 additions & 118 deletions client/apps/web/app/access/page.tsx

This file was deleted.

Loading
Loading