How should we treat AI context files? #4069
wpotrzebowski
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Context
A Cursor rules file (
.cursor/rules/sasview.mdc) was used during SASBDB work, then removed from the PR #3912 so it wouldn’t ship with that change. It’s useful locally; the question is whether SasView should adopt something like this project-wide.What is it for?
Not runtime code or user docs — a short rulebook for AI-assisted editing. It orients agents on repo layout, install/run expectations, coding/GUI conventions, scientific caution, and where tests live, so they follow SasView practice instead of generic defaults.
Cursor uses
.cursor/rules/*.mdc; other tools use different paths for the same idea (Copilot instructions,AGENTS.md, etc.).Options
.cursor/(and similar); each contributor keeps private rulesAGENTS.mdor a wiki/dev doc; ignore vendor dirsMaintenance (if we check anything in)
INSTALL.md/ existing docs — don’t fork a second policyQuestions
All reactions