@knowsuchagency/fulcrum 1.6.0 → 1.6.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/bin/fulcrum.js +2 -2
- package/dist/index.html +1 -1
- package/dist/logo.jpg +0 -0
- package/dist/logo.png +0 -0
- package/package.json +1 -1
package/bin/fulcrum.js
CHANGED
|
@@ -49371,7 +49371,7 @@ var marketplace_default = `{
|
|
|
49371
49371
|
"name": "fulcrum",
|
|
49372
49372
|
"source": "./",
|
|
49373
49373
|
"description": "Task orchestration for Claude Code",
|
|
49374
|
-
"version": "1.6.
|
|
49374
|
+
"version": "1.6.1",
|
|
49375
49375
|
"skills": [
|
|
49376
49376
|
"./skills/fulcrum"
|
|
49377
49377
|
],
|
|
@@ -50687,7 +50687,7 @@ function installUv() {
|
|
|
50687
50687
|
var package_default = {
|
|
50688
50688
|
name: "@knowsuchagency/fulcrum",
|
|
50689
50689
|
private: true,
|
|
50690
|
-
version: "1.6.
|
|
50690
|
+
version: "1.6.1",
|
|
50691
50691
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
50692
50692
|
license: "PolyForm-Perimeter-1.0.0",
|
|
50693
50693
|
type: "module",
|
package/dist/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<link rel="icon" type="image/png" href="/logo.png" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<title>
|
|
7
|
+
<title>Fulcrum</title>
|
|
8
8
|
<script type="module" crossorigin src="/assets/index-fIJu9jIH.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-_aUlx8a1.css">
|
|
10
10
|
</head>
|
package/dist/logo.jpg
CHANGED
|
Binary file
|
package/dist/logo.png
CHANGED
|
Binary file
|