Skip to content

v0.3.7

Choose a tag to compare

@zk-xyz zk-xyz released this 06 Apr 05:46

Fixes from Mira's Session 2 completion test.

Fixed

  • Session 2 write verification: brand_deepen_identity now confirms visual-identity.yaml was 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_identity bumps the session counter to 2 in brand.config.yaml. Previously this only happened during brand_compile, so brand_status would 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.