一键导入
dart-references
// DART References: manage the experimental simulation research catalog (papers, textbooks, engines) with status, priority, and verdict
// DART References: manage the experimental simulation research catalog (papers, textbooks, engines) with status, priority, and verdict
DART CI: GitHub Actions, cache debugging, and platform-specific failures
DART Test: unit tests, integration tests, CI validation, and debugging
DART CI: GitHub Actions, cache debugging, and platform-specific failures
DART Test: unit tests, integration tests, CI validation, and debugging
DART References: manage the experimental simulation research catalog (papers, textbooks, engines) with status, priority, and verdict
DART Contribute: branching, PRs, review workflow, and dual-PR bugfixes
| name | dart-references |
| description | DART References: manage the experimental simulation research catalog (papers, textbooks, engines) with status, priority, and verdict |
Load this skill when adding, updating, auditing, or citing research references (papers, textbooks, model-format standards, or comparative engines) for the DART experimental simulation world — its public API and its algorithms.
docs/readthedocs/papers.md is the single source of truth and the published
website page. It is a companion to the experimental API design docs:
docs/design/simulation_experimental_cpp_api.mddocs/design/simulation_experimental_python_api.mdEach entry has an id, a full citation, and these properties:
| Property | Values |
|---|---|
| Type | textbook, paper, standard, engine |
| Topic | e.g. dynamics, kinematics, contact, integration, collision, terminology, model-format, api |
| Status | referenced, planned, in-progress, implemented, deferred, rejected |
| Priority | high, medium, low, — |
| Verdict | adopt, baseline, reference, evaluate, reject |
| Where used | link to the design doc, code, or test that uses (or will use) it |
Status is written from the experimental world's perspective. A method shipping
in classic DART but not yet in the experimental world is planned, with the
classic location noted in Notes.
Status from the experimental world's perspective; note classic-DART
status separately in Notes.Verdict (adopt to build on, baseline to compare against,
reference to cite, evaluate while undecided, reject with a reason).Where used with the design-doc/code/test link.planned algorithm becomes
implemented, or an evaluate is decided), update Status/Verdict and the
Where used link in the same change.engine entries as baselines/comparisons, never as dependencies.pixi run lint after edits (it runs sync-ai-commands and doc checks).For the catalog and its rationale: docs/readthedocs/papers.md
For the API it supports: docs/design/simulation_experimental_cpp_api.md,
docs/design/simulation_experimental_python_api.md
For DART's research focus: docs/ai/north-star.md