Skip to content
Skillv1.0.0

hmr-hook

Inherits root rules from `../../AGENTS.md`.

by cartanova-ai(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from cartanova-ai/sonamu (modules/hmr-hook/AGENTS.md). Install upstream with npx skills add cartanova-ai/sonamu --skill hmr-hook. Copyright stays with the author.

Guide for Coding Agents - modules/hmr-hook

Inherits root rules from ../../AGENTS.md.

Package role

  • Core HMR hook runtime module.
  • Behavior regressions here can break hot-reload flow across dependent packages.

Required checks

  • mise exec -- pnpm --filter @sonamu-kit/hmr-hook typecheck
  • mise exec -- pnpm --filter @sonamu-kit/hmr-hook lint
  • mise exec -- pnpm --filter @sonamu-kit/hmr-hook test
  • mise exec -- pnpm --filter @sonamu-kit/hmr-hook build

Testing policy

  • Add regression tests for non-obvious runtime edge cases.

Cross-workspace gate

  • For changes in this scope, root mise run check (oxlint + oxfmt) must pass before handoff.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/cartanova-ai-sonamu-hmr-hook/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

cartanova-ai-sonamu-hmr-hook.ocm.jsonjson
{
  "ocm": "1",
  "id": "cartanova-ai-sonamu-hmr-hook",
  "kind": "skill",
  "name": "hmr-hook",
  "description": "Inherits root rules from `../../AGENTS.md`.",
  "publisher": "cartanova-ai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Inherits root rules from `../../AGENTS.md`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/cartanova-ai/sonamu",
      "path": "modules/hmr-hook/AGENTS.md",
      "ref": "ee441dea0964adadefe4bd54c85698507fc415e6",
      "url": "https://github.com/cartanova-ai/sonamu/blob/ee441dea0964adadefe4bd54c85698507fc415e6/modules/hmr-hook/AGENTS.md",
      "key": "cartanova-ai/sonamu/modules/hmr-hook/AGENTS.md"
    }
  },
  "instructions": "# Guide for Coding Agents - modules/hmr-hook\n\nInherits root rules from `../../AGENTS.md`.\n\n## Package role\n\n- Core HMR hook runtime module.\n- Behavior regressions here can break hot-reload flow across dependent packages.\n\n## Required checks\n\n- `mise exec -- pnpm --filter @sonamu-kit/hmr-hook typecheck`\n- `mise exec -- pnpm --filter @sonamu-kit/hmr-hook lint`\n- `mise exec -- pnpm --filter @sonamu-kit/hmr-hook test`\n- `mise exec -- pnpm --filter @sonamu-kit/hmr-hook build`\n\n## Testing policy\n\n- Add regression tests for non-obvious runtime edge cases.\n\n## Cross-workspace gate\n\n- For changes in th",
  "cost": {
    "context_tokens": 168
  }
}

Fetch it by URL: GET /api/v1/registry/cartanova-ai-sonamu-hmr-hook/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.