@fraylabs/possible 0.1.8 → 0.1.9

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 (1) hide show
  1. package/package.json +19 -2
package/package.json CHANGED
@@ -1,7 +1,24 @@
1
1
  {
2
2
  "name": "@fraylabs/possible",
3
- "version": "0.1.8",
4
- "description": "Install the Possible Codex skill into a project",
3
+ "version": "0.1.9",
4
+ "description": "Install the Possible Outcome Pack skill for Codex",
5
+ "keywords": [
6
+ "codex",
7
+ "ai-agents",
8
+ "agent-skills",
9
+ "outcome-packs",
10
+ "developer-tools",
11
+ "verification"
12
+ ],
13
+ "homepage": "https://possible.sh",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/fraylabs/possible.git",
17
+ "directory": "apps/cli"
18
+ },
19
+ "bugs": {
20
+ "url": "https://github.com/fraylabs/possible/issues"
21
+ },
5
22
  "type": "module",
6
23
  "bin": {
7
24
  "possible": "src/index.mjs"