Commit Graph

8 Commits

Author SHA1 Message Date
Oleksandr Bezdieniezhnykh 2c1c4ed1df Comment out amd64 matrix
Made-with: Cursor
2026-04-09 23:33:16 +03:00
Oleksandr Bezdieniezhnykh 1824c4374f Remove Woodpecker CI configuration file
- Delete the .woodpecker.yml file, which contained multi-platform build configurations for the CI pipeline.
- This change reflects a shift in CI strategy or tooling.
2026-04-09 19:17:57 +03:00
Oleksandr Bezdieniezhnykh b7ac1fd0a7 Add multi-platform support in Woodpecker CI configuration
- Introduce a matrix for building on both linux/arm64 and linux/amd64 platforms.
- Update image tagging to include platform-specific tags for better versioning.
- Enhance the CI configuration for improved build clarity and organization.
2026-04-09 13:27:41 +03:00
Oleksandr Bezdieniezhnykh 85921fa1ae Refactor Dockerfile and update coding standards
- Refactor Dockerfile to improve build efficiency and clarity.
- Enhance coding standards in coderule.mdc for better maintainability.
- Add new rules to python.mdc to improve code quality.
2026-04-08 06:32:54 +03:00
Oleksandr Bezdieniezhnykh 37bee961ab Update Dockerfile for multi-architecture support and enhance coding rules
- Modify Dockerfile to support multi-platform builds using TARGETARCH.
- Update coderule.mdc to enforce source code organization under the `src/` directory.
- Remove outdated rule from python.mdc regarding `src/` layout.
2026-04-06 05:03:27 +03:00
Oleksandr Bezdieniezhnykh 2528a1e995 Add .cursor AI autodevelopment harness (agents, skills, rules)
Made-with: Cursor
2026-03-26 01:06:55 +02:00
Oleksandr Bezdieniezhnykh e64bd9a805 Add .gitignore and remove build artifacts from tracking
Made-with: Cursor
2026-03-25 05:21:18 +02:00
Oleksandr Bezdieniezhnykh 0625cd4157 Initial commit
Made-with: Cursor
2026-03-25 05:21:08 +02:00