@fullwell/fullwell 1.1.0 → 1.1.1

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
3
- "name": "household-food-journal",
4
- "version": "1.1.0",
3
+ "name": "fullwell",
4
+ "version": "1.1.1",
5
5
  "description": "Keep an evidence-backed family food journal with Claude.",
6
6
  "author": {
7
7
  "name": "Fullwell"
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "household-food-journal",
3
- "version": "1.1.0",
2
+ "name": "fullwell",
3
+ "version": "1.1.1",
4
4
  "description": "Keep an evidence-backed family food journal with Codex.",
5
5
  "homepage": "https://fullwell.souschefstudio.com/install",
6
6
  "license": "UNLICENSED",
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.1.1 - 2026-07-21
6
+
7
+ - Renamed the public Codex and Claude plugin selectors to `fullwell@fullwell` while retaining the `@fullwell/fullwell` npm package and `household-food-journal` MCP service identifier.
8
+ - Corrected the install handoff to add the real `moorage/fullwell` marketplace before installing the plugin.
9
+
5
10
  ## 1.1.0 - 2026-07-21
6
11
 
7
12
  - Added `Fullwell` mention branding, a setup starter and install handoff, shared snack-then-recipe onboarding guidance, typed start/skip/resume tool coverage, and cross-host decline/resume evals.
@@ -1,31 +1,32 @@
1
1
  {
2
2
  "schema_version": 1,
3
- "release": "1.1.0",
3
+ "release": "1.1.1",
4
4
  "mcp_url": "https://fullwell.souschefstudio.com/mcp",
5
5
  "install_page": "https://fullwell.souschefstudio.com/install",
6
6
  "platforms": {
7
7
  "codex": {
8
8
  "label": "Use with Codex",
9
- "marketplace": "fullwell-plugins",
10
- "plugin": "household-food-journal",
9
+ "marketplace": "fullwell",
10
+ "plugin": "fullwell",
11
11
  "primary_action": "After installation, start Fullwell with the prompt below.",
12
12
  "setup_prompt": "@Fullwell hi",
13
- "setup_href": "codex://new?prompt=%5B%40Fullwell%5D(plugin%3A%2F%2Fhousehold-food-journal%40fullwell-plugins)%20hi",
13
+ "setup_href": "codex://new?prompt=%5B%40Fullwell%5D(plugin%3A%2F%2Ffullwell%40fullwell)%20hi",
14
14
  "fallback_commands": [
15
- "codex plugin marketplace add fullwell/household-food-journal",
15
+ "codex plugin marketplace add moorage/fullwell",
16
+ "codex plugin add fullwell@fullwell",
16
17
  "codex"
17
18
  ]
18
19
  },
19
20
  "claude": {
20
21
  "label": "Use with Claude",
21
- "marketplace": "fullwell-plugins",
22
- "plugin": "household-food-journal",
22
+ "marketplace": "fullwell",
23
+ "plugin": "fullwell",
23
24
  "primary_action": "After installation, start Fullwell with the prompt below.",
24
25
  "setup_prompt": "Set up Fullwell.",
25
26
  "setup_href": null,
26
27
  "fallback_commands": [
27
- "claude plugin marketplace add fullwell/household-food-journal",
28
- "claude plugin install household-food-journal@fullwell-plugins"
28
+ "claude plugin marketplace add moorage/fullwell",
29
+ "claude plugin install fullwell@fullwell"
29
30
  ]
30
31
  }
31
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullwell/fullwell",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "private": false,
5
5
  "description": "Shared Codex and Claude client for Fullwell",
6
6
  "type": "module",