@ng-annotate/angular 0.5.8 → 0.5.10
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 +2 -0
- package/dist/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Angular library for [ng-annotate-mcp](https://github.com/yngvebn/ngagentify) — a dev-only toolchain addon that lets you annotate components directly in the browser and have an AI agent (Claude) act on those annotations in real time.
|
|
4
4
|
|
|
5
|
+
> Heavily inspired by [agentation.dev](https://agentation.dev/) — check it out for the original concept.
|
|
6
|
+
|
|
5
7
|
## How it works
|
|
6
8
|
|
|
7
9
|
1. Press `Alt+Shift+A` in the browser to enter inspect mode
|
package/dist/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Angular library for [ng-annotate-mcp](https://github.com/yngvebn/ngagentify) — a dev-only toolchain addon that lets you annotate components directly in the browser and have an AI agent (Claude) act on those annotations in real time.
|
|
4
4
|
|
|
5
|
+
> Heavily inspired by [agentation.dev](https://agentation.dev/) — check it out for the original concept.
|
|
6
|
+
|
|
5
7
|
## How it works
|
|
6
8
|
|
|
7
9
|
1. Press `Alt+Shift+A` in the browser to enter inspect mode
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-annotate/angular",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.10",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"builders": "./builders.json",
|
|
6
6
|
"description": "Angular library for ng-annotate-mcp — browser overlay for annotating components and routing instructions to an AI agent",
|