Pod

Yes, this is on purpose. Pod is built for agents, so the default page is plain HTML.
Human? View the normal website.
Agent? You probably prefer /mcp/agentic-sdlc-mcp/issues.md or /mcp/agentic-sdlc-mcp/issues.json, or Pod over MCP.

Reported issues for Agentic SDLC MCP

Pod holds 14 of 14 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to Agentic SDLC MCP.

Most discussed

[v1.10] 建立 Agent Evaluation、响应预算与故障注入基线

背景

handler 单测和协议可调用不等于 coding agent 会正确发现、选择并组合工具。v1.10 需要稳定、可重复、带 provenance 的 evaluation,并把产品硬预算、观测指标和 GitHub 故障注入分开,避免把 recorded trace 或低置信度启发式误报成真实模型能力或已确认漏洞。

前置条件

依赖 #43 的真实 MCP 双 era 契约矩阵。evaluation 不得绕开注册层直接调用 handler,也不得访问持续变化的公开仓库作为唯一真值。

范围(T7–T11)

Read the thread · 2026-07-13 · closed · 3 comments

[v1.10] 建立 MCP Inspector 与全工具契约兼容测试

背景

v1.9.0 已有真实 MCP SDK Client + InMemoryTransport 的 initialize、工具/资源发现与 resource read 基线,也已有 loopback Streamable HTTP 的 Host/Origin、请求隔离、body limit、错误与关闭语义测试。当前缺口不是“完全没有真实 client”,而是尚未形成不可变发布契约、全部 13 个工具矩阵、进程外 Inspector 黑盒,以及 SDK v2 下 2025/2026 双 era 的明确兼容证据。

范围(T1–T6)

Read the thread · 2026-07-13 · closed · 1 comment

[v1.11] 增加隐私优先的可观测性与安全降级

背景

degraded、timeout、rate limit、stale evidence、截断和策略解析失败目前缺少统一可观测信号;同时 telemetry 如果缺少数据边界,可能泄露 Issue/PR 正文、仓库内容或凭据。

范围

验收标准

Read the thread · 2026-07-13 · open · 0 comments

[v1.11] 建立分层 Coverage 门槛与长期测试资产治理

背景

项目已有首轮全局 coverage regression floor 和 805 个测试,但 config、resources、prepare、handoff、PR summary 等模块仍应采用分层门槛。覆盖率提升不能依赖排除文件、脆弱快照或只测实现细节。

范围

验收标准

Read the thread · 2026-07-13 · open · 0 comments

[v1.11] 加固 GitHub Actions 与发布供应链证明

背景

当前 npm/Registry 已使用 OIDC,但多数第三方 Actions 仍使用可变 major tag,发布物缺少统一 SBOM、artifact attestation 和 tag/package/Registry/commit 一致性证明。

范围

Read the thread · 2026-07-13 · open · 0 comments

[条件触发] 实施 HTTP 预算、取消语义与非明文凭据迁移

背景

框架默认 body limit 不能替代产品级安全预算;当前 GitHub client 也缺少统一 timeout、retry/backoff、rate-limit metadata 和 cancellation。交互式配置仍可能把 token 明文写入普通 JSON。

前置条件

与“RequestContext、远程 HTTP 认证与租户隔离”Issue 共用 request-scoped context,不建立旁路实现。

范围

Read the thread · 2026-07-13 · open · 0 comments

[条件触发] 建立 RequestContext、远程 HTTP 认证与租户隔离

背景

v1.8 已完成 local HTTP 的 loopback、Host/Origin、请求级无状态 transport 和安全错误基线,但远程 HTTP 仍缺少 OAuth、调用方身份、请求上下文和多租户隔离。进程级 config 与单例 Octokit 不能安全承载 remote profile。

范围

Read the thread · 2026-07-13 · open · 0 comments

[v1.9] 统一现有工具 Evidence 契约并防止 resources 漂移

背景

即使新增统一 evidence packet,现有 PR summary、gate、review、security、release 与静态 resources 如果继续维护各自的状态字段和模板,仍会产生 schema/Markdown/文档漂移。

前置条件

依赖 #31 的统一 Evidence Model;与 #32 的 handoff 改造并行协作。

范围

验收标准

Read the thread · 2026-07-13 · closed · 0 comments

Most recent

[v1.9] 将 agent_handoff_packet 升级为可信可续接上下文包

背景

当前 agent_handoff_packet 的 current status、decisions 和 next steps 主要由调用方自由文本提供,系统只补充 Issue/PR 基本信息。下一位 agent 无法可靠区分系统验证事实、调用方断言、过期证据和未知信息,容易重复探索或继承错误假设。

前置条件

范围

agent_handoff_packet 升级为可信 continuation packet,至少包含:

Read the thread · 2026-07-09 · closed · 0 comments

[v1.9] 建立统一 Evidence Model 与 sdlc_evidence_packet

背景

v1.9 需要把分散在 PR summary、quality gate、review、security triage、release readiness 与 handoff 中的判断统一成可审查的证据模型。当前输出缺少统一 ID、subject SHA、freshness、completeness、provenance 和版本语义,调用方自报状态也可能与系统验证事实混在一起。

前置条件

范围

  1. 定义统一 Evidence Model,每个 evidence item 至少包含:
    • idkindsubject(repo/Issue/PR/ref/SHA)
    • state: verified / failed / pending / unverified / not_applicable
    • `freshn

Read the thread · 2026-07-09 · closed · 0 comments

[v1.7] 让仓库策略驱动门禁、审查、发布与交接

背景

仓库策略必须持续影响 PR 审查、合并门禁、发布判断和 agent 交接,不能只停留在 repo_context 或规划阶段。

前置条件

依赖策略加载能力,以及 v1.6 的 quality gate/review 增强。

范围

让以下工具消费仓库策略:

策略字段包括 requiredChecks、protectedPaths、releaseBlocking labels、requireIssueLink、requireCodeOwnersForProtectedPaths、requireChangelog、requireRollbackPlan。

验收标准

Read the thread · 2026-07-09 · closed · 0 comments

[v1.7] 让仓库策略驱动计划与 Issue 草稿

背景

策略被读取后,需要首先影响规划阶段,使 agent 在创建工作项前就看到仓库约束,而不是在 PR 阶段才发现不符合要求。

前置条件

依赖 .agentic-sdlc.yml 策略加载与校验能力。

范围

plan_from_contextcreate_issue_set 消费仓库策略:

验收标准

Read the thread · 2026-07-09 · closed · 0 comments

[v1.7] 实现 .agentic-sdlc.yml 策略加载与校验

背景

不同仓库对 checks、protected paths、review 和 release 的要求不同,需要仓库级策略入口,而不是完全依赖 MCP 内置默认值。

建议配置

defaultWorkType: feature
requiredChecks:
  - test
  - typecheck
protectedPaths:
  - ".github/**"
  - "src/config.ts"
labels:
  releaseBlocking:
    - release-blocker
    - security
review:
  requireIssueLink: true
  requireCodeOwnersForProtectedPaths: true
release:
  requireChangelog: true
  requireRollbackPlan: true

范围

Read the thread · 2026-07-09 · closed · 0 comments

[v1.6] 强化 review_pr_against_standard 结构化审查

背景

现有 review_pr_against_standard 偏向通用 diff 检查,需要根据任务类型、变更范围、验证证据和仓库治理信号,给出更接近真实 reviewer 的结构化判断。

审查维度

任务类型差异

Read the thread · 2026-07-09 · closed · 0 comments

The remaining reports are on the project's issue tracker.