Skip to content

OSINT Copilot v2.5.3

Choose a tag to compare

@popovvasile popovvasile released this 06 May 10:01
· 52 commits to main since this release

2.5.3

  • Fixed graph parse failures from duplicate YAML keys in entity notes (e.g. top-level type collision between entity kind and a property value).
  • Reserved frontmatter guard in EntityManager: conflicting property keys are now stored under props instead of duplicating reserved top-level keys.
  • Backward-compatible read path: frontmatter.props is merged into entity.properties with props precedence.
  • Migration command added: Normalize entity frontmatter reserved keys (props namespace) to rewrite existing entity notes safely.
  • Added regression tests for frontmatter serialization/parse behavior.