Polished work that hasn't found its audience yet.

Clean-room Rust reimplementation of SciPy with Condition-Aware Solver Portfolio (CASP) — runtime algorithm selection driven by conditioning diagnostics, stability certificates, and decision-theoretic policy controllers

Documentation

82

Contributing guide5pt0

No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).

Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under Other.

Engineering

84

Issue and PR templates6pt0

No issue or PR templates found (−100 pts).

Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

Reproducibility6pt70

Lockfile present (Cargo.lock). Installs are reproducible.

Tests18pt100

Test files detected (crates/fsci-cluster/tests).

CI/CD14pt100

CI is configured (.github/workflows/ci.yml).

Linting and formatting5pt100

Rust linting configured (cargo clippy in CI, cargo fmt in CI).

Project health

100

Dependency manifest6pt100

Dependency manifest found (Cargo.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 3
    Forks
  • 0
    Releases

Community

  • Community health
  • authors own >50% of commits
  • 9
    Watchers

Responsiveness

  • Median issue response
  • Median PR merge time
  • 0
    Open issues
Repository files37 root entries
  • .beads
    Good: .gitignore present.
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
  • .rch
  • artifacts
  • bench
  • crates
    Good: Test files detected (crates/fsci-cluster/tests).
  • docs
  • fixtures
  • fuzz
  • reference
  • scripts
  • tests
  • .gitignore
  • .rch.env
  • .skill-loop-progress.md
  • AGENTS.md
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • COMPREHENSIVE_SPEC_FOR_FRANKENSCIPY_V1.md
  • diff_sph.py
  • EXHAUSTIVE_LEGACY_ANALYSIS.md
  • EXISTING_SCIPY_STRUCTURE.md
  • FEATURE_PARITY.md
  • frankenscipy_illustration.webp
  • gh_og_share_image.png
  • LICENSE
    Good: Licensed under Other.
  • MASTER_EXECUTION_TODO.md
  • PARITY-COVERAGE.md
  • PHASE2C_EXTRACTION_PACKET.md
  • PLAN_TO_PORT_SCIPY_TO_RUST.md
  • PROPOSED_ARCHITECTURE.md
  • quality_gates.toml
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • rust-toolchain.toml
  • SPEC_CROSSWALK_FRANKENSQLITE_TO_FRANKENSCIPY.md
  • UPGRADE_LOG.md