aid-installer 1.0.0 → 1.1.1

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
@@ -1,14 +1,16 @@
1
1
  # aid-installer
2
2
 
3
3
  Install [AID](https://github.com/AndreVianna/aid-methodology) (Agentic Iterative Development)
4
- into your repository.
4
+ into your repository. Current release: **v1.1.0**.
5
5
 
6
6
  `npm i -g aid-installer` (or `npx aid-installer ...`) puts an `aid` command on your PATH.
7
7
  Then, inside a project:
8
8
 
9
9
  aid add claude-code # add tool(s): claude-code, codex, cursor, copilot-cli, antigravity
10
10
  aid status # show installed tools
11
- aid update [tool|self] # update to latest
11
+ aid update [tool|self] # update to latest; "self" migrates existing projects to the new layout
12
+ aid projects # list / add / remove the projects AID tracks
13
+ aid dashboard start node|python # open a local web view of all tracked projects
12
14
  aid remove [tool|self] # remove
13
15
 
14
16
  This package is a thin wrapper that spawns the cross-platform AID CLI (bash / PowerShell).
package/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.1