Files
periscope/.cursor/rules/20-python.mdc
T
michele 2f2e35e802 Replace paraphrased constitution with the 1224-line master.
Copy CODING_CONSTITUTION.md from the AgentStore docs/development path and split
the seven always-on .mdc files from that exact text.
2026-09-20 18:24:29 +02:00

29 lines
490 B
Plaintext

---
alwaysApply: true
---
# 32. PYTHON IS THE DEFAULT LANGUAGE
Python is the default implementation language for Periscope.
Use Python for:
* orchestration;
* datasheet processing;
* document parsing;
* LLM integration;
* requirement extraction;
* evidence management;
* project management;
* CLI;
* API integration;
* reporting;
* test orchestration;
* external tool integration;
* high-level analysis.
Do not rewrite Python into Rust merely because Rust exists in the project.
---