# BiliPai Repository - LLM Entry / BiliPai 仓库 - LLM 入口 Canonical AI / LLM entry index for this repository. 本仓库面向 AI / LLM 的主入口索引。 Maintained periodically, but still subject to freshness limits; reference only. 会定期维护,但仍存在时效性限制,仅供参考。 Current sync target / 当前同步目标:`2026-04-12 · v7.7.0` ## Preferred Entry Files / 优先入口文件 | File | Verified Role | | --- | --- | | `llms.txt` | canonical AI / LLM entry / 主 AI / LLM 入口 | | `AI.txt` | compatibility alias / AI 兼容入口 | | `llm.txt` | compatibility alias / LLM 兼容入口 | | `docs/wiki/AI.md` | repository path map / 仓库路径导航 | | `README.md` | Chinese overview / 中文总览 | | `README_EN.md` | English overview / 英文总览 | | `CHANGELOG.md` | release history / 版本记录 | | `docs/wiki/README.md` | wiki index / Wiki 索引 | | `docs/wiki/ARCHITECTURE.md` | architecture / 架构说明 | | `docs/wiki/QA.md` | QA checklist / QA 清单 | | `docs/wiki/RELEASE_WORKFLOW.md` | release workflow / 发布流程 | | `docs/PLUGIN_DEVELOPMENT.md` | JSON plugin guide / JSON 插件指南 | | `docs/NATIVE_PLUGIN_DEVELOPMENT.md` | native plugin guide / 原生插件指南 | | `plugins/samples/` | sample plugins / 示例插件 | | `plugins/community/README.md` | community plugin index / 社区插件索引 | | `STRUCTURE_GUIDELINES.adoc` | structure rules / 结构约束 | ## Task Routing / 任务路由 | Task | First File | | --- | --- | | project overview / 项目总览 | `README.md` or `README_EN.md` | | latest changes / 最新变更 | `CHANGELOG.md` | | architecture / 架构 | `docs/wiki/ARCHITECTURE.md` | | QA or regression / QA 与回归 | `docs/wiki/QA.md` | | release workflow / 发布流程 | `docs/wiki/RELEASE_WORKFLOW.md` | | AI repository map / AI 仓库导航 | `docs/wiki/AI.md` | | compatibility AI entry / 兼容 AI 入口 | `AI.txt` | | compatibility LLM entry / 兼容 LLM 入口 | `llm.txt` | | JSON plugins / JSON 插件 | `docs/PLUGIN_DEVELOPMENT.md` | | native plugins / 原生插件 | `docs/NATIVE_PLUGIN_DEVELOPMENT.md` | ## Source Priority / 事实优先级 When sources disagree, use this order. 多个来源冲突时,按以下顺序处理。 1. Source code and build files 1. 源码与构建文件 2. `CHANGELOG.md` 2. `CHANGELOG.md` 3. `llms.txt` and `docs/wiki/AI.md` 3. `llms.txt` 与 `docs/wiki/AI.md` 4. `AI.txt` and `llm.txt` 4. `AI.txt` 与 `llm.txt` 5. `README.md` and `README_EN.md` 5. `README.md` 与 `README_EN.md` 6. Files under `docs/plans/` 6. `docs/plans/` 下的文件 ## Freshness Notes / 时效注记 - `app/build.gradle.kts` currently declares `versionName = "7.7.0"` and `versionCode = 146`. - `app/build.gradle.kts` 当前声明 `versionName = "7.7.0"`、`versionCode = 146`。 - `CHANGELOG.md` latest release entry is `v7.7.0 (2026-04-12)`. - `CHANGELOG.md` 最新发布段落为 `v7.7.0 (2026-04-12)`。 - `README.md` and `README_EN.md` header text now point to `2026-04-12 / v7.7.0`. - `README.md` 与 `README_EN.md` 页头现已对齐为 `2026-04-12 / v7.7.0`。 - `docs/wiki/README.md` and `docs/wiki/AI.md` have been refreshed for the current repository structure on `2026-04-06`. - `docs/wiki/README.md` 与 `docs/wiki/AI.md` 已于 `2026-04-06` 按当前仓库结构刷新。 - These files are maintained periodically, but fast-moving main-branch work can still outpace them. - 这些文件会定期维护,但主线快速迭代时仍可能出现文档滞后。 ## Verification Rules / 核验规则 - For current behavior, verify with code and `CHANGELOG.md`. - 当前行为以代码和 `CHANGELOG.md` 共同核验。 - Treat `llms.txt` as the canonical AI / LLM entry; use `AI.txt` and `llm.txt` as compatibility aliases. - 将 `llms.txt` 视为主 AI / LLM 入口,`AI.txt` 与 `llm.txt` 作为兼容别名。 - `docs/plans/*.md` require code confirmation before use as evidence. - `docs/plans/*.md` 用作证据前必须经过代码确认。 - If a listed path no longer exists, use the current repository tree. - 如果列出的路径已不存在,以当前仓库文件树为准。 ## Non-Goals / 非目标 - Not a feature summary / 不是功能总结 - Not a release guarantee / 不是发布保证 - Not an API reference / 不是 API 手册 - Not a replacement for source inspection / 不替代源码核查