phasegate 0.110.0 → 0.111.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/LICENSE +20 -215
  2. package/README.ja.md +224 -696
  3. package/README.md +2 -2
  4. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Phasegate
2
2
 
3
- [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
3
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
4
  [![Node.js >= 18](https://img.shields.io/badge/Node.js-%3E%3D18-brightgreen.svg)](https://nodejs.org/)
5
5
 
6
6
  **Phasegate -- AI-agnostic quality defense toolkit.**
@@ -399,7 +399,7 @@ Contributions are welcome. See [DEVELOPMENT.md](DEVELOPMENT.md) for internal arc
399
399
 
400
400
  ## License
401
401
 
402
- [Apache License 2.0](LICENSE)
402
+ [MIT License](LICENSE)
403
403
 
404
404
  ---
405
405
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "phasegate",
3
- "version": "0.110.0",
3
+ "version": "0.111.0",
4
4
  "packageManager": "pnpm@10.30.1",
5
5
  "description": "Phasegate — AI-agnostic quality defense toolkit. Enforces structural integrity between design intent and code.",
6
- "license": "Apache-2.0",
6
+ "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/junpei-9898/phasegate.git"