Skip to content

Update references, docs, and check-issue skill#188

Merged
GiggleLiu merged 9 commits intomainfrom
jg/references
Mar 6, 2026
Merged

Update references, docs, and check-issue skill#188
GiggleLiu merged 9 commits intomainfrom
jg/references

Conversation

@GiggleLiu
Copy link
Copy Markdown
Contributor

Summary

  • Add check-issue skill with reference whitelist for validating [Rule] and [Model] issues
  • Add test-feature skill for user-perspective feature testing
  • Add interactive module graph visualization to mdBook docs
  • Add CLI graph export enhancements and integration tests
  • Add complexity review documentation page
  • Add Karp reduction rules reference (references/rules-karp.md)
  • Remove collaborate.md — content moved to Formalize collaboration workflow for human contributors #187 for discussion

Test plan

  • make check passes
  • make doc builds with new module graph page
  • CLI integration tests pass

🤖 Generated with Claude Code

GiggleLiu and others added 4 commits March 5, 2026 09:59
The collaboration workflow draft has been reviewed and filed as
GitHub issue #187 for further refinement and discussion.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.88%. Comparing base (a88812b) to head (e953d24).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #188   +/-   ##
=======================================
  Coverage   96.88%   96.88%           
=======================================
  Files         200      200           
  Lines       27537    27537           
=======================================
  Hits        26680    26680           
  Misses        857      857           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR expands contributor tooling and documentation, adds a new “check-issue” skill reference set, and enhances the CLI’s path output to include composed “overall overhead” for multi-step reduction paths (with accompanying integration tests). It also introduces an interactive module-architecture visualization in the mdBook docs and adds a complexity/overhead review page.

Changes:

  • Add interactive module architecture graph generation + rendering for mdBook docs.
  • Add composed overall_overhead to CLI path JSON/text output + new CLI integration tests.
  • Add new documentation/reference materials (complexity review page, Karp rules reference, check-issue skill design + reference whitelist).

Reviewed changes

Copilot reviewed 18 out of 19 changed files in this pull request and generated no comments.

Show a summary per file
File Description
scripts/gen_module_graph.py New generator that converts rustdoc JSON into a Cytoscape-ready module graph JSON.
docs/src/static/module-graph.js New client-side Cytoscape rendering, interaction, and tooltip behavior for the module graph.
docs/src/static/module-graph.css Styling for the module graph container, legend, and tooltip.
docs/src/design.md Replaces static SVG module overview with interactive module graph embed.
book.toml Registers the new module-graph JS/CSS as mdBook assets.
Makefile Updates mdbook target output formatting (but introduces piping concerns).
problemreductions-cli/src/commands/graph.rs Adds composed “Overall” overhead section (text) and overall_overhead field (JSON).
problemreductions-cli/src/mcp/tools.rs Adds overall_overhead to MCP tool JSON output for path.
problemreductions-cli/tests/cli_tests.rs Adds integration tests validating “Overall” overhead presence + JSON shape + composition behavior.
docs/src/complexity-review.md New documentation page tracking complexity/overhead correctness reviews.
docs/src/SUMMARY.md Adds the new complexity review page to the mdBook TOC.
references/rules-karp.md Adds a Karp (PLDI 2022) reduction rules reference page.
docs/plans/2026-03-05-check-issue-skill-design.md Design plan for the new /check-issue workflow and checks.
.claude/skills/check-issue/SKILL.md Adds the “check-issue” skill implementation guide.
.claude/skills/check-issue/references.md Adds the curated reference/whitelist knowledge base for issue fact-checking.
.claude/skills/review-implementation/SKILL.md Extends implementation review skill to include updating the complexity review table.
.claude/CLAUDE.md Registers the new “check-issue” skill in the skills list.
Cargo.toml Tweaks release profile (codegen-units=1, strip=true).
.gitignore Adds docs/test-reports/ to ignored outputs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

GiggleLiu and others added 4 commits March 6, 2026 22:47
- Step 1a now prints counts for each source and labels them clearly
- Triage table separates user comments (priority 2) from Copilot (priority 3)
- Added "User comments always take priority" instruction
- Deleted stale plan file per reviewer request

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@GiggleLiu GiggleLiu merged commit 92cdd0a into main Mar 6, 2026
3 checks passed
@GiggleLiu GiggleLiu deleted the jg/references branch April 12, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants