diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..80f8db7 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Aurora Admin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index d5e860f..7c28efa 100644 --- a/README.md +++ b/README.md @@ -60,4 +60,14 @@ node tools/run-regression.mjs # headless 回归(需 npm i playwright) ## 版本 -见 [CHANGELOG.md](./CHANGELOG.md)。当前 v1.2.0。 +见 [CHANGELOG.md](./CHANGELOG.md)。当前 v1.4.1。 + +## 路线图 + +后续规划(可交付性、可信度、完整度、生态四阶段,含逐任务验收标准)见 [ROADMAP.md](./ROADMAP.md)。 + +## 许可证 + +[MIT](./LICENSE) © 2026 Aurora Admin + +可自由用于商业项目、修改、再分发,仅需保留版权声明。如需变更许可证(例如 Apache-2.0 或 MPL-2.0),请参考 [ROADMAP.md](./ROADMAP.md) 的 S1-P1 任务包。 diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..b719901 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,825 @@ +# Aurora Admin · 长期路线图与任务包 + +> **文档性质**:交给执行模型的工程规划。每个任务包自带验收命令与失败判据,拿到即可开工,不需要再问。 +> **基线版本**:v1.4.1(2026-09-11) +> **规划人**:海鸥(规划师角色) +> **更新约定**:任务完成时在本文件对应任务包下追加 `✅ 完成于 `,不要删原计划。 + +--- + +## 〇 · 交接约定(执行模型必读) + +1. **零依赖约束不可破**:不引入 npm 运行时依赖。构建/测试脚本用 Node 内置能力或 PowerShell。 +2. **`build-site.ps1` 必须 ASCII-only**:PS5.1 按 ANSI 读无 BOM 文件,脚本里出现非 ASCII 字面量会被损坏。中文文案放 UTF-8 模板。 +3. **改结构要改模板**:`tests/.html` 是生成物,改它没用 —— 改 `tests/_template.html` 后重跑 `run-tests.ps1`。 +4. **改样式要改内嵌层**:演示页的**内嵌 `