Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f31402a
deps: install d3 + add lib/d3-helpers utility module
sunilp May 13, 2026
54f911d
island: D3Chart Svelte 5 (bar/compare types with brick-red accent)
sunilp May 13, 2026
735f6a4
universal: HeroStatGrid (Evidence 2-stat hero)
sunilp May 13, 2026
334de76
universal: StatHero (Lab Report giant result number)
sunilp May 13, 2026
4d919d6
universal: HypothesisBlock + SectionAnchors (scroll-spy) + ReproduceS…
sunilp May 13, 2026
580b394
universal: ProductCardHero (Project 4-quadrant Run/Read/Failures/Code)
sunilp May 13, 2026
bd248c3
universal: EvalStats (Project 3-metric row)
sunilp May 13, 2026
1edee8b
universal: ArchitectureDiagram (Project SVG wrapper with trace-in)
sunilp May 13, 2026
97b030c
layout: ProjectLayout (product-card hero + arch diagram + eval stats)
sunilp May 13, 2026
16a22c7
route: /projects/[slug] + /projects/ magazine index
sunilp May 13, 2026
08b40b4
assets: port project architecture SVGs from docs/diagrams/
sunilp May 13, 2026
573005f
content: port 4 shorter projects (LLM Explorer, Tool-Using, Research,…
sunilp May 13, 2026
edbf869
content: port 3 long-form projects (Doc Intelligence, Incident Runboo…
sunilp May 13, 2026
b64839d
universal: MethodBlock + Provenance + DownloadList for Evidence pages
sunilp May 13, 2026
ebf4ded
layout: EvidenceLayout (HeroStatGrid + Provenance + Method + Downloads)
sunilp May 13, 2026
41ff891
route: dynamic /evidence/[slug] using EvidenceLayout
sunilp May 13, 2026
ab94c0f
page: /evidence/ Evidence Wall with hero stats + magazine grid
sunilp May 13, 2026
468f3ab
content: port 4 evidence pages to MDX with hero stats + downloads
sunilp May 13, 2026
f029160
layout: LabReportLayout (Hypothesis + StatHero + SectionAnchors + Rep…
sunilp May 13, 2026
caeca92
route: /labs/[slug] + /labs/ magazine index
sunilp May 13, 2026
63e1120
content: first Lab Report L-001 (multi-agent vs router on 100 queries)
sunilp May 13, 2026
19cc841
island: CommandPalette Svelte 5 (Cmd+K Pagefind search)
sunilp May 13, 2026
83b6b59
layout: mount CommandPalette globally in PageLayout
sunilp May 13, 2026
25f6276
reproduce-strip: noreferrer on external blank links
sunilp May 13, 2026
701ac6f
hypothesis-block: div container for slotted content (block-safe)
sunilp May 13, 2026
85b0680
d3-helpers: rename colorForValue→colorForAccent (drop unused param) +…
sunilp May 13, 2026
2654ca9
projects-index: sort alphabetically by title for stable order
sunilp May 13, 2026
1d8ea0c
cmdk: guard arrow keys against empty results (no negative activeIdx)
sunilp May 13, 2026
34ee5fc
d3-chart: HTTP status check on fetch (fail fast vs silent JSON parse …
sunilp May 13, 2026
6ff28e6
lab-001: align evidence reference to bare id (no collection prefix)
sunilp May 13, 2026
bf16f49
product-card-hero: make all 4 quadrants opt-in, add caseStudyAnchor +…
sunilp May 13, 2026
1a0107a
section-anchors: disconnect observer on re-init + pick top-most inter…
sunilp May 13, 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
7 changes: 7 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ export default defineConfig({
mdx(),
svelte(),
],
vite: {
build: {
rollupOptions: {
external: ['/agentic-ai/pagefind/pagefind.js'],
},
},
},
redirects: {
'/proof/baseline-eval-report': '/agentic-ai/evidence/baseline-eval-report/',
'/proof/workflow-vs-agent-comparison': '/agentic-ai/evidence/workflow-vs-agent-comparison/',
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@
"@astrojs/mdx": "^4.3.0",
"@astrojs/svelte": "^7.2.0",
"astro": "^5.7.0",
"d3": "^7.9.0",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"motion": "^12.38.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.0",
"@types/d3": "^7.4.3",
"@types/node": "^22.0.0",
"pagefind": "^1.5.2",
"svelte": "^5.0.0",
Expand Down
548 changes: 548 additions & 0 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions public/assets/diagrams/agent-anatomy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions public/assets/diagrams/agent-loop-foundations.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
117 changes: 117 additions & 0 deletions public/assets/diagrams/agent-tax-comparison.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading