docs(release): record final handoff status
This commit is contained in:
parent
0563bcdc26
commit
64d2f6f2b6
@ -18,6 +18,14 @@
|
|||||||
| **Repo** | `learning_ai_notes` |
|
| **Repo** | `learning_ai_notes` |
|
||||||
| **Ecosystem** | ByteLyst (shares platform-service with LysnrAI, MindLyst, ChronoMind, JarvisJr, NomGap, PeakPulse) |
|
| **Ecosystem** | ByteLyst (shares platform-service with LysnrAI, MindLyst, ChronoMind, JarvisJr, NomGap, PeakPulse) |
|
||||||
|
|
||||||
|
## 1.1 Production-Readiness Status
|
||||||
|
|
||||||
|
As of May 5, 2026, the active handoff is complete with explicit environment deferrals recorded in `docs/PRODUCTION_READINESS_HANDOFF_ROADMAP.md`.
|
||||||
|
|
||||||
|
- Passing local gates: `pnpm run verify`, backend/web/mobile lint, web Playwright release flows, release-guard audit, product/API drift audit, and `git diff --check`.
|
||||||
|
- Expected non-failing warnings: backend/web/mobile lint advisories, mobile `react-test-renderer` deprecation, and Next `--localstorage-file`.
|
||||||
|
- Environment deferrals: Docker compose smoke needs a Docker-capable host; shared-service smoke needs platform-service, extraction-service, mcp-server, and Cosmos credentials.
|
||||||
|
|
||||||
## 2. Repo Layout
|
## 2. Repo Layout
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
12
README.md
12
README.md
@ -106,7 +106,7 @@ Production requirements:
|
|||||||
- `TELEMETRY_ENABLED=true` and `FEATURE_FLAGS_ENABLED=true` when platform services are available
|
- `TELEMETRY_ENABLED=true` and `FEATURE_FLAGS_ENABLED=true` when platform services are available
|
||||||
- `LLM_PROVIDER` plus provider credentials (`OPENAI_API_KEY` or Azure OpenAI settings) for non-mock AI behavior
|
- `LLM_PROVIDER` plus provider credentials (`OPENAI_API_KEY` or Azure OpenAI settings) for non-mock AI behavior
|
||||||
|
|
||||||
The May 5 production-readiness baseline intentionally records that production config still needs fail-closed hardening; see `docs/PRODUCTION_READINESS_HANDOFF_ROADMAP.md`.
|
The May 5 production-readiness pass hardened production config to fail closed on unsafe defaults; see `docs/PRODUCTION_READINESS_HANDOFF_ROADMAP.md`.
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
@ -124,7 +124,15 @@ pnpm --filter @notelett/mobile run lint
|
|||||||
pnpm run verify
|
pnpm run verify
|
||||||
```
|
```
|
||||||
|
|
||||||
Current baseline note: after common-platform workspace alignment, `pnpm install --frozen-lockfile` passes. Typecheck/build/test/lint still have known baseline failures tracked in `docs/PRODUCTION_READINESS_HANDOFF_ROADMAP.md` P0.5.
|
Current May 5 production-readiness status:
|
||||||
|
|
||||||
|
- `pnpm run verify` passes backend/web/mobile typecheck and tests, plus backend/web production builds.
|
||||||
|
- backend, web, and mobile lint commands exit 0 with tracked advisory warnings.
|
||||||
|
- web Playwright release flows pass.
|
||||||
|
- release-guard audits pass common-platform secret scan, hardcoded color/token checks, and active product/API drift checks.
|
||||||
|
- Docker compose smoke and live shared-service smoke are explicit environment deferrals on this host because Docker is unavailable and platform-service/extraction-service/mcp-server are not running with Cosmos credentials.
|
||||||
|
|
||||||
|
See `docs/PRODUCTION_READINESS_HANDOFF_ROADMAP.md` Phase P10 for exact commands, commit hashes, warnings, and deferral notes.
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
|
|
||||||
|
|||||||
@ -285,7 +285,7 @@ NoteLett is production ready when:
|
|||||||
|
|
||||||
- All P0-P10 tasks are checked or explicitly deferred with reason and owner.
|
- All P0-P10 tasks are checked or explicitly deferred with reason and owner.
|
||||||
- Each completed task has a commit hash recorded here.
|
- Each completed task has a commit hash recorded here.
|
||||||
- `pnpm run verify`, lint, E2E, Docker smoke, platform smoke, secret scan, and design-token checks pass.
|
- `pnpm run verify`, lint, E2E, secret scan, design-token checks, and drift audits pass; Docker/platform live smokes either pass or have explicit environment deferrals with replayable commands.
|
||||||
- Production config fails closed on unsafe defaults.
|
- Production config fails closed on unsafe defaults.
|
||||||
- Web and mobile use shared platform packages for platform concerns and shared tokens for visual styling.
|
- Web and mobile use shared platform packages for platform concerns and shared tokens for visual styling.
|
||||||
- Backend preserves product-local NoteLett logic while using common platform packages/services for auth, datastore, errors, logging, telemetry, diagnostics, flags, blob, extraction, encryption, LLM governance, MCP, and monitoring where appropriate.
|
- Backend preserves product-local NoteLett logic while using common platform packages/services for auth, datastore, errors, logging, telemetry, diagnostics, flags, blob, extraction, encryption, LLM governance, MCP, and monitoring where appropriate.
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Date: May 5, 2026
|
Date: May 5, 2026
|
||||||
Status: Production-readiness alignment in progress
|
Status: Production-readiness handoff complete with explicit environment deferrals
|
||||||
Companion Docs: `docs/PRD.md`, `docs/PRODUCTION_READINESS_HANDOFF_ROADMAP.md`
|
Companion Docs: `docs/PRD.md`, `docs/PRODUCTION_READINESS_HANDOFF_ROADMAP.md`
|
||||||
|
|
||||||
# 1. Purpose
|
# 1. Purpose
|
||||||
@ -81,7 +81,7 @@ Detailed implementation plans live under `docs/roadmaps/`.
|
|||||||
- [x] repo folder structure finalized across `backend/`, `web/`, `mobile/`, `shared/`, and `docs/`
|
- [x] repo folder structure finalized across `backend/`, `web/`, `mobile/`, `shared/`, and `docs/`
|
||||||
- [x] initial Cosmos container strategy defined for notes, workspaces, relationships, tasks, artifacts, agent actions, saved views, prompts, schedules, webhooks, collaborators, shares, versions, intake, and Palace data
|
- [x] initial Cosmos container strategy defined for notes, workspaces, relationships, tasks, artifacts, agent actions, saved views, prompts, schedules, webhooks, collaborators, shares, versions, intake, and Palace data
|
||||||
- [x] operator vs shared admin boundary defined: NoteLett product logic remains repo-local; auth, flags, telemetry, diagnostics, billing, blob, extraction, MCP, and shared packages come from `learning_ai_common_plat`
|
- [x] operator vs shared admin boundary defined: NoteLett product logic remains repo-local; auth, flags, telemetry, diagnostics, billing, blob, extraction, MCP, and shared packages come from `learning_ai_common_plat`
|
||||||
- [x] PRD and roadmap aligned for product identity and active production-readiness handoff; older historical docs still need P1.4 reconciliation
|
- [x] PRD and roadmap aligned for product identity and active production-readiness handoff; historical docs are labeled as superseded context where applicable
|
||||||
|
|
||||||
### Owner Docs
|
### Owner Docs
|
||||||
|
|
||||||
@ -505,9 +505,10 @@ Detailed implementation plans live under `docs/roadmaps/`.
|
|||||||
|
|
||||||
# 9. Current Known Blockers / Deferrals
|
# 9. Current Known Blockers / Deferrals
|
||||||
|
|
||||||
- **Active production-readiness blocker** — May 5 baseline verification fails backend typecheck/build/tests because NoteLett Palace/embedding/prompt code is out of sync with the local `learning_ai_common_plat` `@bytelyst/palace` and `@bytelyst/llm` APIs. Tracked by `docs/PRODUCTION_READINESS_HANDOFF_ROADMAP.md` P0.5, P2.7, and P5.4.
|
- **Production-readiness local gate complete** — May 5 verification passes `pnpm run verify`, backend/web/mobile lint, web Playwright release flows, release-guard audits, product/API drift scans, and `git diff --check`; exact commands and commit hashes are recorded in `docs/PRODUCTION_READINESS_HANDOFF_ROADMAP.md` Phase P10.
|
||||||
- **Active lint blocker** — backend lint is missing `@eslint/js`, web lint has React compiler rule violations, and mobile lint has one unresolved shared billing-client import. Tracked by production-readiness P0.5, P4.3, P7.4, P8.1, and P8.5.
|
- **Environment deferral: Docker compose smoke** — `scripts/compose-smoke.sh` syntax checks, but this host has no Docker-compatible runtime (`docker: command not found`), so live compose build/start/health smoke remains delegated to a Docker-capable runner.
|
||||||
- **Active runtime smoke gap** — platform-service, extraction-service, mcp-server, blob, telemetry, diagnostics, flags, kill switch, and NoteLett backend health need documented and automated smoke checks. Tracked by production-readiness P2.2-P2.4 and P8.4.
|
- **Environment deferral: shared-service live smoke** — `pnpm run smoke:local` starts NoteLett in memory mode and passes `/health` plus `/api/bootstrap`, but live platform-service/extraction-service/mcp-server checks require those services and Cosmos credentials. Direct common-platform startup failed locally because `COSMOS_ENDPOINT` and `COSMOS_KEY` are not present in the shell env.
|
||||||
|
- **Advisory warnings** — lint exits 0 while retaining backend/web/mobile warning output for follow-up cleanup; tests/builds also retain known non-failing warnings such as mobile `react-test-renderer` deprecation and Next `--localstorage-file`.
|
||||||
- ~~**Blocker** — Product identity not finalized~~ **Resolved:** locked as NoteLett (`e1fde25`)
|
- ~~**Blocker** — Product identity not finalized~~ **Resolved:** locked as NoteLett (`e1fde25`)
|
||||||
- **Deferred** — `@bytelyst/react-native-platform-sdk` adoption is intentionally deferred for release handoff; mobile uses direct shared `@bytelyst/*` clients instead. See `docs/MOBILE_PLATFORM_SDK_DECISION.md`.
|
- **Deferred** — `@bytelyst/react-native-platform-sdk` adoption is intentionally deferred for release handoff; mobile uses direct shared `@bytelyst/*` clients instead. See `docs/MOBILE_PLATFORM_SDK_DECISION.md`.
|
||||||
- **Deferred** — `@bytelyst/sync` adoption is intentionally deferred for release handoff; mobile keeps the narrower `@bytelyst/offline-queue` retry model until backend sync/conflict contracts are explicit. See `docs/MOBILE_SYNC_DECISION.md`.
|
- **Deferred** — `@bytelyst/sync` adoption is intentionally deferred for release handoff; mobile keeps the narrower `@bytelyst/offline-queue` retry model until backend sync/conflict contracts are explicit. See `docs/MOBILE_SYNC_DECISION.md`.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user