fix: post-merge followups (Nemotron cleanup, marketing links, docs-site wrangler)#22
Merged
MarcelRoozekrans merged 5 commits intomainfrom Mar 26, 2026
Merged
Conversation
CRITICAL opening-turn rules and tool suppression were added to work around models without native tool calling. Skills are now filtered to tool-capable models only, so these workarounds are no longer needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Footer: Changelog → GitHub releases, Roadmap → GitHub issues, Twitter/X replaced with Discussions, Privacy replaced with License - CTA trust line: "Free tier via OpenRouter" → "Free tier available" (provider-agnostic now that Anthropic native and NIM are supported) - Test: update AdvancedFeaturesGrid test to expect "Built-in skills" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Mirrors the marketing site setup: static assets from ./build, auto-trailing-slash, single-page-application 404 handling. Adds npm run deploy script (build + wrangler deploy). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
lucent-code-docs | 030a379 | Mar 26 2026, 07:14 PM |
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
Four commits that landed on the feature branch after PR #20 was merged:
#links in footer (Changelog → GitHub releases, Roadmap → GitHub issues, Twitter/X → Discussions, Privacy → License); CTA trust line now provider-agnosticwrangler.tomlfor Cloudflare Workers deploymentnpxin deploy script so Cloudflare build environment resolves binaries correctlyTest plan
cd marketing && npm test)cd docs-site && npm run build)🤖 Generated with Claude Code