@modelprofile.com/flexharness 5.3.0 → 5.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026-08-31 - 5.3.2
4
+
5
+ ### Fixes
6
+
7
+ - allow delegate taskId to remain optional (subagents)
8
+ - Set the delegate tool definition to non-strict so new child creation can omit taskId.
9
+ - Add coverage for delegate schema required fields and invalid taskId inputs without acquiring delegated run admission.
10
+
11
+ ## 2026-08-30 - 5.3.1
12
+
13
+ ### Fixes
14
+
15
+ - complete delegated child provenance for host authorization (subagents)
16
+ - Expose immutable creation origin separately from the current parent delegate invocation and include the reserved child ID in subagent.start permission metadata.
17
+ - Carry atomic parent generation, origin, agent, and actual-depth provenance through the optional third `load` and fifth `tombstoneSession` project-management context arguments.
18
+ - Persist that provenance in new child cleanup tombstones; older strict schema-1 readers reject the new key, so rollback or mixed-version readers are unsupported after such a snapshot is written.
19
+
3
20
  ## 2026-08-30 - 5.3.0
4
21
 
5
22
  ### Features
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@modelprofile.com/flexharness',
6
- version: '5.3.0',
6
+ version: '5.3.2',
7
7
  description: 'Provider-neutral model-session runtime with durable history, permissions, typed events, and pluggable local or remote tool execution.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSwrQkFBK0I7SUFDckMsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLHVJQUF1STtDQUNySixDQUFBIn0=
@@ -164,6 +164,8 @@ export declare class FlexHarness<TScope = unknown> {
164
164
  private readProjectManagementState;
165
165
  private mutateProjectManagementState;
166
166
  private projectStateResult;
167
+ private createSubagentProvenance;
168
+ private createProjectManagementSessionContext;
167
169
  private projectTaskResult;
168
170
  private projectTasksResult;
169
171
  private projectGoalResult;