chore: убрать GitHub-Actions CI (триггерит Gitea) + CLAUDE.md цель → Lima E2E
- удалён .github/workflows/ci.yml: self-hosted Gitea ловит GitHub-Actions-формат, не нужно. Активный гейт — локальный just ci; авто-CI на Gitea — решение позже. - CLAUDE.md § «Текущая цель»: фундамент (Планы 1–5 ч.1) в main; следующее — A (Lima E2E, План 5 ч.2). - spec §8.3 — пометка об удалении CI. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Alexander <akotenev2003@gmail.com>
This commit is contained in:
@@ -448,9 +448,13 @@ Oneshot-бинарь под `shturman-firstboot.service` (`ConditionPathExists=!
|
||||
| `sim` | **плейсхолдер** Vehicle Simulator (v2, домен E) |
|
||||
| `ci` | локальный прогон гейта: `lint` + `test` + `deny` |
|
||||
|
||||
### 8.3 CI (GitHub Actions, ARM64-Linux)
|
||||
### 8.3 CI (локальный гейт; авто-CI — позже)
|
||||
|
||||
- `.github/workflows/ci.yml`: jobs **lint** (fmt+clippy), **build**, **test** (unit+integration —
|
||||
> ⚠️ **`.github/workflows/ci.yml` удалён** (2026-06-24): self-hosted **Gitea** триггерится на GitHub-Actions-формат,
|
||||
> что не нужно. Активный гейт — **локальный `just ci`**. Авто-CI на Gitea (Gitea Actions/runner) — решение позже.
|
||||
> Описание ниже — задел на тот момент.
|
||||
|
||||
- (задел) jobs **lint** (fmt+clippy), **build**, **test** (unit+integration —
|
||||
раннер **уже Linux**, шину/сервисы/headless-рендер гоним напрямую, **без Lima**), **license**
|
||||
(`cargo-deny`), **prod-build-gate** (`cargo build --workspace --no-default-features` + ассерт, что
|
||||
`PowerMock1` не экспортируется без фичи `dev-mocks` — §5.2). Позже — **integration** (vcan+симулятор, v2)
|
||||
|
||||
Reference in New Issue
Block a user