Copy CODING_CONSTITUTION.md from the AgentStore docs/development path and split the seven always-on .mdc files from that exact text.
29 lines
490 B
Plaintext
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.
|
|
|
|
---
|
|
|