Commit Graph

7 Commits

Author SHA1 Message Date
Matsubaa c797a946c1 Enhance architecture documentation and add open questions; establish API-first architecture with bundled web UI as first-party client 2026-05-23 10:03:38 -05:00
Matsubaa 5794b593fa Refactor README and flake.nix for improved development environment setup; remove embedded Rust tooling references and add Cargo productivity tools 2026-05-23 09:56:42 -05:00
Matsubaa 6a825d1e83 Rename project to FeDIY and update related configurations and documentation 2026-05-23 09:53:29 -05:00
Matsubaa d61a91aac8 Add initial Cargo.lock file for dependency management 2026-05-23 09:53:20 -05:00
Matsubaa c97a9eb217 Enhance documentation with contributing guidelines, planning docs, and agent policies 2026-05-23 09:39:22 -05:00
Matsubaa 252348e592 Add initial project structure with Rust Nix flake template
- Create .envrc for Direnv configuration
- Add .pre-commit-config.yaml for pre-commit hooks
- Include CONTRIBUTING.md for contribution guidelines
- Initialize Cargo.toml for Rust package configuration
- Update LICENSE to link to full license text
- Create Makefile for build, run, test, and clean commands
- Revise README.md for project description and usage instructions
- Implement default Nix flake configuration in flake.nix
- Add Flatpak manifest for packaging
- Set up project metadata in project.toml
- Create shell.nix for legacy shell support
- Add skeletal Rust application in src/main.rs
- Include sample test in tests/sample_test.rs
2026-05-23 09:28:40 -05:00
Matsubaa 05a6d388b6 Initial commit 2026-05-23 09:20:48 -05:00