From a0469c2a57cb8ade0c8c1b70a342b4ca6be8d2ba Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Mon, 23 Mar 2026 18:52:26 -0700 Subject: [PATCH] fix(docs): clarify local Gitea consumer auth behavior --- docs/devops/GITEA_NPM_REGISTRY_MIGRATION.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/devops/GITEA_NPM_REGISTRY_MIGRATION.md b/docs/devops/GITEA_NPM_REGISTRY_MIGRATION.md index fd4759c2..f2e825b8 100644 --- a/docs/devops/GITEA_NPM_REGISTRY_MIGRATION.md +++ b/docs/devops/GITEA_NPM_REGISTRY_MIGRATION.md @@ -137,9 +137,9 @@ That is enough to treat this Mac as the single-VM rehearsal environment. ### Proven locally on this Mac - shared packages build cleanly in `learning_ai_common_plat` -- a local-only Gitea package token was created and used successfully +- a local-only Gitea package token was created and used successfully for local package publishing - pilot packages were published to local Gitea npm registry successfully -- a clean scratch `pnpm install` from the local Gitea registry worked on the host +- a clean scratch `pnpm install` from the local Gitea registry worked on the host when `GITEA_NPM_TOKEN` was set to a non-empty placeholder value for `.npmrc` env resolution - `learning_ai_flowmonk` was migrated on the host from tarball refs to semver `@bytelyst/*` refs - `learning_ai_flowmonk` host-side install, typecheck, and tests passed against the local Gitea registry @@ -534,9 +534,9 @@ What is **not** yet proven enough to call low-change: This migration plan is locally validated only when all are true: -- [x] local Gitea package-registry auth verified +- [x] local Gitea package publish auth verified - [x] local package publish path verified for a pilot package set -- [x] local consumer install path verified +- [x] local consumer install path verified on the host with non-empty `GITEA_NPM_TOKEN` env resolution - [ ] local Docker build path verified without `docker-prep.sh` - [ ] local Gitea Actions path verified - [ ] pilot repo migrated successfully end-to-end including Docker