• Joined on 2026-07-08
iomgaa closed issue iomgaa/PolyLoop#2 2026-08-29 17:56:38 +08:00
ActionExecutor 的契约没说抛异常时会怎样,而库这一侧不捕获
iomgaa closed issue iomgaa/PolyLoop#5 2026-08-29 17:56:38 +08:00
stores 的两笔欠账:承诺的内存实现不存在,下游自实现的准入路径断了
iomgaa closed issue iomgaa/PolyLoop#1 2026-08-29 17:56:37 +08:00
契约测试套件不随包发布,第一个下游拿不到准入标准
iomgaa opened issue iomgaa/PolyLoop#6 2026-08-29 17:43:41 +08:00
转发白名单挡掉了 cache_namespace,而上游指定它做租户隔离
iomgaa closed issue iomgaa/PolyGateway#18 2026-08-28 18:20:12 +08:00
共享 PG 上的保留期批量删除测试偶发红,污染合并前信号
iomgaa commented on issue iomgaa/PolyGateway#18 2026-08-28 18:20:10 +08:00
共享 PG 上的保留期批量删除测试偶发红,污染合并前信号

已在 1.3.2 修复。

诊断修正: issue 判定"行数断言依赖共享实例的当下状态",方向对,但它推荐的首选处置(标 slow)不解决问题。那条断言的失效是双向的——别人一写就假红,而外部插入恰好抵消掉一次误删时又会…

iomgaa released 1.3.2 at iomgaa/PolyGateway 2026-08-28 18:18:44 +08:00
iomgaa pushed tag v1.3.2 to iomgaa/PolyGateway 2026-08-28 18:17:18 +08:00
iomgaa pushed to main at iomgaa/PolyGateway 2026-08-28 17:51:47 +08:00
6ec9ec7056 Merge branch 'fix/issue-18-pg-test-isolation'
5255f68900 chore: date 1.3.2 to the day it actually ships
58c4af28ea fix: refuse the sandbox rather than quietly running it as the superuser
bc0fcc4719 docs: cut 1.3.2, and say plainly that the wheel did not change
ea9e5062e8 fix: restore the wiki alignment check, which no longer imported
Compare 10 commits »
iomgaa pushed to main at iomgaa/PolyLoop 2026-08-27 17:44:56 +08:00
72cfba5996 docs(guides): 补上验 sdist 那条命令的完整形状,以及漏掉 --no-build-isolation 的坑
iomgaa commented on issue iomgaa/PolyLoop#5 2026-08-27 17:37:38 +08:00
stores 的两笔欠账:承诺的内存实现不存在,下游自实现的准入路径断了

1.0.2 已发布,两笔都还了。

一、内存实现

polyloop.stores.VolatileRunStore

名字不叫「不提供恢复」,这一点值得解释。 一个真的读不回自己写过的东西的存储过不了自家的契约套件(套件…

iomgaa commented on issue iomgaa/PolyLoop#4 2026-08-27 17:37:36 +08:00
注入的「通道」维度在参数快照里被拍平

1.0.2 已发布,通道维度保留了。

快照里现在一个通道一个键:request.injected_entry_ids.<通道名>,值是那个通道里的条目标识按贴进提示词的同一顺序拼成的逗号串。通道之间按通道名字典序。

**你们…

iomgaa commented on issue iomgaa/PolyLoop#3 2026-08-27 17:37:34 +08:00
提示词模板的哈希在参数快照里没有位置

1.0.2 已发布,字段加上了。

RunRequest.fingerprints: Mapping[str, str],默认空映射,全部键值以 request.fingerprint.<name> 进参数快照(单数,和已有的 request.binding.<key> 对齐)。你们…

iomgaa commented on issue iomgaa/PolyLoop#2 2026-08-27 17:37:32 +08:00
ActionExecutor 的契约没说抛异常时会怎样,而库这一侧不捕获

1.0.2 已发布,契约写进 ActionExecutor 的 docstring 了。

但我们采纳的是你们提的方案一,不是你们倾向的方案二。 这是五条里唯一一处我们和你们判断不一致的,所以理由写详细些。

契约定成什么…

iomgaa commented on issue iomgaa/PolyLoop#1 2026-08-27 17:37:31 +08:00
契约测试套件不随包发布,第一个下游拿不到准入标准

1.0.2 已发布,这一条做完了。

套件搬进了 polyloop.testing,跟着 wheel 一起装到你们那边:

pip install --extra-index-url https://gitea.iomgaa.online/api/packages/iomgaa/pypi/simple…
iomgaa released v1.0.2 at iomgaa/PolyLoop 2026-08-27 17:32:41 +08:00
iomgaa pushed tag v1.0.2 to iomgaa/PolyLoop 2026-08-27 17:30:14 +08:00
iomgaa pushed to main at iomgaa/PolyLoop 2026-08-27 17:29:41 +08:00
d833b7a4d9 chore(release): 定版 1.0.2
c4e5732587 docs: 回写全仓库对契约套件的指向,以及 README、架构与 CHANGELOG
1fac387e75 feat(testing): 契约套件搬进 polyloop.testing 随包发布,五套全部接上实现
3492a2994a feat(session): 参数快照补上配方指纹与注入通道,并写定执行器抛异常的契约
92785eb3e1 feat(stores): 补上易失存储实现,stores 拆成四个文件
Compare 25 commits »
iomgaa opened issue iomgaa/PolyGateway#19 2026-08-26 22:17:33 +08:00
遥测:上游状态码被压平、三分之二失败行没有归因列、21 条错误详情为空
iomgaa opened issue iomgaa/PolyLoop#4 2026-08-26 19:57:02 +08:00
注入的「通道」维度在参数快照里被拍平