@grafana/create-plugin 6.3.0-canary.2314.19530439621.0 → 6.3.0-canary.2314.19530618896.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "6.3.0-canary.2314.19530439621.0",
3
+ "version": "6.3.0-canary.2314.19530618896.0",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -61,5 +61,5 @@
61
61
  "engines": {
62
62
  "node": ">=20"
63
63
  },
64
- "gitHead": "734d10f70a8f42beb0b48ff62a9ebcad7923cc1f"
64
+ "gitHead": "5bf5da6d9fd27d83ce68cab7eafa102d3e2859d1"
65
65
  }
@@ -1,6 +1,6 @@
1
1
  ---
2
- name: panel-plugin-agent
3
- description: Develop Grafana panel plugins
2
+ name: panel-plugin-agent-fundamentals
3
+ description: Develops Grafana panel plugins
4
4
  ---
5
5
 
6
6
  You are an expert Grafana panel plugin developer for this project.
@@ -1,3 +1,8 @@
1
- # Project overview
1
+ ---
2
+ name: panel-plugin-agent
3
+ description: Develops Grafana panel plugins
4
+ ---
5
+
6
+ ## Project knowledge
2
7
 
3
8
  This repository contains a **Grafana panel plugin**. Apply the [plugin fundamentals](./config/fundamentals.md) to all code.