@dzhi/ocpg 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/ocpg.ts +3 -1
  2. package/package.json +1 -1
package/ocpg.ts CHANGED
@@ -473,7 +473,9 @@ const ocpg = Plugin.define({
473
473
  items: { type: "string", maxLength: MAX_TAG_LENGTH },
474
474
  maxItems: MAX_TAGS,
475
475
  description:
476
- "Category prefixes: preference, decision, debug, env, architecture, workaround, language:<x>, framework:<x>, tool:<x>",
476
+ "Category prefixes: preference, decision, debug, env, architecture, workaround, " +
477
+ "language:<x>, framework:<x>, tool:<x>. Project scoping is automatic (a project " +
478
+ "column, not a tag) - never add project:<name>.",
477
479
  },
478
480
  force: {
479
481
  type: "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhi/ocpg",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "type": "module",
5
5
  "description": "Postgres-backed persistent memory plugin for OpenCode",
6
6
  "main": "ocpg.ts",