cascivo 0.4.2 → 0.4.3

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 CHANGED
@@ -62,6 +62,9 @@ npx shadcn@latest add https://cascivo.com/r/shadcn/button.json
62
62
  ```
63
63
 
64
64
  Every item inlines its source and resolves its cascivo dependencies transitively.
65
+ Page **blocks** are in the shadcn registry too, under a `block-` slug — install
66
+ `block/dashboard-overview` as `https://cascivo.com/r/shadcn/block-dashboard-overview.json`
67
+ (the `cascivo` binary addresses the same block as `npx cascivo add block/dashboard-overview`).
65
68
 
66
69
  Building **with an AI assistant?** cascivo has no training-data footprint yet, so
67
70
  give the tool the knowledge directly rather than relying on it to browse the site:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cascivo",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "private": false,
5
5
  "description": "CLI — npx cascivo init / add / list / update",
6
6
  "keywords": [
@@ -42,7 +42,7 @@
42
42
  "provenance": true
43
43
  },
44
44
  "dependencies": {
45
- "@cascivo/registry": "^0.1.12"
45
+ "@cascivo/registry": "^0.2.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^25",
package/readme.body.md CHANGED
@@ -44,6 +44,9 @@ npx shadcn@latest add https://cascivo.com/r/shadcn/button.json
44
44
  ```
45
45
 
46
46
  Every item inlines its source and resolves its cascivo dependencies transitively.
47
+ Page **blocks** are in the shadcn registry too, under a `block-` slug — install
48
+ `block/dashboard-overview` as `https://cascivo.com/r/shadcn/block-dashboard-overview.json`
49
+ (the `cascivo` binary addresses the same block as `npx cascivo add block/dashboard-overview`).
47
50
 
48
51
  Building **with an AI assistant?** cascivo has no training-data footprint yet, so
49
52
  give the tool the knowledge directly rather than relying on it to browse the site: