@interactive-inc/claude-funnel 0.4.0 → 0.4.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.
- package/README.md +5 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -187,15 +187,15 @@ Connectors are stored per type, one file per connector:
|
|
|
187
187
|
|
|
188
188
|
## Links
|
|
189
189
|
|
|
190
|
-
- [GitHub](https://github.com/interactive-inc/claude-funnel)
|
|
191
|
-
- [Issues](https://github.com/interactive-inc/claude-funnel/issues)
|
|
192
|
-
- Coding rules and design principles: [CLAUDE.md](https://github.com/interactive-inc/claude-funnel/blob/main/CLAUDE.md)
|
|
193
|
-
- Design notes: [`.docs/`](https://github.com/interactive-inc/claude-funnel/tree/main/.docs)
|
|
190
|
+
- [GitHub](https://github.com/interactive-inc/open-claude-funnel)
|
|
191
|
+
- [Issues](https://github.com/interactive-inc/open-claude-funnel/issues)
|
|
192
|
+
- Coding rules and design principles: [CLAUDE.md](https://github.com/interactive-inc/open-claude-funnel/blob/main/CLAUDE.md)
|
|
193
|
+
- Design notes: [`.docs/`](https://github.com/interactive-inc/open-claude-funnel/tree/main/.docs)
|
|
194
194
|
|
|
195
195
|
## Development
|
|
196
196
|
|
|
197
197
|
```bash
|
|
198
|
-
git clone https://github.com/interactive-inc/claude-funnel.git
|
|
198
|
+
git clone https://github.com/interactive-inc/open-claude-funnel.git
|
|
199
199
|
cd claude-funnel
|
|
200
200
|
bun install
|
|
201
201
|
bun link # register funnel / fnl globally
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@interactive-inc/claude-funnel",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Hub CLI that routes external events (Slack / GitHub / Discord) to Claude Code agents through subscription channels over MCP.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Interactive Inc.",
|
|
7
|
-
"homepage": "https://github.com/interactive-inc/claude-funnel#readme",
|
|
7
|
+
"homepage": "https://github.com/interactive-inc/open-claude-funnel#readme",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/interactive-inc/claude-funnel.git"
|
|
10
|
+
"url": "git+https://github.com/interactive-inc/open-claude-funnel.git"
|
|
11
11
|
},
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/interactive-inc/claude-funnel/issues"
|
|
13
|
+
"url": "https://github.com/interactive-inc/open-claude-funnel/issues"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"claude",
|