after i installed ag-kit, i find that everything in my .agent folder are gone, only ag-kit is deployed in this folder.
many agent skills and workflows might use this folder, can we just overwrite ag-kit releated folders and files, not delete everything inside?
PS D:\workspace\sample-v2> npx @vudovn/ag-kit init
Need to install the following packages:
@vudovn/ag-kit@2.0.2
╔══════════════════════════════════════╗
║ ANTIGRAVITY KIT CLI ║
╚══════════════════════════════════════╝
Warning: Folder .agent already exists at: D:\workspace\sample-v2\.agent
Do you want to overwrite it? (y/N): n
Operation cancelled.
PS D:\workspace\sample-v2> npx @vudovn/ag-kit init
Need to install the following packages:
@vudovn/ag-kit@2.0.2
Ok to proceed? (y) y
╔══════════════════════════════════════╗
║ ANTIGRAVITY KIT CLI ║
╚══════════════════════════════════════╝
Warning: Folder .agent already exists at: D:\workspace\sample-v2\.agent
Do you want to overwrite it? (y/N): y
Overwriting .agent folder...
✔ Installation successful!
────────────────────────────────────────
Result:
.agent → D:\workspace\hospital-v2\.agent
────────────────────────────────────────
Happy coding!
after i installed ag-kit, i find that everything in my .agent folder are gone, only ag-kit is deployed in this folder.
many agent skills and workflows might use this folder, can we just overwrite ag-kit releated folders and files, not delete everything inside?