4 Commits

Author SHA1 Message Date
353b4dbf10 fix(ci): upgrade setuptools before install, drop editable mode
Some checks failed
CI / lint (push) Failing after 15s
CI / test (push) Successful in 11s
CI / build (push) Has been skipped
CI / lint (pull_request) Failing after 6s
CI / test (pull_request) Successful in 18s
CI / build (pull_request) Has been skipped
2026-05-15 17:12:11 +03:00
00e112b7d5 fix(ci): use self-hosted runner, support python 3.10
Some checks failed
CI / lint (push) Failing after 6s
CI / test (push) Failing after 9s
CI / build (push) Has been skipped
CI / lint (pull_request) Failing after 7s
CI / test (pull_request) Failing after 5s
CI / build (pull_request) Has been skipped
2026-05-15 17:11:02 +03:00
76ff0c6587 feat: add pyproject.toml, dev dependencies, first unit test
Some checks failed
CI / lint (push) Failing after 16s
CI / test (push) Failing after 2s
CI / build (push) Has been skipped
CI / lint (pull_request) Failing after 3s
CI / test (pull_request) Failing after 2s
CI / build (pull_request) Has been skipped
2026-05-15 17:05:46 +03:00
5d7fda44bb feat: initial project structure
- CLAUDE.md project passport
- Agent system prompts (architect, developer, reviewer, tester, deployer)
- Gitea Actions CI pipeline (lint, test, build)
- Docker configuration (Dockerfile, docker-compose.yml)
- Canonical directory structure per BRD
- Makefile with dev/test/lint/build/deploy targets
- Architecture docs skeleton

Refs: multi-agent F0-3, F0-5, F0-6, F0-8
2026-05-15 13:30:14 +03:00