v0.0.60 - Remove forced final trigger DM, add skill_edit tool, and complete d_tag terminology migration

This commit is contained in:
Your Name
2026-03-09 20:19:14 -04:00
parent c93972019c
commit 421e1abb15
21 changed files with 6767 additions and 219 deletions
+2 -2
View File
@@ -477,8 +477,8 @@ The following endpoints are planned but not yet implemented:
| GET | `/api/events/soul` | Fetch agent soul event |
| PUT | `/api/events/soul` | Update soul content |
| GET | `/api/events/skills` | List published skills |
| GET | `/api/events/skills/:slug` | Fetch skill by slug |
| PUT | `/api/events/skills/:slug` | Update skill |
| GET | `/api/events/skills/:d_tag` | Fetch skill by d_tag |
| PUT | `/api/events/skills/:d_tag` | Update skill |
| GET | `/api/events/adoption` | Fetch adoption list |
| GET | `/api/events/profile` | Fetch agent profile |
| PUT | `/api/events/profile` | Update agent profile |