diff --git a/.agents/skills/semark-protocol/references/install.md b/.agents/skills/semark-protocol/references/install.md index 600a1df..bdcde0e 100644 --- a/.agents/skills/semark-protocol/references/install.md +++ b/.agents/skills/semark-protocol/references/install.md @@ -74,7 +74,7 @@ existing comment. ## Add validation If the repository uses Oxlint, configure the GitHub Packages registry for the -`@bearfire-dev` scope. Install `@bearfire-dev/oxlint-plugin-semark`. Load it through +`@paperkeel` scope. Install `@paperkeel/oxlint-plugin-semark`. Load it through `jsPlugins` and enable `semark/valid` in the root Oxlint configuration. Keep the scope-to-registry mapping in the project `.npmrc` file. Keep the token mapping @@ -82,7 +82,7 @@ in the trusted user-level `.npmrc` file. Do not commit a package token. For GitHub Actions, grant the consuming repository read access under the package `Manage Actions access` setting. Set `packages: read` in the workflow. Configure -`actions/setup-node` with the GitHub Packages registry and `@bearfire-dev` scope. Pass +`actions/setup-node` with the GitHub Packages registry and `@paperkeel` scope. Pass the repository `GITHUB_TOKEN` as `NODE_AUTH_TOKEN` to the dependency installation step. Use a repository-local validator for requirements outside the Oxlint rule boundary. diff --git a/.agents/skills/semark-protocol/rules/validation.md b/.agents/skills/semark-protocol/rules/validation.md index c4f354a..b2f0187 100644 --- a/.agents/skills/semark-protocol/rules/validation.md +++ b/.agents/skills/semark-protocol/rules/validation.md @@ -19,7 +19,7 @@ the descriptions. Check unauthorized comments and invalid directives in every Semark installation. Apply this check to the configured source scope. -If the repository uses Oxlint, load `@bearfire-dev/oxlint-plugin-semark` through +If the repository uses Oxlint, load `@paperkeel/oxlint-plugin-semark` through `jsPlugins`. Enable `semark/valid` as an error. Use repository validation for requirements outside the Oxlint rule boundary. These diff --git a/README.md b/README.md index f92ba07..1cc1412 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Use this prompt with an agent that can access GitHub and your Cloudflare account. Replace the values in angle brackets before you start. > Deploy a private Secret Effects instance for me from -> `https://github.com/bearfire-dev/secret-effects`. +> `https://github.com/paperkeel/secret-effects`. > > Use `/` for the deployment repository. Keep > that repository private by default. If GitHub cannot make a fork of the public diff --git a/skills-lock.json b/skills-lock.json index a254a98..86337a4 100644 --- a/skills-lock.json +++ b/skills-lock.json @@ -2,7 +2,7 @@ "version": 1, "skills": { "semark-protocol": { - "source": "bearfire-dev/semark-protocol", + "source": "paperkeel/semark-protocol", "sourceType": "github", "skillPath": ".agents/skills/semark-protocol/SKILL.md", "computedHash": "c765f46a8a2e1af4912c7cc32797b36e39ea72633d0132ba5ef9d123774d7f52"