@jxtools/atlas 3.1.1 → 3.1.3

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,12 @@ 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
+ ## [3.1.3] - 2026-02-14
9
+
10
+ ### Fixed
11
+ - **CI pipeline stabilized**: Trusted Publishing requires `repository.url` and `--provenance`; both restored
12
+ - **README Update section**: Show `atlas update` instead of raw npm command
13
+
8
14
  ## [3.1.1] - 2026-02-14
9
15
 
10
16
  ### Fixed
package/README.md CHANGED
@@ -31,7 +31,7 @@ npm install -g @jxtools/atlas
31
31
  ## Update
32
32
 
33
33
  ```bash
34
- npm update -g @jxtools/atlas
34
+ atlas update
35
35
  ```
36
36
 
37
37
  ### Requirements
package/atlas.sh CHANGED
@@ -14,7 +14,7 @@ PROJECT_NAME="$(basename "$PROJECT_DIR")"
14
14
  NOTIFY_TELEGRAM="${ATLAS_NOTIFY_TELEGRAM:-true}"
15
15
 
16
16
  # Atlas version
17
- ATLAS_VERSION="3.1.1"
17
+ ATLAS_VERSION="3.1.3"
18
18
 
19
19
  # AI Provider configuration (claudecode | opencode | codex)
20
20
  # Priority: --cli flag > ATLAS_CLI env var > default (claudecode)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jxtools/atlas",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "description": "Autonomous Task Loop Agent System - automates task processing using AI coding agents",
5
5
  "bin": {
6
6
  "atlas": "atlas.sh"