Release 0.2.0
Adds server infrastructure, AI generation capabilities, admin tools, and automated testing.
View full changelog
Added
- Initial Airfleet Nexus AI Server workspace with pnpm, TypeScript, ESLint, Vitest, and shared build, test, typecheck, migration, and spec-generation scripts.
- Express server composition root with health checks, admin UI serving, plugin route mounting, session handling, access logging, and centralized error handling.
- Page AI plugin with API-key authenticated WordPress endpoints for page spec lookup, session lifecycle management, staged page-build orchestration, block-tree hydration, and implementation revisions.
- Admin capabilities for GitHub OAuth login, API key creation/listing/revocation, log search, session lists, and session journey inspection.
- Shared platform packages for configuration, PostgreSQL access, logging, event bus, middleware, plugin contracts, request context, and WordPress-facing Zod schemas/types.
- AI generation foundation using Anthropic Claude through the Vercel AI SDK, including stage-scoped tool registration, turn budgeting, and research/plan/approve/implement workflow support.
- PostgreSQL-backed observability with request logs and domain/admin event subscribers.
- Admin SPA package and plugin-aware route/navigation structure for server-hosted administration.
- Local development and release infrastructure, including Docker Compose for PostgreSQL and GitHub Actions workflows for release validation and GitHub releases.
- Initial automated test coverage for WordPress block-tree contracts, tree operations, stage transitions, tool registry behavior, turn budgeting, prompt handling, and log subscribers.