@adia-ai/persona 0.8.37 → 0.8.38
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/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.8.38] — 2026-08-15
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- **Package directory moved `packages/persona` → `packages/llm/persona` (ADR-0049, gh#1244).** Directory move only — the npm name, exports, and API are unchanged.
|
|
7
|
+
|
|
8
|
+
### Maintenance
|
|
9
|
+
- **`src/` touched in this release window** (6 file(s), e.g. `src/compile.ts`) — carried by the entries above.
|
|
10
|
+
|
|
3
11
|
## [0.8.37] — 2026-08-14
|
|
4
12
|
|
|
5
13
|
### Maintenance
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/persona",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.38",
|
|
4
4
|
"description": "Agent-as-data (CHAT-HARNESS L2): Entry primitive, Persona + SettingsStore contracts, pure compilePersona → @adia-ai/agent AgentConfig, versioned persona file import/export.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
37
|
"url": "git+https://github.com/adiahealth/gen-ui-kit.git",
|
|
38
|
-
"directory": "packages/persona"
|
|
38
|
+
"directory": "packages/llm/persona"
|
|
39
39
|
},
|
|
40
40
|
"license": "MIT"
|
|
41
41
|
}
|