Redesign the research website and agent documentation - #1139
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1139 +/- ##
=======================================
Coverage 98.00% 98.00%
=======================================
Files 1044 1044
Lines 107366 107366
=======================================
Hits 105228 105228
Misses 2138 2138 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
The public website now presents Problem Reductions as infrastructure for autonomous research. Visitors can explore exact problem variants and reduction evidence, then use short task guides to run the CLI or direct an agent. The dark palette retains the original project logo; distracting uppercase labels have been removed.
The atlas is generated from registry exports and distinguishes implemented capabilities from the autonomous research goal. It includes searchable problem families, variant-specific connections, reduction contracts, source/API/test links, and an interactive independent-set / vertex-cover example.
Documentation is reorganized into 37 focused pages (median about 160 words): agent workflows first, followed by CLI tasks, Rust examples, and internals. Each page has direct Markdown access with expanded code includes. Existing guide URLs remain available, and old section links route to their new task pages. The reading layout preserves mdBook search, code copying, and mobile navigation.
A real six-command CLI recording discovers an MIS → ILP route, creates a five-vertex cycle, saves a reduction bundle, recovers a source solution, evaluates it, and cross-checks the optimum by exhaustive search. All commands exited 0. The demo includes copyable commands, expected results, a downloadable cast, and a self-contained offline player with autoplay disabled. Stale installation, factoring flags, solver claims, and Rust path APIs were corrected against the current implementation.
The documentation build combines the product site, guides, Markdown exports, API, and PDF in
book/. Local preview and recording maintenance instructions are indocs/website/README.md.Validation
make doc,make paper, reduction-graph JavaScript tests, Python syntax checks, and whitespace checks passed. Rustdoc emits 49 existing warnings.Previews