Skip to content

Version Packages - #304

Merged
drewstone merged 1 commit into
mainfrom
changeset-release/main
Sep 8, 2026
Merged

Version Packages#304
drewstone merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tangle-network/agent-interface@2.6.0

Minor Changes

  • 8491351: feat(agent-interface): agentCandidateLineageSchema accepts a frontier-authored candidate

    AgentCandidateLineage.source gains frontier-author: a profile one agent wrote for another. That is a shipped capability — a supervising agent authors a child's full AgentProfile from inside a run and may promote it to a sub-supervisor — and no existing member described it. optimizer was the closest and was closed to this caller by its own refinement, which mandates a developmentSplitDigest; a run-time author has no held-out split, so the field could only be satisfied by fabricating a digest or by declaring human.

    The member is frontier-author, the word AgentProfileDiff.source.kind already uses for the same actor, so the two enums name one thing with one word rather than two.

    generatedCandidateSources and isGeneratedCandidateSource are new exports and the single owner of "this candidate was produced from a parent". Three call sites — the lineage refinement and both experiment schemas — branched on optimizer || compound independently, so a new generated source was exempt from the "name your baseline" rule in two of them; they now read one list. The development split stays required by optimizer and compound only.

    Additive: every lineage that parsed before parses unchanged.

@drewstone drewstone closed this Sep 8, 2026
@drewstone drewstone reopened this Sep 8, 2026
@drewstone
drewstone merged commit a0f27e0 into main Sep 8, 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.

1 participant