Files
wehub-resource-sync d083df1fdb
CodeQL Analysis / Analyze (javascript-typescript) (push) Failing after 2s
Web CI / web typecheck + build (push) Failing after 1s
Release Please / release-please (push) Failing after 1s
CodeQL Analysis / Analyze (go) (push) Failing after 16s
chore: import upstream snapshot with attribution
2026-07-13 12:02:43 +08:00
..

career-ops-plugin-{{NAME}}

A community plugin for career-ops.

What it does

TODO: one paragraph.

Install

# Once it's in the career-ops registry:
node plugins.mjs add {{NAME}}

# Before listing (install directly from your repo at a pinned commit):
node plugins.mjs add <your-github-user>/career-ops-plugin-{{NAME}} --sha <40-hex-commit>

Then enable + consent:

node plugins.mjs enable {{NAME}}            # shows the capability card
node plugins.mjs enable {{NAME}} --confirm  # grants it

Configure

  • Secrets go in your .env (the names are in manifest.jsonrequiredEnv).
  • Non-secret options go in config/plugins.yml under plugins.{{NAME}}.

Get it listed as approved

Open a registry PR against career-ops (see docs/PLUGINS.md).

License

MIT