Skip to content

v0.4.12

Choose a tag to compare

@github-actions github-actions released this 30 Apr 02:01
· 32 commits to main since this release
feat(anda_hippocampus): conditional review trigger, KIP spec alignment

- Code: only trigger review follow-up when prompt >= 10,000 chars;
  remove unnecessary prompt.clone()
- KIP Syntax: align all four agent assets (KIPSyntax, Formation,
  Maintenance, Recall) with latest KIP spec — LIMIT/CURSOR :param,
  (id: "<link_id>") target syntax, error code table (add KIP_3003
  DuplicateExists, KIP_4003 InternalError), DETACH cascading,
  DELETE ATTRIBUTES/METADATA on proposition vars, superseded_at,
  metadata null override semantics
- Formation: KIP discipline (registered types/predicates),
  belongs_to_domain in Person UPSERT, array/object RMW clarification,
  superseded example metadata fix
- Maintenance: KIP discipline header, confidence decay superseded
  filter, Phase 10 simpler queries, Phase 13 read-merge-write
- Recall: read-only emphasis, superseded filter on prefers queries,
  IS_NOT_NULL guard for evidence_count, concrete predicate
  substitution, stop-condition refinement
- Version: 0.4.11 → 0.4.12

Co-Authored-By: Anda Bot <anda-bot@ldclabs.com>