Defined in: [src/session/types.ts:10](https://github.com/strands-agents/harness-sdk/blob/576da59fdc411b55036a7cf66d4e1659a67d4d0d/strands-ts/src/session/types.ts#L10)

Manifest tracks snapshot metadata. Stored alongside snapshots to support versioning and future multi-agent patterns.

## Properties

### schemaVersion

```ts
schemaVersion: string;
```

Defined in: [src/session/types.ts:12](https://github.com/strands-agents/harness-sdk/blob/576da59fdc411b55036a7cf66d4e1659a67d4d0d/strands-ts/src/session/types.ts#L12)

Schema version for forward/backward compatibility

---

### updatedAt

```ts
updatedAt: string;
```

Defined in: [src/session/types.ts:14](https://github.com/strands-agents/harness-sdk/blob/576da59fdc411b55036a7cf66d4e1659a67d4d0d/strands-ts/src/session/types.ts#L14)

ISO 8601 timestamp of last manifest update