2026-04-26 15:35:26 +09:00
|
|
|
# Project State
|
|
|
|
|
|
|
|
|
|
## Project Reference
|
|
|
|
|
|
|
|
|
|
See: `.planning/PROJECT.md` (updated 2026-04-26)
|
|
|
|
|
|
|
|
|
|
**Core value:** The user should feel and prove that they are becoming more
|
|
|
|
|
interview-ready after each short practice loop.
|
|
|
|
|
|
|
|
|
|
**Current focus:** Phase 1: Go Backend Foundation and Workflow Boundary.
|
|
|
|
|
|
|
|
|
|
## Current Decisions
|
|
|
|
|
|
|
|
|
|
- Backend is Go.
|
|
|
|
|
- `agent-farm-go` workflow patterns should be internalized behind typed backend
|
|
|
|
|
interfaces.
|
|
|
|
|
- `third-one` is the LLM execution kernel.
|
|
|
|
|
- Default runtime target is `deepseek-v4-flash`.
|
|
|
|
|
- Source files should stay at or below 600 lines.
|
|
|
|
|
- SOLID, KISS, and YAGNI are active implementation constraints.
|
|
|
|
|
- OpenSpec is the intent/requirements source of truth.
|
2026-04-26 15:45:56 +09:00
|
|
|
- First interview track is Backend Developer Interview.
|
|
|
|
|
- Phase 1 has context, research, and plan artifacts.
|
2026-04-26 15:35:26 +09:00
|
|
|
|
|
|
|
|
## Next Actions
|
|
|
|
|
|
2026-04-26 15:45:56 +09:00
|
|
|
1. Execute Phase 1 Go backend foundation plan.
|
|
|
|
|
2. Keep `docs/planning/WORKFLOW_CONTRACTS.md` aligned with Go structs during
|
|
|
|
|
implementation.
|
|
|
|
|
3. After Phase 1, plan Phase 2 diagnostic interview loop.
|
2026-04-26 15:35:26 +09:00
|
|
|
|
|
|
|
|
## Validation Log
|
|
|
|
|
|
|
|
|
|
- 2026-04-26: `openspec validate bootstrap-job-tutor-platform --strict` passed
|
|
|
|
|
before GSD planning docs were created.
|
2026-04-26 15:45:56 +09:00
|
|
|
- 2026-04-26: First track, workflow contracts, and Phase 1 GSD plan were
|
|
|
|
|
created.
|
2026-04-26 15:35:26 +09:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
*State initialized: 2026-04-26.*
|