RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Copilot instructions/Aledon8/OpenLeukemia

Copilot instructions

.github/instructions/ai-service.instructions.md
Copilot instructions

Quality

39/100

Scores the file, not the repository.

Length

73 words

1 headings · 0 code blocks

Repository

9

— · pushed 61 days ago

Last changed

3 days ago

First indexed 3 days ago.
Aledon8/OpenLeukemia/.github/instructions/ai-service.instructions.mdRawGitHub
1---
2applyTo: "ai-service/**/*.py"
3---
4 
5# AI Service Instructions
6 
7- Keep FastAPI route handlers thin; put reusable behavior in `app/domains`.
8- Use explicit Pydantic request and response models.
9- Preserve strict typing and keep `python -m mypy app` clean.
10- Use `response_model` for API route outputs.
11- Treat extraction and model outputs as explainable signals or candidate data, not clinical decisions.
12- Run `python -m ruff check .` and the relevant `python -m pytest` tests for Python changes.
13 

Commands it names

  • python -m mypy app
  • python -m ruff check .
  • python -m pytest

Sections

  • AI Service Instructions

What it covers

testlint-formatapiagent-behaviour

Stack — with the evidence

react

(1.00)

python

(0.95)

pytest

(0.95)

ruff

(0.95)

fastapi

(0.70)

vite

(0.70)

vitest

(0.70)

eslint

(0.70)

typescript

(0.60)

javascript

(0.60)

github-actions

(0.60)

Glob targeting

  • ai-service/**/*.py

Format

Copilot instructions

Two layers: one always-on repo file, plus optional glob-scoped instruction files. Lives under .github/ rather than the repo root, which is the tell that it is aimed at the GitHub platform surface as much as the editor.

What the corpus says about it

Repository

Owner
Aledon8
Language
—
License
—
Archived
no

All configs in this repo

Also in Aledon8/OpenLeukemia

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
Aledon8/OpenLeukemiafrontend/src/styles/CLAUDE.md · 9CLAUDE.mdreactpython+9performance16/1003 days ago
Aledon8/OpenLeukemiafrontend/src/features/dashboard/CLAUDE.md · 9CLAUDE.mdreactpython+9uiperformance16/1003 days ago
Aledon8/OpenLeukemiafrontend/src/features/documentation/CLAUDE.md · 9CLAUDE.mdreactpython+9styleperformancedocs20/1003 days ago
Aledon8/OpenLeukemiaml/inference/CLAUDE.md · 9CLAUDE.mdreactpython+9performance16/1003 days ago
Aledon8/OpenLeukemia.cursor/rules/ai-service.mdc · 9Cursor rulesreactpython+9testlint-formatdo-not46/1003 days ago
Aledon8/OpenLeukemia.cursor/rules/consents.mdc · 9Cursor rulesreactpython+9do-not23/1003 days ago
Aledon8/OpenLeukemia.cursor/rules/docs.mdc · 9Cursor rulesreactpython+9styledo-notdocs27/1003 days ago
Aledon8/OpenLeukemia.cursor/rules/frontend.mdc · 9Cursor rulesreactpython+9testdo-not27/1003 days ago
Aledon8/OpenLeukemia.cursor/rules/ml.mdc · 9Cursor rulesreactpython+9do-not23/1003 days ago
Aledon8/OpenLeukemia.cursor/rules/project.mdc · 9Cursor rulesreactpython+9testlint-formatdo-notagent-behaviour74/1003 days ago
Aledon8/OpenLeukemia.cursor/rules/supabase.mdc · 9Cursor rulesreactpython+9do-not23/1003 days ago
Aledon8/OpenLeukemia.github/copilot-instructions.md · 9Copilot instructionsreactpython+9testlint-formatstyleagent-behaviour71/1003 days ago
Aledon8/OpenLeukemia.github/instructions/consents.instructions.md · 9Copilot instructionsreactpython+9agent-behaviour16/1003 days ago
Aledon8/OpenLeukemia.github/instructions/docs.instructions.md · 9Copilot instructionsreactpython+9styleagent-behaviourdocs20/1003 days ago
Aledon8/OpenLeukemia.github/instructions/frontend.instructions.md · 9Copilot instructionsreactpython+9testagent-behaviour20/1003 days ago
Aledon8/OpenLeukemia.github/instructions/ml.instructions.md · 9Copilot instructionsreactpython+9do-notagent-behaviour23/1003 days ago
Aledon8/OpenLeukemia.github/instructions/supabase.instructions.md · 9Copilot instructionsreactpython+9agent-behaviour16/1003 days ago
Aledon8/OpenLeukemiaAGENTS.md · 9AGENTS.mdreactpython+9setuptestlint-formatstyle+396/1003 days ago
Aledon8/OpenLeukemiaCLAUDE.md · 9CLAUDE.mdreactpython+9setuptestlint-formatstyle+393/1003 days ago
Aledon8/OpenLeukemiaai-service/CLAUDE.md · 9CLAUDE.mdpythonreact+9testlint-formatdo-notagent-behaviour61/1003 days ago
Diff against frontend/src/styles/CLAUDE.md Diff against frontend/src/features/dashboard/CLAUDE.md Diff against frontend/src/features/documentation/CLAUDE.md Diff against ml/inference/CLAUDE.md Diff against .cursor/rules/ai-service.mdc Diff against .cursor/rules/consents.mdc Diff against .cursor/rules/docs.mdc Diff against .cursor/rules/frontend.mdc Diff against .cursor/rules/ml.mdc Diff against .cursor/rules/project.mdc Diff against .cursor/rules/supabase.mdc Diff against .github/copilot-instructions.md Diff against .github/instructions/consents.instructions.md Diff against .github/instructions/docs.instructions.md Diff against .github/instructions/frontend.instructions.md Diff against .github/instructions/ml.instructions.md Diff against .github/instructions/supabase.instructions.md Diff against AGENTS.md Diff against CLAUDE.md Diff against ai-service/CLAUDE.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
chihebnabil/lovable-boilerplate.github/instructions/global.instructions.md · 63Copilot instructionstypescriptreact+7buildlint-formatstylearch+4100/1003 days ago
pytorch/pytorch.github/copilot-instructions.md · 102kCopilot instructionspythonpytorch+4setupbuildteststyle+5100/1003 days ago
JCodesMore/ai-website-cloner-template.github/copilot-instructions.md · 31kCopilot instructionstypescriptnode+7buildlint-formatstylearch+397/1002 days ago
hiyouga/LlamaFactory.github/copilot-instructions.md · 74kCopilot instructionspythontransformers+4setupbuildtestlint-format+597/1002 days ago
darkmatter/nixmac.github/copilot-instructions.md · 24Copilot instructionstypescriptrust+14setupbuildtestlint-format+896/1003 days ago
thangaram611/second-brain.github/copilot-instructions.md · 0Copilot instructionstypescriptnode+12setupteststylearch+496/1003 days ago
keycloak/keycloak.github/copilot-instructions.md · 36kCopilot instructionsjavanode+9setupbuildtestlint-format+693/1003 days ago
iloveitaly/llm-ide-rules.github/copilot-instructions.md · 13Copilot instructionspythonpytest+2teststyledo-notagent-behaviour+192/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack