| name | quinotospec-file-creation |
| description | Standards and guidelines for creating files, specifically temporary scripts. |
File Creation & Scripts
Temporary Scripts
When creating scripts for one-off tasks, data migrations, temporary interactions (e.g., with PDFs, or APIs), or testing snippets:
- Location: ALWAYS place them in the
.quinoto-spec/scripts/ directory at the project root.
- Naming Convention: Prefix the filename with
temp_.
- Example:
.quinoto-spec/scripts/temp_read_pdf.py
Usage
- Do not create script files in the project root.
- Ensure the
.quinoto-spec/scripts/ directory exists before writing.