claude-flow-guidance-implementation 0.1.7 → 0.1.8

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -164,7 +164,7 @@ Expected success signals:
164
164
 
165
165
  ## Links
166
166
 
167
- - Homepage: https://sparklingideas.co.uk/guidance
167
+ - Homepage: https://sparklingideas.co.uk/guidance/claude-flow
168
168
  - Package: https://www.npmjs.com/package/claude-flow-guidance-implementation
169
169
  - GitHub: https://github.com/sparkling/claude-flow-guidance-implementation
170
170
  - Issues: https://github.com/sparkling/claude-flow-guidance-implementation/issues
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-flow-guidance-implementation",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Implementation kit for wiring @claude-flow/guidance into Claude Code and Codex repos with hook automation",
5
5
  "type": "module",
6
6
  "private": false,
@@ -10,7 +10,7 @@
10
10
  "type": "git",
11
11
  "url": "git+https://github.com/sparkling/claude-flow-guidance-implementation.git"
12
12
  },
13
- "homepage": "https://sparklingideas.co.uk/guidance",
13
+ "homepage": "https://sparklingideas.co.uk/guidance/claude-flow",
14
14
  "bugs": {
15
15
  "url": "https://github.com/sparkling/claude-flow-guidance-implementation/issues"
16
16
  },