v0.3.7
Fixes from Mira's Session 2 completion test.
Fixed
- Session 2 write verification:
brand_deepen_identitynow confirmsvisual-identity.yamlwas actually written to disk after recording. If the write fails (e.g., agent's working directory doesn't match the.brand/location), the response warns immediately instead of returning silent success. - Session counter auto-bump: When all 6 visual identity sections are complete,
brand_deepen_identitybumps the session counter to 2 inbrand.config.yaml. Previously this only happened duringbrand_compile, sobrand_statuswould still show "Session 1" even after full Session 2 data was recorded. - Test cleanup: Feedback smoke tests now clean up files they create, preventing the rate limiter from blocking subsequent test runs.