Skip to content

v3.7.5

Choose a tag to compare

@ym259 ym259 released this 13 May 15:49
· 13 commits to main since this release
fc61e18

[3.7.5] - 2026-05-14

Fixed

  • .agent 出力の memory.observations が schema 違反になる不具合 (#18) —
    skills/family-tree/SKILL.mdskills/lawsuit-analysis/SKILL.md の AI
    生成ドラフト警告のテンプレートが {id, text} のオブジェクトを観測値として
    示していたが、upstream agent-format v0.1 の AgentMemory.observations
    array<string> を要求する(schemas/agent.schema.json)。オブジェクト形式は
    validation で reject され、公式 web viewer
    knorq-ai.github.io/agent-format)で「Schema validation failed」になる。
    両 SKILL.md の例文をプレーン文字列配列に差し替えた。