@defai.digital/automatosx 5.3.7 → 5.4.2

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
@@ -1,9 +1,47 @@
1
1
  # Changelog
2
2
 
3
- All notable changes to AutomatosX will be documented in this file.
3
+ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+ ## [5.4.2](https://github.com/defai-digital/automatosx/compare/v5.4.1...v5.4.2) (2025-10-15)
6
+
7
+
8
+ ### Testing
9
+
10
+ * **release:** test automated release workflow and npm publishing process
11
+
12
+
13
+ ## [5.4.1](https://github.com/defai-digital/automatosx/compare/v5.4.0...v5.4.1) (2025-10-15)
14
+
15
+
16
+ ### Improvements
17
+
18
+ * **ci:** add tags-ignore to CI workflow to prevent conflict with release workflow
19
+ * **docs:** complete P0 implementation documentation and verification
20
+
21
+
22
+ ### Documentation
23
+
24
+ * Complete P0-1 (GitHub Actions automated release) implementation summary
25
+ * Complete P0-2 (npm provenance) verification summary
26
+ * Complete P0-3 (package optimization) implementation summary
27
+ * Add comprehensive P0 overall completion report
28
+
29
+ ## [5.4.0](https://github.com/defai-digital/automatosx/compare/v5.3.7...v5.4.0) (2025-10-15)
30
+
31
+
32
+ ### Features
33
+
34
+ * implement P0 improvements - automated release, provenance, and package optimization ([442ac50](https://github.com/defai-digital/automatosx/commit/442ac5044b5cc653ee0d7039efe0e32207d6a6c1))
35
+ * **release:** enhance pre-release workflow with beta/rc detection ([699b149](https://github.com/defai-digital/automatosx/commit/699b1493fe3c62e4b30c2e6e7a7290c0a052e3a7))
36
+ * **release:** implement P1 release process enhancements ([835d4e0](https://github.com/defai-digital/automatosx/commit/835d4e0880177919162d97563b7b6ed98e19f72a))
37
+ * **release:** setup conventional commits with automated changelog generation ([848f24c](https://github.com/defai-digital/automatosx/commit/848f24c4434f2853993ec99681da11fa50c0b858))
38
+ * **test:** add smoke tests for package verification ([5a8e5b4](https://github.com/defai-digital/automatosx/commit/5a8e5b462797beb553f4fd799441e2ea50350770))
39
+ * **test:** add smoke tests for package verification ([bceee8d](https://github.com/defai-digital/automatosx/commit/bceee8d24c078b79729fd13283246ea68d9f58ae))
40
+
41
+
42
+ ### Code Refactoring
43
+
44
+ * **version:** simplify version management using package.json as single source of truth ([0d334ae](https://github.com/defai-digital/automatosx/commit/0d334ae4e0953ea44ed7704d383e47e0b56cb74c))
7
45
 
8
46
  ## [5.3.7] - 2025-10-15
9
47
 
@@ -637,7 +675,7 @@ None (infrastructure-only release)
637
675
  #### Added
638
676
 
639
677
  - **Version Synchronization Tool** (`tools/sync-all-versions.js`):
640
- - Comprehensive version sync across all project files (package.json, version.json, README.md, CLAUDE.md)
678
+ - Comprehensive version sync across all project files (package.json, README.md, CLAUDE.md)
641
679
  - Automatic month/year formatting (e.g., "October 2025")
642
680
  - CHANGELOG.md verification with warnings if entry missing
643
681
  - Colorful console output with clear next-step guidance
@@ -743,7 +781,7 @@ None (infrastructure-only release)
743
781
  #### Added
744
782
 
745
783
  - **Version Synchronization Tool** (`tools/sync-all-versions.js`):
746
- - Comprehensive version sync across all project files (package.json, version.json, README.md, CLAUDE.md)
784
+ - Comprehensive version sync across all project files (package.json, README.md, CLAUDE.md)
747
785
  - Automatic month/year formatting (e.g., "October 2025")
748
786
  - CHANGELOG.md verification with warnings if entry missing
749
787
  - Colorful console output with clear next-step guidance
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
  [![Windows](https://img.shields.io/badge/Windows-10+-blue.svg)](https://www.microsoft.com/windows)
13
13
  [![Ubuntu](https://img.shields.io/badge/Ubuntu-24.04-orange.svg)](https://ubuntu.com)
14
14
 
15
- **Status**: ✅ Production Ready · v5.3.5 · October 2025
15
+ **Status**: ✅ Production Ready · v5.4.2 · October 2025
16
16
 
17
17
  Looking for answers? See the [FAQ](FAQ.md).
18
18
 
@@ -803,6 +803,22 @@ Memory Cost: $0 (no API calls)
803
803
 
804
804
  ---
805
805
 
806
+ ## 🔒 Security
807
+
808
+ AutomatosX packages are published with [npm provenance](https://docs.npmjs.com/generating-provenance-statements), providing supply chain security and verifying package authenticity.
809
+
810
+ You can verify the provenance of any version:
811
+
812
+ ```bash
813
+ npm view @defai.digital/automatosx@latest --json | jq .dist
814
+ ```
815
+
816
+ Look for the `attestations` field which confirms the package was built in GitHub Actions.
817
+
818
+ For more information, see our [Security Policy](SECURITY.md).
819
+
820
+ ---
821
+
806
822
  ## 🚧 Coming Soon
807
823
 
808
824
  - Enhanced Claude Code integration