chore: fix license copyright, add root LICENSE, correct workflow count
- Add copyright holder to MIT license (Clement Saillant / L'Electron Rare) - Create root LICENSE file for GitHub auto-detection - Fix README workflow count: 18 → 20 (added ci_cd_audit + pages_publish) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026 Clement Saillant / L'Electron Rare
|
||||
|
||||
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.
|
||||
@@ -128,10 +128,10 @@ flowchart TD
|
||||
Issue[Issue label ai:*] --> PR[Pull Request]
|
||||
PR --> Gate[Tests + compliance gate]
|
||||
Gate --> Evidence[Evidence Pack]
|
||||
Evidence --> CI[22 CI/CD workflows]
|
||||
Evidence --> CI[20 CI/CD workflows]
|
||||
CI --> Deploy[Multi-target deployment]
|
||||
PR --> Agents[6 Agents PM Arch FW QA Doc HW]
|
||||
Agents --> Specs[specs/ - 21 specs]
|
||||
Agents --> Specs[specs/ — 16 specs]
|
||||
Agents --> Firmware[firmware/ PlatformIO]
|
||||
Agents --> Hardware[hardware/ KiCad]
|
||||
Agents --> Docs[docs/]
|
||||
@@ -193,7 +193,7 @@ Kill_LIFE/
|
||||
├── .github/
|
||||
│ ├── agents/ # 6 GitHub agent definitions
|
||||
│ ├── prompts/ # 37 prompts (plan_wizard_*, start_*, Eureka_*)
|
||||
│ └── workflows/ # 22 CI/CD workflows
|
||||
│ └── workflows/ # 20 CI/CD workflows
|
||||
├── KIKIFOU/ # Diagnostics, diagram, mapping, recommendations
|
||||
├── mcp.json # 7 configured MCP servers
|
||||
└── mkdocs.yml # Docs site
|
||||
@@ -576,7 +576,7 @@ Detailed articulation: [`docs/MASCARADE_BRIDGE.md`](docs/MASCARADE_BRIDGE.md)
|
||||
|
||||
## ⚙️ CI & Release
|
||||
|
||||
**22 GitHub Actions workflows** cover the full cycle:
|
||||
**20 GitHub Actions workflows** cover the full cycle:
|
||||
|
||||
| Category | Workflows |
|
||||
|---|---|
|
||||
@@ -585,8 +585,8 @@ Detailed articulation: [`docs/MASCARADE_BRIDGE.md`](docs/MASCARADE_BRIDGE.md)
|
||||
| **Quality** | `badges.yml`, `evidence_pack.yml`, `repo_state.yml`, `repo_state_header_gate.yml` |
|
||||
| **Security** | `secret_scan.yml`, `sbom_validation.yml`, `supply_chain.yml`, `incident_response.yml` |
|
||||
| **Advanced tests** | `api_contract.yml`, `model_validation.yml`, `performance_hil.yml` |
|
||||
| **Infra** | `dependency_update.yml`, `community_accessibility.yml` |
|
||||
| **Pages** | `jekyll-gh-pages.yml`, `static.yml` (secondary docs/evidence surfaces) |
|
||||
| **Infra** | `dependency_update.yml`, `community_accessibility.yml`, `ci_cd_audit.yml` |
|
||||
| **Pages** | `jekyll-gh-pages.yml`, `static.yml`, `pages_publish.yml` (secondary docs/evidence surfaces) |
|
||||
| **Orchestration** | `zeroclaw_dual_orchestrator.yml` |
|
||||
|
||||
---
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026
|
||||
Copyright (c) 2026 Clement Saillant / L'Electron Rare
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the “Software”), to deal
|
||||
|
||||
Reference in New Issue
Block a user