pullrequests Search Results · language:Dune language:Python language:TypeScript language:C# language:JavaScript
Filter by
49.6M results
First slice of M1 (PRD 15.2): the data-model foundation and magic-link authentication. No ingest, Whoop, chat, or
briefings yet (later phases).
What s in here
Foundation
- SQLAlchemy 2.0 models for ...
Summary
!-- What s this change about? --
Test Plan
!-- How did you test your change? --
- [ ] PR has an associated issue: #
- [ ] make check passes
- [ ] make test shows 100% unit test coverage ...
!-- CURSOR_AGENT_PR_BODY_BEGIN --
摘要
新增 docs/GITHUB_REFERENCES.md,说明本仓库在设计与实现时是否参考了其他 GitHub 上的优秀开源项目,以及参考原因。
结论(文档内详述)
- 经对源码、提交历史与既有文档的核查,未发现对某一完整「AI 代码评审」类 GitHub 应用项目进行 fork、子模块或源码级复制。
- 文档按本仓库能力逐项标注参考状态,并列出 ...
Context
Following up the SSOT audit: astrology is already a single source of truth, and the saju core engine (calculateSajuData)
is too — but the low-level day-pillar JDN formula was duplicated in four ...
Summary
Phase 3 share-links slice. A PO can mint a token-gated link from the report page that lets an external stakeholder read
the OAIC report without an account. Links freeze the snapshot at mint time ...
Summary
- switch Prisma and runtime validation to use the storage-prefixed Neon environment variables provided by Vercel
- configure Prisma to use the pooled Prisma URL plus the non-pooled direct ...
Pipelines as Code configuration proposal
To start the PipelineRun, add a new comment with content /ok-to-test
For more detailed information about running a PipelineRun, please refer to Pipelines as Code ...
背景
发现 main 基线的 CI 一直是红的——并非任何功能 PR 引入。流水线第一步 format:check 失败后,lint/typecheck/test/build 全被 skip,等于 CI 长期无有效信号。本 PR 专门修复基线,让
CI 重新转绿。
排查时本地复跑完整流水线,确认基线坏在两处(typecheck 本身正常):
改动
1. lint 修复(commit 2507cd7) ...