9 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
2d536b0853 Switch to Clang as default compiler in CI/CD and Docker
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 22:09:59 +00:00
copilot-swe-agent[bot]
7ff22dcc57 Integrate Conan into build systems
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 21:16:58 +00:00
copilot-swe-agent[bot]
408053665d Remove Makefiles and update documentation for pure CMake build system
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 20:54:40 +00:00
copilot-swe-agent[bot]
08fc016b8b Address code review feedback
- Add comment about GLOB usage in kernel/CMakeLists.txt
- Improve clarity of optional screenshot capture in qemu-test.yml
- All code review comments addressed
- Security scan passed with 0 alerts

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 20:42:52 +00:00
copilot-swe-agent[bot]
c00732bb18 Fix critical GitHub workflow bugs and update ROADMAP.md
- Fix qemu-test.yml: Remove dd command that was overwriting the disk image
- Fix all workflows: Remove build failure suppressions (|| echo) since Phase 2 is complete
- Add 'set -e' to all multi-line bash scripts to ensure failures stop execution
- Make release workflow fail if required files (metalos.img, bootx64.efi, metalos.bin) are missing
- Update ROADMAP.md to reflect Phase 2 completion and Phase 3 progress
- Update timeline and design decisions to match current implementation

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 20:38:05 +00:00
copilot-swe-agent[bot]
4c36df4e2d Add release workflow and QEMU instructions for all major OS
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 18:43:53 +00:00
copilot-swe-agent[bot]
c82c872132 Add explicit permissions to workflows for security
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 18:11:10 +00:00
copilot-swe-agent[bot]
c781121dbc Address code review feedback: fix assertion order and workflow issues
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 18:08:00 +00:00
copilot-swe-agent[bot]
f4448d8881 Add QEMU testing workflow and unit test suite
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 18:06:13 +00:00