Skip to content

Conversation

@paulbreuler
Copy link
Owner

Summary

  • Remove the frontmatter healing feature that automatically reformatted agent files
  • The healing was converting inline YAML arrays like ["000"] to block format and dates to ISO timestamps
  • This was unwanted behavior that modified user files without consent

Test plan

  • All 882 tests pass
  • Full validation passes (format, lint, type-check, build, test)
  • Manual test: run limps serve and verify agent files are not modified when changed

🤖 Generated with Claude Code

The healing feature was automatically reformatting agent files whenever
they changed, converting inline YAML arrays to block format and dates
to ISO timestamps. This was unwanted behavior that modified user files
without consent.

- Delete src/utils/agent-heal.ts
- Remove healing callback from file watcher in server-main.ts
- Remove unused SettledChange type import

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@paulbreuler paulbreuler merged commit d74f04e into main Jan 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants