Layer · other
Other
Builds that reach beyond the twelve layers.
- Submissions
- 12
- Merged
- 4
Add Agentic Commerce Hackathon page
Adds a page promoting the Agentic Commerce Hackathon (Devfolio, July 31 - Aug 2 2026), where Project NANDA is a partner sponsor.
Nanda Town UI: audience-choice voting, live PR gallery, and site cleanup
Brings the live nandatown.projectnanda.org UI onto the repo. All commits authored by dhve. Changes are confined to apps/nest-dashboard/ (no packages/ or scenarios/ touched), so this composes with the merged hackathon PRs already on main.
[Platform] Hackathon marketplace UI: /hackathon section with submissions, layers, authors
Extends the existing apps/nest-dashboard Next.js 16 app (App Router, React 19, Tailwind 4). Same cream / ink / rust palette, Instrument Serif / Geist Sans / Geist Mono, same paper-texture, eyebrow, btn-primary utilities — no new design…
[Platform] CI hygiene: Makefile, pre-commit, feedback bot, Definition of Done
Closes the gap where hackathon contributors run ruff check + pytest, call that "the tests", and ship PRs that fail CI on ruff format --check and/or pyright.
Guard SkillMD submissions against duplicate creation
Fixes the duplicate-submission bug reported in #203 — one Submit click
recommender
No description provided.
fix(lint): E501 on main — wrap 103-char test signature from #184
make ci-local currently fails on main itself: ruff check reports E501 (103 > 100) at packages/nest-plugins-reference/tests/test_negotiation_determinism.py:88, introduced in #184.
build: migrate deprecated tool.uv.dev-dependencies to dependency-groups.dev
uv prints a deprecation warning on every command: tool.uv.dev-dependencies
Improve marketplace PR short descriptions
- Skip Markdown bullet lists when deriving short descriptions for hackathon submissions.
SkillMD API reachability validation
This Phase 1 warm-up improves the SkillMD submission API so programmatic submissions get the same basic safety and reachability behavior as the form path.
metrics: fix delivery_rate/success_rate exceeding 1.0 on broadcast-heavy scenarios
Fixes delivery_rate (and its success_rate alias) returning a value greater than 1.0 on any scenario that uses broadcasts. A delivery "rate" above 1.0 is impossible and misreports every broadcast-heavy run.
chore: ignore .claude/ harness directory
- Add .claude/ to .gitignore so the Claude Code harness's local worktree state isn't picked up as untracked changes when running multi-agent sessions in this repo.