Skip to content

Commit 492cbef

Browse files
authored
New version: randlee.agent-team-mail version 1.4.4 (#425892)
1 parent 09dbe74 commit 492cbef

3 files changed

Lines changed: 159 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: randlee.agent-team-mail
5+
PackageVersion: 1.4.4
6+
Platform:
7+
- Windows.Desktop
8+
MinimumOSVersion: 10.0.17763.0
9+
InstallerType: zip
10+
NestedInstallerType: portable
11+
NestedInstallerFiles:
12+
- RelativeFilePath: atm_1.4.4_x86_64-pc-windows-msvc/bin/atm.exe
13+
PortableCommandAlias: atm
14+
ReleaseDate: 2026-08-28
15+
Installers:
16+
- Architecture: x64
17+
InstallerUrl: https://github.com/randlee/atm-core/releases/download/v1.4.4/atm_1.4.4_x86_64-pc-windows-msvc.zip
18+
InstallerSha256: E787C380D28B9AB0FDA69275125BB29813F1420D9005F1F136B2554EE84F04A2
19+
ManifestType: installer
20+
ManifestVersion: 1.12.0
Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: randlee.agent-team-mail
5+
PackageVersion: 1.4.4
6+
PackageLocale: en-US
7+
Publisher: Randy Lee
8+
PublisherUrl: https://github.com/randlee
9+
PublisherSupportUrl: https://github.com/randlee/atm-core/issues
10+
Author: Randy Lee
11+
PackageName: agent-team-mail
12+
PackageUrl: https://github.com/randlee/atm-core
13+
License: MIT
14+
LicenseUrl: https://github.com/randlee/atm-core/blob/HEAD/LICENSE
15+
ShortDescription: Daemon-free CLI for local agent team mail workflows
16+
Description: |-
17+
agent-team-mail (atm) is a daemon-free CLI for mail-like messaging with
18+
Claude agent teams. It provides send, read, ack, clear, doctor, log, teams,
19+
and members workflows over a file-based API with atomic I/O and conflict
20+
detection.
21+
Moniker: atm
22+
Tags:
23+
- agent
24+
- cli
25+
- developer-tools
26+
- mail
27+
- rust
28+
- teams
29+
ReleaseNotes: |-
30+
What's Changed
31+
- fix(graft): keep receiver endpoint record private by @randlee in #928
32+
- Recover 3 orphaned AI36 finding records for re-verification by @randlee in #925
33+
- sync: back-propagate main into develop (PR #914 hotfix) by @randlee in #915
34+
- feat(cli): agent@host cross-host shorthand + trusted-peer host resolver (#901/#902) by @randlee in #933
35+
- fix: drop .atm.toml activation gate, fail loud on real errors (GH #900) by @randlee in #934
36+
- plan: Phase AS shared publish-kit migration by @randlee in #939
37+
- docs: GH #864 canonical naming SSOT link + ingestion diagnostics by @randlee in #937
38+
- docs+feat: permissive sender-identity ADR + non-blocking roster warning by @randlee in #938
39+
- chore(tracking): remove worktree-tracking.md from repo by @randlee in #936
40+
- Plan: Phase AO (opt-in mTLS) + Phase AP (outbound connectivity) by @randlee in #829
41+
- AS.2: Justify ATM consumer-manifest activation by @randlee in #944
42+
- AS.1: Freeze canonical publish-kit overlay by @randlee in #940
43+
- docs(as4): record blocked PyPI publication receipt by @randlee in #947
44+
- chore: prove publish-kit branch overlay by @randlee in #946
45+
- fix(ci): centralize sc-compose revision pins by @randlee in #951
46+
- Phase AS: shared publish-kit migration engineering (AS.1-AS.4) by @randlee in #954
47+
- refactor(as5): retire bespoke Hermes PyPI pipeline by @randlee in #955
48+
- Phase AS: merge AS.5 legacy-retirement delta by @randlee in #956
49+
- Revert: pull Phase AS engineering back out of develop by @randlee in #957
50+
- DRAFT: Phase AS engineering (AS.1-AS.5) -- for review, not merge by @randlee in #958
51+
- plan: TLS transport isolation replan (freezes Phase AO) by @randlee in #959
52+
- Revert unauthorized Phase AS redraft from develop by @randlee in #960
53+
- AO2.1: Peer-wire policy and plain-pipeline baseline by @randlee in #961
54+
- fix(sprint-report): don't gate in-progress sprints as data gaps by @randlee in #964
55+
- AO2.2: isolated mTLS peer-wire byte-stream adapter by @randlee in #965
56+
- docs(ao2): mark AO.1 complete, register sprint line by @randlee in #962
57+
- AO2.3: runtime peer-wire mode seam by @randlee in #967
58+
- AO2.4: Operational performance proof (shipped daemon, mode-aware benchmarking) by @randlee in #968
59+
- fix(ao2): harden cleanup guards and version sync by @randlee in #970
60+
- fix(daemon-switch): gate signed cli and daemon pairs by @randlee in #974
61+
- fix(daemon-switch): gate signed cli and daemon pairs (cherry-pick to develop) by @randlee in #975
62+
- fix(signing): migrate ATM binaries to Apple Development identity by @randlee in #976
63+
- fix(smoke): AO2 benchmark harness peer-wire-mode isolation and daemon-switch hardening by @randlee in #977
64+
- docs(ao2): AO2.5 benchmark-db-safety and daemon-switch launch-overlay plans by @randlee in #979
65+
- Add canonical SC website (site/ + announcements/) by @randlee in #953
66+
- docs(ao2): plan AO2.5.4/AO2.6/AO2.7/AO2.8 benchmark safety and parity sequence by @randlee in #980
67+
- propagate documents by @rand-lee in #981
68+
- fix(AO2.5): benchmark primary-db safety + daemon-switch launch overlay (AO2.5.1–.3b) by @randlee in #978
69+
- fix(ao2.6): restore admission writer batching regression by @randlee in #982
70+
- fix(smoke): mandatory benchmark snapshot/restore lifecycle (AO2.5.4) by @randlee in #983
71+
- build: centralize pinned bootstrap tooling ('just bootstrap') by @randlee in #986
72+
- fix(graft): receiver reconnect + nudge body propagation (GH-985) by @randlee in #987
73+
- fix(benchmark): remove mutating daemon start from post-restore readiness check by @randlee in #992
74+
- fix: scope benchmark daemon-switch preflight to owner UID by @randlee in #991
75+
- fix(benchmark): regenerate stale mTLS identity during account bootstrap by @randlee in #993
76+
- test(benchmark): fix WAL-mode snapshot contract regression from PR #992 by @randlee in #994
77+
- fix: writer/batch-concurrency throughput regression (AO2.7 sqlite parity) by @randlee in #990
78+
- fix(bench): cap atmbench connection workers to RLIMIT_NOFILE reserve by @randlee in #995
79+
- fix(bench): dedupe signing identity selection by certificate fingerprint by @randlee in #996
80+
- perf(search): omit unused FTS5 column sizes + wire sqlite/UDS into default benchmark matrix by @randlee in #997
81+
- fix(benchmark): bootstrap dedicated-account six-frame plaintext baseline by @randlee in #998
82+
- docs(benchmark): close out f64 concurrency-collapse diagnostic by @randlee in #999
83+
- AO2.10-AO2.13: benchmark-report simplification plan (supersedes AO2.9) by @randlee in #1006
84+
- fix(ao2-7): close minimal benchmark harness QA findings by @randlee in #1009
85+
- ci: trigger PR checks on fix/, feature/, sprint/* base branches by @randlee in #1008
86+
- fix(bootstrap): synchronize local macOS seed tools on version drift by @randlee in #1010
87+
- fix(benchmark): AO2.7 direct-peer benchmark harness (f8 matrix, campaign XHTML publish) by @randlee in #988
88+
- feat(ao2-10): benchmark data contract v4 — classify_status(), baseline ratchet, ledger removal by @randlee in #1012
89+
- fix(graph-orchestration): branch-scoped open-findings ignores stale legacy Resolution/status by @randlee in #1017
90+
- AO2.11: Benchmark rendering pipeline by @randlee in #1013
91+
- docs(ao2): AO2.12 migration-contract amendments from critical review by @randlee in #1016
92+
- docs(ao2): AO2.14 daemon-owned peer connection pooling sprint plan by @randlee in #1018
93+
- AO2.12: Historical data migration + AO2.11 QA-1 fix round (F002/F005) by @randlee in #1014
94+
- AO2.13: benchmark-run skill + just benchmark-publish recipe by @randlee in #1015
95+
- docs(aq): Phase AQ plan — PRD, phase plan, sprints AQ1-AQ6 (hardened) by @randlee in #1011
96+
- docs(plan): AO2.15 — just benchmark-official unattended trigger by @randlee in #1022
97+
- AO2.14: Peer connection pooling by @randlee in #1020
98+
- fix: restore SQLite benchmark target to async_storage_admission by @randlee in #1021
99+
- fix(benchmark): TLS session/context reuse + f8 client saturation (controlled-baseline harness) by @randlee in #1023
100+
- AO2.15: just benchmark-official — unattended, CI-triggerable benchmark trigger by @randlee in #1024
101+
- site: announce atm-core v1.4.3 by @randlee in #1025
102+
- main->develop by @randlee in #1027
103+
- fix(ci): remove bootstrap source-build wall-clock regression by @randlee in #1026
104+
- evidence: AO2 official Windows benchmark by @rand-lee in #1029
105+
- Phase AO2: opt-in mTLS peer-wire transport (in progress) by @randlee in #966
106+
- docs: replace tmux send-keys nudge with atm send re-dispatch guidance by @randlee in #1031
107+
- feat(atm-dev): 5-agent team, 3-window layout (cipher + fenix + publisher) by @randlee in #1038
108+
- AU.1: boundary code fixes (easy wave) — retire 11 sc-boundary findings by @randlee in #1034
109+
- AU.2: sc-lint-boundary calibration (mid wave) — precise identity for 10 findings by @randlee in #1035
110+
- AU.3: ack/send shared write module (hard wave) — retire the ack↔send cycle by @randlee in #1036
111+
- docs: Phase AU plan — sc-boundary debt retirement (22 findings, GH #1028) by @randlee in #1032
112+
- Phase AU: retire the 22-finding sc-boundary debt (AU.1–AU.3) by @randlee in #1041
113+
- docs(plan): AQ2.5 post-merge hardening — selector-file ownership + deliverable-4 code contract by @randlee in #1019
114+
- test: widen direct peer loopback timeout on CI by @randlee in #1037
115+
- docs(plan): phase AT manifest-driven publishing recovery by @randlee in #963
116+
- feat(release): install pinned sc-publish package by @rand-lee in #1044
117+
- ci(release): register pypi-publish.yml on default branch by @randlee in #1047
118+
- docs(at1): record failed TestPyPI attempt evidence in AT.1 receipt by @randlee in #1052
119+
- docs(at1): forward-only publishing amendment — TestPyPI retargeted to kit-era v1.4.4 by @randlee in #1062
120+
- docs(at2): retarget deletion gates to first kit-era release (forward-only publishing) by @randlee in #1063
121+
- AT.2: legacy publish surface deletion (execute-now with deferrals) by @randlee in #1064
122+
- Phase AT: manifest-driven publishing recovery (AT.1 + AT.2) by @randlee in #1065
123+
- release-prep: 1.4.4 changelog + published sc-lint-attributes cutover by @randlee in #1068
124+
- Release v1.4.4 — first kit-era release (Phase AT) by @randlee in #1067
125+
- chore(release): re-pin sc-publish kit to blessed revision 25668ec by @randlee in #1069
126+
- release: forward sc-publish re-pin to main for v1.4.4 by @randlee in #1071
127+
- Release v1.4.4 by @randlee in #1072
128+
Full Changelog: v1.4.3...v1.4.4
129+
ReleaseNotesUrl: https://github.com/randlee/atm-core/releases/tag/v1.4.4
130+
ManifestType: defaultLocale
131+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: randlee.agent-team-mail
5+
PackageVersion: 1.4.4
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)