Skip to content
/ Codey Public template
forked from VolkanSah/Codey

Latest commit

 

History

History
99 lines (97 loc) · 2.93 KB

File metadata and controls

99 lines (97 loc) · 2.93 KB

📁 Project Structure

Auto-generated by generate_structure.py — 2026-03-03 15:39 UTC Do not edit manually.

Codey/
├── .codey/
│   ├── actions/
│   │   └── test.md
│   ├── scripts/
│   │   ├── codey_star_report.example_1
│   │   ├── codey_star_report.py
│   │   ├── generate_structure.py
│   │   └── update_stats.py
│   ├── .codey-lab
│   ├── codey.config
│   ├── README.md
│   └── stats_history.jsonl
├── .codey_audit/
│   ├── scripts/
│   │   └── format_audit.py
│   └── AUDIT_DATA.md
├── .codey_themes/
│   ├── _action/
│   │   └── suprepo-readme.yml
│   ├── _default/
│   │   ├── _cl_lab_default.py
│   │   ├── _cl_lab_default.svg
│   │   └── README.md
│   ├── _default_cat/
│   │   ├── _cl_lab_cat.py
│   │   ├── codey_lab_cat.svg
│   │   └── README.md
│   ├── _default_cuty/
│   │   ├── _cl_lab_cuty.py
│   │   ├── codey_lab_cuty.svg
│   │   └── README.md
│   ├── _default_powershell/
│   │   ├── _cl_lab_powershell.py
│   │   └── README.md
│   ├── _default_terminal/
│   │   ├── evil_robot.svg
│   │   └── README.md
│   └── README.md
├── .dev/
│   ├── dev2.py
│   ├── soon.md
│   ├── update_codey.backup_18.02.2026.py
│   ├── update_codey_backup_12.02.2026.py
│   └── update_codey_backup_19_02_2026.py
├── .github/
│   ├── workflows/
│   │   ├── audit_collector.yml
│   │   ├── codey_star_report.yml
│   │   ├── generate_structure.yml
│   │   ├── update-codey.yml
│   │   └── update_stats_yml
│   └── FUNDING.yml
├── docs/
│   ├── assets/
│   │   ├── css/
│   │   │   └── codey-style.css
│   │   ├── js/
│   │   │   └── codey-web.js
│   │   └── index.html
│   ├── codey/
│   │   ├── assets/
│   │   │   └── README.md
│   │   ├── Behind-the-Scenes.md
│   │   └── README.md
│   └── example.index.html
├── my_codey/
│   ├── actions/
│   │   └── your_demo_actions.yml
│   ├── backups/
│   │   ├── codey_json/
│   │   │   └── __init__.json
│   │   └── codey_svg/
│   │       └── __init__.svg
│   └── README.md
├── .gitignore
├── .REPO_RULES
├── CITATION.cff
├── CODE_OF_CONDUCT.md
├── codey.config
├── codey.json
├── codey.svg
├── CODEY_STAR_REPORT.md
├── CONTRIBUTING.md
├── ESOL
├── example.codey.config
├── LICENSE
├── PROJECT_STRUCTURE_1.md
├── README.md
├── requirements.txt
├── SECURITY.md
└── update_codey.py