01 Folder Structure
01 Folder Structure
│
├─ .CODEX
│ │
│ ├─ skills
│ │ ├─ PID_TAG_EXTRACTION
│ │ │ └─ [Link]
│ │ │
│ │ ├─ MANUAL_CE_ANALYSIS
│ │ │ └─ [Link]
│ │ │
│ │ ├─ PED_CLASSIFICATION
│ │ │ └─ [Link]
│ │ │
│ │ └─ TECHNICAL_FILE_CHECK
│ │ └─ [Link]
│ │
│ ├─ references
│ │ ├─ ISA_TAG_RULES.txt
│ │ ├─ PED_CLASSIFICATION_TABLE.txt
│ │ └─ MANUAL_REQUIREMENTS_CE.txt
│ │
│ └─ templates
│ ├─ instrument_list_template.csv
│ ├─ fat_template.txt
│ └─ technical_file_structure.txt
│
├─ 00_START_HERE
│ │
│ ├─ README_START_HERE.txt
│ ├─ PROJECT_OVERVIEW.txt
│ └─ NEXT_STEPS.txt
│
├─ 01_SYSTEM
│ │
│ ├─ CONFIG
│ │ ├─ [Link]
│ │ ├─ [Link]
│ │ └─ project_schema_notes.txt
│ │
│ ├─ RULES
│ │ ├─ method_alla_cola.txt
│ │ ├─ naming_convention.txt
│ │ ├─ document_rules.txt
│ │ └─ chatgpt_codex_usage_rules.txt
│ │
│ ├─ WORKFLOWS
│ │ ├─ workflow_pid_extraction.txt
│ │ ├─ workflow_manual_check.txt
│ │ └─ workflow_technical_file_generation.txt
│ │
│ └─ INDEX
│ ├─ master_index.txt
│ └─ master_index.xlsx
│
├─ 02_KNOWLEDGE_BASE
│ │
│ ├─ ENGINEERING
│ │ ├─ compressor_formulas.txt
│ │ ├─ heat_exchanger_notes.txt
│ │ └─ bolt_calculation_notes.txt
│ │
│ ├─ REGULATIONS
│ │ │
│ │ ├─ PED
│ │ │ ├─ ped_notes.txt
│ │ │ └─ ped_examples.txt
│ │ │
│ │ ├─ ATEX
│ │ │ ├─ atex_notes.txt
│ │ │ └─ ignition_sources.txt
│ │ │
│ │ ├─ IECEX
│ │ │ └─ iec_ex_notes.txt
│ │ │
│ │ └─ MACHINERY_DIRECTIVE
│ │ └─ ce_manual_requirements.txt
│ │
│ ├─ AI_METHOD
│ │ ├─ context_engineering_notes.txt
│ │ ├─ rag_architecture_notes.txt
│ │ └─ chatgpt_codex_strategy.txt
│ │
│ └─ EXAMPLES_CLEAN
│ ├─ project_data_TEMPLATE.json
│ ├─ technical_file_example.txt
│ └─ pid_example_sanitized.pdf
│
├─ 03_PROJECTS
│ │
│ ├─ TEMPLATE_PROJECT
│ │ │
│ │ ├─ 00_PROJECT_DATA
│ │ │ └─ project_data_TEMPLATE.json
│ │ │
│ │ ├─ 01_NOTES
│ │ │ ├─ project_notes.txt
│ │ │ └─ open_points.txt
│ │ │
│ │ ├─ 02_INPUT_DOCS
│ │ │
│ │ ├─ 03_WORKING_DOCS
│ │ │
│ │ ├─ 04_OUTPUT_DOCS
│ │ │
│ │ └─ 05_HISTORY
│ │
│ ├─ ACTIVE_PROJECTS
│ │ ├─ 25190
│ │ └─ 25196
│ │
│ └─ CLOSED_PROJECTS
│
├─ 04_TOOLS
│ │
│ ├─ PYTHON
│ │ ├─ pid_tag_extractor.py
│ │ ├─ manual_structure_checker.py
│ │ ├─ project_initializer.py
│ │ └─ exchanger_sizing.py
│ │
│ ├─ CODEX_WORK
│ │ ├─ codex_skill_ideas.txt
│ │ └─ codex_generated_scripts
│ │
│ ├─ UTILITIES
│ │ ├─ file_renamer.py
│ │ └─ json_validator.py
│ │
│ └─ TESTS
│ ├─ test_pid_sample.pdf
│ └─ test_manual_sample.docx
│
├─ 05_PROMPTS
│ │
│ ├─ CHATGPT
│ │ ├─ chatgpt_context_builder.txt
│ │ ├─ chatgpt_pid_analysis.txt
│ │ └─ chatgpt_manual_analysis.txt
│ │
│ ├─ CODEX
│ │ ├─ codex_pid_reader.txt
│ │ ├─ codex_skill_generator.txt
│ │ └─ codex_python_refactor.txt
│ │
│ └─ SYSTEM
│ ├─ engineering_context_template.txt
│ └─ rag_query_template.txt
│
├─ 06_TEMPLATES
│ │
│ ├─ PROJECT
│ │ ├─ project_folder_template.txt
│ │ └─ project_notes_template.txt
│ │
│ ├─ DOCUMENTS
│ │ ├─ technical_file_structure_template.txt
│ │ ├─ fat_structure_template.txt
│ │ └─ manual_structure_template.txt
│ │
│ ├─ JSON
│ │ ├─ project_data_TEMPLATE.json
│ │ └─ component_data_TEMPLATE.json
│ │
│ └─ CHECKLISTS
│ ├─ manual_ce_checklist.txt
│ └─ technical_file_checklist.txt
│
├─ 07_OUTPUT
│ │
│ ├─ CHATGPT_RESULTS
│ │ └─ rag_architecture_notes.txt
│ │
│ ├─ CODEX_RESULTS
│ │ └─ pid_extraction_demo.xlsx
│ │
│ └─ FINAL_ASSETS
│
├─ 08_BACKUP
│ │
│ ├─ SNAPSHOTS
│ │
│ └─ OLD_VERSIONS
│
├─ 09_EX
│ │
│ ├─ PID_EXAMPLES
│ ├─ MANUAL_EXAMPLES
│ └─ TECHNICAL_FILE_EXAMPLES
│
└─ 10_README
│
├─ 00_SYSTEM_OVERVIEW.txt
├─ 01_FOLDER_STRUCTURE.txt
├─ 02_CHATGPT_USAGE.txt
├─ 03_CODEX_USAGE.txt
├─ 04_SKILLS_ARCHITECTURE.txt
├─ 05_RAG_ARCHITECTURE.txt
├─ 06_PROJECT_WORKFLOW.txt
└─ 07_CHANGELOG.txt