AkurAI Build
Menu

akurai-tasks

public

Latest change cb00647e2dddee7d80e8f67a6858572f544a2ed6 - plan: track Framework convergence for AkurAI-Tasks by Ólafur Búi Ólafsson

# Task: Converge AkurAI Tasks on canonical Framework capabilities

- **Epic:** [framework-convergence](../.plan/epics/framework-convergence.md)
- **Status:** backlog
- **Updated:** 2026-09-02

## What
Migrate this project toward AkurAI-Framework as canonical core. Generic capabilities live in Framework; project-specific domain logic remains here.

## Notes
- No big-bang rewrite. Land smallest vertical migration with rollback.
- Do not duplicate missing generic capability locally; create Framework prerequisite first.
- Never expose secret values.

## Steps
- [ ] Inventory HTTP, storage, auth, UI, telemetry, health, and migration code.
- [ ] Consume pinned Framework APIs and delete replaced local generic code.
- [ ] Preserve task workflow, leases, dependencies, audit events, and existing data.
- [ ] Make /api/health satisfy canonical Framework metadata contract.
- [ ] Pass scripts/check.sh, AkurAI Build, deployment, health, and MCP workflow verification.