@ng-annotate/angular 0.3.1 → 0.3.4
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 +1 -1
- package/dist/README.md +1 -1
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ The agent will drain any queued annotations and then enter a `watch_annotations`
|
|
|
72
72
|
|
|
73
73
|
**3. Annotate in the browser**
|
|
74
74
|
|
|
75
|
-
Open
|
|
75
|
+
Open your Angular app in the browser, press `Alt+Shift+A` to enter inspect mode, click a component, type your instruction, and submit. The agent picks it up within seconds, edits the file, and the browser hot-reloads.
|
|
76
76
|
|
|
77
77
|
## Keyboard shortcuts
|
|
78
78
|
|
package/dist/README.md
CHANGED
|
@@ -72,7 +72,7 @@ The agent will drain any queued annotations and then enter a `watch_annotations`
|
|
|
72
72
|
|
|
73
73
|
**3. Annotate in the browser**
|
|
74
74
|
|
|
75
|
-
Open
|
|
75
|
+
Open your Angular app in the browser, press `Alt+Shift+A` to enter inspect mode, click a component, type your instruction, and submit. The agent picks it up within seconds, edits the file, and the browser hot-reloads.
|
|
76
76
|
|
|
77
77
|
## Keyboard shortcuts
|
|
78
78
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-annotate/angular",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Angular library for ng-annotate-mcp — browser overlay for annotating components and routing instructions to an AI agent",
|
|
6
6
|
"keywords": [
|
|
@@ -28,6 +28,9 @@
|
|
|
28
28
|
".": {
|
|
29
29
|
"types": "./dist/types/ng-annotate-angular.d.ts",
|
|
30
30
|
"default": "./dist/fesm2022/ng-annotate-angular.mjs"
|
|
31
|
+
},
|
|
32
|
+
"./package.json": {
|
|
33
|
+
"default": "./package.json"
|
|
31
34
|
}
|
|
32
35
|
},
|
|
33
36
|
"scripts": {
|