Organize tests and images into dedicated folders #39

Merged
Copilot merged 2 commits from copilot/organize-repository-structure into main 2025-11-19 15:32:00 -06:00
Copilot commented 2025-11-19 15:13:09 -06:00 (Migrated from github.com)

Reorganized repository structure by moving test files into tests/ and image assets into images/ for better maintainability.

File Moves

  • test_electron.jstests/test_electron.js
  • *.png (5 files) → images/

Updated References

  • package.json: Test script path
  • config.json.sample, main.js: Icon paths now use images/ prefix
  • tests/test_electron.js: Path references adjusted for new location
  • README.md, ARCHITECTURE.md: Documentation and file structure diagrams
// Before
"icon_file": "plex.png"

// After
"icon_file": "images/plex.png"
Original prompt

Clean up the repository. All tests should go into a tests folder and all the images should be stored in an images folder.


Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Reorganized repository structure by moving test files into `tests/` and image assets into `images/` for better maintainability. ## File Moves - `test_electron.js` → `tests/test_electron.js` - `*.png` (5 files) → `images/` ## Updated References - **package.json**: Test script path - **config.json.sample, main.js**: Icon paths now use `images/` prefix - **tests/test_electron.js**: Path references adjusted for new location - **README.md, ARCHITECTURE.md**: Documentation and file structure diagrams ```json // Before "icon_file": "plex.png" // After "icon_file": "images/plex.png" ``` <!-- START COPILOT CODING AGENT SUFFIX --> <details> <summary>Original prompt</summary> > Clean up the repository. All tests should go into a tests folder and all the images should be stored in an images folder. </details> <!-- START COPILOT CODING AGENT TIPS --> --- ✨ Let Copilot coding agent [set things up for you](https://github.com/SluberskiHomeLab/castroix/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works faster and does higher quality work when set up for your repo.
SluberskiHomeLab (Migrated from github.com) reviewed 2025-11-19 15:13:09 -06:00
Sign in to join this conversation.
No description provided.