llman
Copyright (c) 2025 L8ng
本项目依据 MIT 协议开源(见根目录 LICENSE)。
================================================================================
第三方致谢
部分 SDD 可选增强能力(逐问深挖、测试边界前置、紧反馈诊断、双轴审查、
架构审查、决策地图、后台文献调研)的设计思路借鉴自 mattpocock/skills:
https://github.com/mattpocock/skills
作者:Matt Pocock
上述能力已在 llman 中按本项目架构(单 SSOT = 单轨 feature-as-spec
(`llmanspec/specs/<capability>.feature`)、Git-native BDD 流程)
重新实现,非源代码的直接复制。原项目以 MIT 协议开源,其版权与许可声明如下:
MIT License
Copyright (c) 2026 Matt Pocock
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.
================================================================================
crates/gherkin-zh 为 cucumber-rs/gherkin 0.16 的分支(补丁:zh-CN 规则 关键字),
整体搬入 llman 仓库以便作为独立 registry crate 发布(cargo 发布清单会剥掉
git 依赖源)。上游许可为 MIT OR Apache-2.0,许可文本随 crate 分发
(crates/gherkin-zh/LICENSE-MIT、LICENSE-APACHE):
https://github.com/cucumber-rs/gherkin
作者:Brendan Molloy;分支维护:StrayDragon
(https://github.com/StrayDragon/gherkin)