-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchat-corpus.json
More file actions
51 lines (51 loc) · 1.61 KB
/
Copy pathchat-corpus.json
File metadata and controls
51 lines (51 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"meta": {
"project": "qbitos-freya",
"corpusVersion": "1.0.0",
"note": "beyondBINARY quantum-prefixed | uvspeed | {n, +1, -n, +0, 0, -1, +n, +2, -0, +3, 1}"
},
"sessions": [
{
"id": "2026-03-16-phase-r1-hardening",
"date": "2026-03-16",
"title": "Phase R1 hardening release",
"summary": [
"Added router scoring with persisted backend eval metrics for task routing.",
"Added session lifecycle command set and archived-session guard behavior.",
"Added plugin discovery index plus dependency resolver and agent handoff ledger.",
"Extended pre-audit smoke tests and pushed release commit 4d271fc."
],
"artifacts": [
"freya",
"scripts/pre.nu",
"enterprise/plugin-index.json",
"PROGRESS.md",
"TIMESHEET.md"
]
},
{
"id": "2026-03-16-readiness-api-bridge",
"date": "2026-03-16",
"title": "Readiness and API bridge batch",
"summary": [
"Added deploy pack and production readiness gate.",
"Added Codex API to Freya CLI bridge and reverse bridge endpoints.",
"Verified pre-audit and bridge smoke tests for release readiness."
],
"artifacts": [
"codex_api.py",
"freya",
"scripts/pre.nu",
"scripts/prod-ready.nu",
"scripts/deploy-codex.sh",
"deploy/env/codex_api.env.example",
"deploy/systemd/freya-codex-api.service",
"deploy/nginx/erika.qbitos.ai.conf",
"deploy/caddy/Caddyfile.erika.qbitos.ai",
"README.qmd",
"PROGRESS.md",
"TIMESHEET.md"
]
}
]
}