Change Packet
@jeremy/change-packetv2026.08.21.1
01README
Forge-neutral immutable change packets for reviewed repository delivery. Records exact Git base/head identity, validation evidence, requested draft submission metadata, a canonical SHA-256 digest, and derived readiness. Performs no network, Git, forge, approval, merge, or release operation.
02Release Notes
Preserve immutable packet evidence when recording verification results, so delivery workflows can plan after verification.
03Models
@jeremy/change-packetv2026.08.21.1mod.ts
fn create(targetRepository: string, sourceRepository: string, changedPaths: array, checks: array)
Create an immutable local proposal packet. This does not push, publish, open a review, or grant approval.
| Argument | Type | Description |
|---|---|---|
| targetRepository | string | Forge-neutral canonical target repository identity, such as git.example.org/group/project |
| sourceRepository | string | Forge-neutral canonical repository that owns the head ref; equals targetRepository for a same-repository change |
| changedPaths | array | |
| checks | array |
fn verify()
Recompute a packet's canonical payload digest and derived readiness. Does not approve or submit it.
Resources
packet(infinite)— Immutable change proposal with a canonical payload digest and derived readiness
verification(infinite)— Integrity and readiness verification for a supplied change packet
04Previous Versions
2026.08.18.1
05Stats
A
100 / 100
Downloads
0
Archive size
12.7 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels