Show HN:用通俗英语提问你的代码库都发布了什么

2作者: inferno226 个月前
Gitmore (<a href="https://gitmore.io" rel="nofollow">https://gitmore.io</a>) – 让不使用 Git 的人也能了解 Git 活动。<p>每个提交都有消息。每个 PR 都有标题和描述。状态更新已经存在,只是被锁在 GitHub 里了。<p>*适用人群:*<p>- 向投资者汇报的创始人 - 编写发布说明的产品经理 - 希望无需站会就能了解情况的 CEO - 任何询问“发布了什么?”并等待工程师回复的人<p>*功能:*<p>连接你的代码库。提出问题: - “本月发布了什么?” - “谁负责了计费功能?” - “哪些 PR 停滞不前?”<p>或者安排自动报告发送到 Slack 或电子邮件。每周、每月,随你喜欢。<p>*工作原理:*<p>我们注册 Webhook。Git 平台推送事件元数据——提交消息、PR 标题、描述、作者、时间戳、文件计数。<p>每个事件都会被规范化为一个结构化模式。AI 查询结构,而不是原始文本。<p>*我们不做的事情:*<p>我们不做代码审查。我们不分析差异。我们不与 Coderabbit 或 Greptile 竞争。这些是为 PR 工作流程中的工程师准备的。<p>这是为那些需要了解情况但不在该工作流程中的人准备的。<p>*安全性:*<p>仅使用 Webhook。我们从不克隆代码库或访问源代码。<p>- 令牌加密:Fernet (HMAC-SHA256 + AES-128-CBC) - Webhook 验证:HMAC-SHA256 - 支持 2FA<p>适用于 GitHub、GitLab 和 Bitbucket。<p>1 个代码库免费:<a href="https://gitmore.io" rel="nofollow">https://gitmore.io</a><p>你公司里非技术人员如何了解开发进展?
查看原文
Gitmore (<a href="https:&#x2F;&#x2F;gitmore.io" rel="nofollow">https:&#x2F;&#x2F;gitmore.io</a>) – makes Git activity accessible to people who don&#x27;t use Git.<p>Every commit has a message. Every PR has a title and description. The status update already exists. It&#x27;s just locked in GitHub.<p>*Who this is for:*<p>- Founders updating investors - PMs writing release notes - CEOs who want visibility without standups - Anyone who asks &quot;what shipped?&quot; and waits for an engineer to respond<p>*What it does:*<p>Connect your repos. Ask questions: - &quot;What shipped this month?&quot; - &quot;Who worked on the billing feature?&quot; - &quot;Which PRs are stuck?&quot;<p>Or schedule automated reports to Slack or email. Weekly, monthly, whatever.<p>*How it works:*<p>We register webhooks. Git platforms push event metadata – commit messages, PR titles, descriptions, authors, timestamps, file counts.<p>Every event gets normalized into a structured schema. The AI queries structure, not raw text.<p>*What we don&#x27;t do:*<p>We don&#x27;t do code review. We don&#x27;t analyze diffs. We don&#x27;t compete with Coderabbit or Greptile. Those are for engineers inside the PR workflow.<p>This is for people outside that workflow who need visibility.<p>*Security:*<p>Webhooks only. We never clone repos or access source code.<p>- Token encryption: Fernet (HMAC-SHA256 + AES-128-CBC) - Webhook verification: HMAC-SHA256 - 2FA support<p>Works with GitHub, GitLab, and Bitbucket.<p>Free for 1 repo: <a href="https:&#x2F;&#x2F;gitmore.io" rel="nofollow">https:&#x2F;&#x2F;gitmore.io</a><p>How do non-technical people at your company stay informed on dev progress?