refactor: remove legacy config and state aliases (PR5)

This commit is contained in:
ejclaw
2026-04-10 22:09:04 +09:00
parent 312d19c0d1
commit e5bd721ac4
18 changed files with 155 additions and 980 deletions

View File

@@ -169,7 +169,7 @@ describe('environment step legacy-room handling', () => {
exitSpy.mockRestore();
});
it('exits with failure when legacy json state files need explicit migration', async () => {
it('exits with failure when unexpected data state files are present', async () => {
const tempDir = fs.mkdtempSync(path.join(os.tmpdir(), 'ejclaw-env-run-'));
tempDirs.push(tempDir);
process.chdir(tempDir);