diff --git a/AGENTS.md b/AGENTS.md index 9c08d56..b078c80 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,4 +1,4 @@ -You are building public QVAC developer tools for LocalHost Labs. +You are building public QVAC developer tools for localhost41. Work only on the current GitHub issue. diff --git a/CHANGELOG.md b/CHANGELOG.md index 621fc65..d23cbac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,5 +10,5 @@ ## v0.1.0-alpha.1 - 2025-01-30 - Initial repository scaffold. -- First pre-release of `@localhostlabs/create-qvac-app`. +- First pre-release of `@localhost41/create-qvac-app`. - Includes Node TypeScript QVAC chat application template. diff --git a/LICENSE b/LICENSE index feb2cef..406eac4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 LocalHost Labs +Copyright (c) 2026 localhost41 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 54d9d10..8d9d9ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # create-qvac-app -Public QVAC developer tooling from LocalHost Labs. +Public QVAC developer tooling from localhost41. > **Alpha Release:** This package is currently in **alpha** (v0.1.0-alpha.1). > Expect breaking changes. Feedback is welcome. @@ -22,13 +22,13 @@ uses a different local URL, set `QVAC_BASE_URL` when running the app. Use the package with `pnpm dlx`: ```bash -pnpm dlx @localhostlabs/create-qvac-app my-qvac-chat --template node-chat +pnpm dlx @localhost41/create-qvac-app my-qvac-chat --template node-chat ``` Or install the CLI globally: ```bash -pnpm add -g @localhostlabs/create-qvac-app +pnpm add -g @localhost41/create-qvac-app create-qvac-app my-qvac-chat --template node-chat ``` diff --git a/package.json b/package.json index da0a49c..eec4378 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@localhostlabs/create-qvac-app", + "name": "@localhost41/create-qvac-app", "version": "0.1.0-alpha.1", "description": "QVAC developer tooling package: create-qvac-app", "license": "MIT", diff --git a/test/pack.test.ts b/test/pack.test.ts index 0bbcfe4..8dacfe3 100644 --- a/test/pack.test.ts +++ b/test/pack.test.ts @@ -58,7 +58,7 @@ describe("package tarball", () => { private: true, type: "module", dependencies: { - "@localhostlabs/create-qvac-app": tarballPath, + "@localhost41/create-qvac-app": tarballPath, }, }, null,