Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .agents/skills/semark-protocol/references/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ 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
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.
Expand Down
2 changes: 1 addition & 1 deletion .agents/skills/semark-protocol/rules/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<GITHUB_OWNER>/<PRIVATE_REPOSITORY>` for the deployment repository. Keep
> that repository private by default. If GitHub cannot make a fork of the public
Expand Down
2 changes: 1 addition & 1 deletion skills-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading