acdream/tests/Fixtures/campaign-la/session-config-shared-fixture.json
Erik 75a6724d5b wip: Campaign LA LA1 fix round — INCOMPLETE, stopped mid-task
Agent was stopped for token budget partway through the LA1 review fix
round. Landed here: F1 best-effort SessionStatusWriter, F2 App reader
tolerance (paths/mode), F5 argument-parsing hardening, plus new tests.
NOT DONE: F4 shared-fixture production shape (was the next step), F3
reconnect disconnected edge + recorded limitation, F6 exited
idempotency/reasons, F7 structural redaction test, F8 platform-guard
test + comment fix, optional RuntimeOptions PrintMembers redaction.

Build/test state UNVERIFIED at this commit. Next session: finish the
remaining findings, run the suites, then narrow re-review.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-14 16:32:52 +02:00

26 lines
696 B
JSON

{
"version": 1,
"process": {
"content": {
"datDirectory": "shared-fixture-dats",
"preparedAssetPath": "shared-fixture-dats/acdream.pak"
}
},
"sessions": [
{
"id": "shared-fixture",
"endpoint": { "host": "127.0.0.1", "port": 9000 },
"account": "sharedaccount",
"character": { "name": "SharedToon" },
"policy": { "id": "idle" },
"credential": {
"provider": "standardInput",
"reference": "session"
},
"plugins": ["ExamplePlugin", "AnotherPlugin"],
"loginCommands": ["/tell someone, hi", "/vt start"],
"loginCommandDelayMs": 750,
"statusFile": "shared-fixture-status.jsonl"
}
]
}