From 3bfb4b6446f3af9234c70df9c59eedcc17a85ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Fri, 27 Mar 2026 06:27:41 +0100 Subject: [PATCH] chore: fix license copyright, add root LICENSE, correct workflow count MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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) --- LICENSE | 21 +++++++++++++++++++++ README.md | 12 ++++++------ licenses/MIT.txt | 2 +- 3 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e855342 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index 7ca95f6..1b4042f 100644 --- a/README.md +++ b/README.md @@ -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` | --- diff --git a/licenses/MIT.txt b/licenses/MIT.txt index 44d51bd..ead5d12 100644 --- a/licenses/MIT.txt +++ b/licenses/MIT.txt @@ -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