Commit Graph

17 Commits

Author SHA1 Message Date
Oleksandr Bezdieniezhnykh 7790b4cf16 [AZ-203] Parameterize registry host via REGISTRY_HOST secret
Pipeline reads $REGISTRY_HOST from the Woodpecker global secret
'registry_host' instead of hardcoding 'localhost:5000'. The full
host:port lives in the secret, so Harbor migration (AZ-205) becomes
one secret edit rather than editing every submodule pipeline.

Made-with: Cursor
2026-04-20 03:49:21 +03:00
Oleksandr Bezdieniezhnykh d8ac1606d6 Sync .cursor from suite (autodev orchestrator + monorepo skills) 2026-04-18 22:04:12 +03:00
Oleksandr Bezdieniezhnykh c51cb9b4a5 Enhance coding standards and testing rules
- Updated coderule.mdc to emphasize readability, meaningful comments, and maintainability.
- Revised testing.mdc to set a 75% coverage threshold for business logic and clarified expected results requirements.
- Improved clarity in git-workflow.mdc regarding commit message formatting and length.
- Added completeness audit requirements in research steps and quality checklists to ensure thoroughness in test specifications.

Made-with: Cursor
2026-04-17 20:28:55 +03:00
Oleksandr Bezdieniezhnykh bead15f492 Allow manual CI builds
ci/woodpecker/manual/build-arm Pipeline failed
Made-with: Cursor
2026-04-12 05:41:33 +03:00
Oleksandr Bezdieniezhnykh c5617926df Update Woodpecker CI configuration to trigger builds on push events 2026-04-12 05:10:30 +03:00
Oleksandr Bezdieniezhnykh 95a3e9ae4a Sync .cursor from detections 2026-04-12 05:05:10 +03:00
Oleksandr Bezdieniezhnykh 722061b296 CI: main tag without prefix
Made-with: Cursor
2026-04-12 04:12:07 +03:00
Oleksandr Bezdieniezhnykh ebae2c50cf update woodpecker add dev branch
Made-with: Cursor
2026-04-11 20:40:30 +03:00
Oleksandr Bezdieniezhnykh 524747337d Switch to Woodpecker CI
Made-with: Cursor
2026-04-10 01:28:46 +03:00
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