create-project-arch 1.3.0 → 1.4.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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.4.0] - 2026-03-10
9
+
10
+ ### Added
11
+
12
+ - Feedback system integration in scaffolded projects (`.arch/feedback/` structure auto-created)
13
+ - Enhanced validation-hook scaffolds with feedback collection support
14
+ - Feedback system documentation in generated architecture governance section
15
+
16
+ ### Changed
17
+
18
+ - Updated templates to include latest `project-arch@1.4.0` features
19
+ - Template validation now includes feedback CLI command testing
20
+ - Improved scaffolding documentation to cover feedback workflow
21
+
8
22
  ## [1.3.0] - 2026-03-08
9
23
 
10
24
  ### Added
@@ -51,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
51
65
  - Template customization options
52
66
  - Force mode for non-empty directories
53
67
 
54
- [1.1.0]: https://github.com/project-arch/project-arch-system/compare/v1.0.0...v1.1.0
55
- [1.0.0]: https://github.com/project-arch/project-arch-system/releases/tag/v1.0.0
56
- [1.3.0]: https://github.com/project-arch/project-arch-system/compare/v1.1.0...v1.3.0
68
+ [1.4.0]: https://github.com/MissTitanK3/project-arch-system/compare/v1.3.0...v1.4.0
69
+ [1.3.0]: https://github.com/MissTitanK3/project-arch-system/compare/v1.1.0...v1.3.0
70
+ [1.1.0]: https://github.com/MissTitanK3/project-arch-system/compare/v1.0.0...v1.1.0
71
+ [1.0.0]: https://github.com/MissTitanK3/project-arch-system/releases/tag/v1.0.0
package/README.md CHANGED
@@ -656,9 +656,9 @@ MIT License - see [LICENSE](LICENSE) for details.
656
656
 
657
657
  ## Support
658
658
 
659
- - 📖 [Documentation](https://github.com/project-arch/project-arch-system#readme)
660
- - 🐛 [Issue Tracker](https://github.com/project-arch/project-arch-system/issues)
661
- - 💬 [Discussions](https://github.com/project-arch/project-arch-system/discussions)
659
+ - 📖 [Documentation](https://github.com/MissTitanK3/project-arch-system#readme)
660
+ - 🐛 [Issue Tracker](https://github.com/MissTitanK3/project-arch-system/issues)
661
+ - 💬 [Discussions](https://github.com/MissTitanK3/project-arch-system/discussions)
662
662
 
663
663
  ## Acknowledgments
664
664
 
@@ -666,7 +666,7 @@ Built with:
666
666
 
667
667
  - [Commander.js](https://github.com/tj/commander.js) - CLI framework
668
668
  - [fs-extra](https://github.com/jprichardson/node-fs-extra) - File system utilities
669
- - [project-arch](https://github.com/project-arch/project-arch-system) - Architecture management
669
+ - [project-arch](https://github.com/MissTitanK3/project-arch-system) - Architecture management
670
670
 
671
671
  ---
672
672
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-project-arch",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Scaffold new projects with Project Arch templates including Next.js apps and component libraries",
5
5
  "keywords": [
6
6
  "create",
@@ -12,13 +12,13 @@
12
12
  "turborepo",
13
13
  "monorepo"
14
14
  ],
15
- "homepage": "https://github.com/project-arch/project-arch-system#readme",
15
+ "homepage": "https://github.com/MissTitanK3/project-arch-system#readme",
16
16
  "bugs": {
17
- "url": "https://github.com/project-arch/project-arch-system/issues"
17
+ "url": "https://github.com/MissTitanK3/project-arch-system/issues"
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "git+https://github.com/project-arch/project-arch-system.git",
21
+ "url": "git+https://github.com/MissTitanK3/project-arch-system.git",
22
22
  "directory": "packages/create-project-arch"
23
23
  },
24
24
  "license": "MIT",