|
40 | 40 |
|
41 | 41 | ## Archive Verification |
42 | 42 |
|
43 | | -- [x] `bun run --filter @effect-template/lib test -- tests/core/templates.test.ts` (48 tests passed) |
44 | | -- [x] `bun run --filter @effect-template/lib test` (51 files, 268 tests passed) |
45 | | -- [x] `bun run --filter @prover-coder-ai/docker-git test` (73 files, 463 tests passed) |
| 43 | +- [x] `bun run --filter @effect-template/lib test -- tests/core/templates.test.ts` (49 tests passed) |
| 44 | +- [x] `bun run --filter @effect-template/lib test` (52 files, 271 tests passed) |
| 45 | +- [x] `bun run --filter @prover-coder-ai/docker-git test` (77 files, 476 tests passed) |
46 | 46 | - [x] `bun run typecheck` |
47 | | -- [x] `bun run lint` |
| 47 | +- [x] Scoped lint for `packages/app/src/lib/core/templates-entrypoint/tasks.ts` (0 errors) |
| 48 | +- [x] Scoped lint for `packages/lib/src/core/templates-entrypoint/tasks.ts` (0 errors) |
| 49 | +- [ ] `bun run lint` failed on unrelated existing `max-lines` and `max-lines-per-function` violations outside ABC-5 changed files. |
48 | 50 | - [x] `bun run build` |
49 | 51 | - [x] Local git repro for warm-cache branch path: bare mirror refresh, clone from mirror, restore origin, `git pull --ff-only origin <branch>`. |
50 | 52 | - [ ] `bun run e2e:clone-cache` blocked by local Docker/controller discovery: `DOCKER_HOST=tcp://host.docker.internal:2375` with no reachable `DOCKER_GIT_API_URL`. |
| 53 | +- [ ] GitHub `E2E (Clone cache)` pending at archive time. |
51 | 54 |
|
52 | 55 | ## Archive Result |
53 | 56 |
|
54 | 57 | - Completed branch: `vk/d6b8-abc-5-github-138` |
55 | | -- Spec commit: `f961baa docs(spec): add ABC-5 clone cache plan` |
56 | | -- Implementation commit: `a47e794 feat(clone): reuse repository cache for branch pulls` |
| 58 | +- Pull request: https://github.com/ProverCoderAI/docker-git/pull/343 |
| 59 | +- Implementation/archive baseline head: `67ed16ec6b543492c80e1e5041bdbf55a934c81c` |
| 60 | +- Spec commit: `7ed9450 docs(spec): add ABC-5 clone cache plan` |
| 61 | +- Implementation commit: `55ffaa3 feat(clone): reuse repository cache for branch pulls` |
| 62 | +- Archive baseline commit: `67ed16e docs(spec): archive ABC-5 clone cache work` |
57 | 63 | - Merge status: not merged to `main`. |
0 commit comments