@ibgib/web-gib 0.0.20 → 0.0.21

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 +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,6 +21,18 @@ All ibgib code is TypeScript + ES Modules.
21
21
  * .web.mts - web (not node)
22
22
  * .app.mts - blank-gib app (not the web extension)
23
23
 
24
+ ## AI Agent Skills (Scaffolding)
25
+
26
+ In lieu of a heavy framework CLI, the `@ibgib/web-gib` package comes bundled with built-in agent instructions and templates structure to help your IDE's AI agents natively scaffold new ibgib applications, components, and shells.
27
+
28
+ Because AI coding assistants typically do not read files inside `node_modules`, you must initialize these skills by copying them directly into your project's root folder. You can do this manually, or we have provided a simple script to do the copying for you.
29
+
30
+ To initialize or update your agent skills, run the bundled executable in your terminal:
31
+
32
+ ```bash
33
+ npx web-gib-init-agents
34
+ ```
35
+
24
36
  ## UI Architecture: Custom @ibgib component framework
25
37
 
26
38
  **tl;dr**: _Web Component-based components react to ibgib's unique Merkle DAG DLT time-centric data model._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibgib/web-gib",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Framework for creating agentic ibGib web apps. Contains plumbing for ibgib components, agentic framework (currently only Gemini implemented), web-based IndexedDB storage substrate, and more.",
5
5
  "funding": {
6
6
  "type": "individual",