Commit Graph

13 Commits

Author SHA1 Message Date
eaf7667728 refactor: clean up workshop for Science in the City event
- Update workshop name from 'CODE CRISPIES' to 'SCIENCE IN THE CITY'
- Remove all Hetzner cloud deployment references and commands
- Focus documentation on local USB/VM workshop environment
- Remove cloud server connection functionality
- Update WiFi credentials for workshop network
- Clean up AGENTS.md to reflect local-only development workflow
- Remove misleading cloud infrastructure references
- Update help commands and learning flow for local practice only

This commit prepares the workshop materials for the Science in the City event,
focusing exclusively on local Co-op Cloud deployment practice without cloud
infrastructure dependencies.
2025-09-16 19:02:03 +02:00
f148290747 docs: correct local vm description in agents.md 2025-09-16 11:32:19 +02:00
bc52b50cad docs: update documentation for new build directory structure
- Add build locations section to AGENTS.md
- Update README.md with build directory information
- Fix AGENTS.md vm-run command reference
- Document that clean removes both ./build/ and ./result/
- Ensure consistency across all documentation files

Addresses documentation inconsistencies after Makefile changes.
2025-09-16 11:24:54 +02:00
9acf7c3deb fix: add GNOME network settings and iwd WiFi backend
- Add gnome-control-center for GNOME Settings network panel
- Add iwd (iNet wireless daemon) for better WiFi support
- Enable iwd service and configure NetworkManager to use it
- This should make WiFi options visible in GNOME settings

Test in VM first with 'make vm' before building new ISO
2025-09-16 00:49:21 +02:00
629fe7f583 refactor: rename USB-related make commands for better clarity
- Rename build-usb → usb-build
- Rename flash-usb → usb-flash
- Rename test-usb → usb-test
- Fix duplicate vm target in Makefile
- Update README.md and AGENTS.md documentation
- Maintain consistent command naming convention

This makes the commands more intuitive by grouping USB operations
with the 'usb-' prefix, improving developer experience and reducing
confusion about command purposes.
2025-09-16 00:46:51 +02:00
c93b25311c Add QEMU to dev environment and update testing workflow
- Add nix-env warning to AGENTS.md
- Include QEMU in flake.nix devShell for testing
- Update Makefile to use nix develop for QEMU commands
- Fix test-usb target to work with nix develop environment
2025-09-15 22:26:02 +02:00
2b797b400c docs: add critical warning about nix-env usage
- Add warning to never run nix-env as it can break Nix environments
- Include recommended alternatives (nix-shell, nix develop)
2025-09-15 22:22:10 +02:00
3af93eaee4 refactor: rename lint command to format 2025-09-15 20:15:43 +02:00
446eb802ae fix: format nix files and update configurations 2025-09-15 20:07:14 +02:00
9b42f00ebe docs: update vm commands and browser usage in docs 2025-09-15 14:04:06 +02:00
296d2ec047 feat: improve VM command naming and add commit guidelines 2025-08-16 18:28:04 +02:00
c49eb614d5 stable vm run and container spin up, not reachable via ssh 2025-08-14 18:45:18 +02:00
24a1d21e5c configure opencode agent with project guidelines and safety rules
🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
2025-08-13 11:38:29 +02:00