create-byan-agent 1.1.1 → 1.1.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
@@ -5,6 +5,18 @@ 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.1.2] - 2026-02-03
9
+
10
+ ### Fixed
11
+ - **README Links**: Fixed broken links to documentation on npmjs.com
12
+ - Changed relative links to absolute GitHub URLs
13
+ - GUIDE-INSTALLATION-BYAN-SIMPLE.md → Full GitHub URL
14
+ - QUICKSTART.md → Full GitHub URL
15
+ - Links now work correctly on npmjs.com package page
16
+
17
+ ### Documentation
18
+ - README.md now displays correctly on npmjs.com with working links
19
+
8
20
  ## [1.1.1] - 2026-02-03
9
21
 
10
22
  ### Fixed
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ## 📚 Documentation
10
10
 
11
- ### 🆕 **[Installation Guide for Beginners](GUIDE-INSTALLATION-BYAN-SIMPLE.md)** ⭐ NEW!
11
+ ### 🆕 **[Installation Guide for Beginners](https://github.com/Yan-Acadenice/BYAN/blob/main/install/GUIDE-INSTALLATION-BYAN-SIMPLE.md)** ⭐ NEW!
12
12
  Complete step-by-step installation guide for Windows + Linux users:
13
13
  - ✅ GitHub Copilot CLI installation (detailed)
14
14
  - ✅ Claude Code installation (with MCP)
@@ -19,7 +19,7 @@ Complete step-by-step installation guide for Windows + Linux users:
19
19
 
20
20
  **Perfect for:** First-time users, Windows users, troubleshooting installation issues
21
21
 
22
- ### ⚡ **[Quickstart Guide - 5 Minutes](QUICKSTART.md)** 🚀 NEW!
22
+ ### ⚡ **[Quickstart Guide - 5 Minutes](https://github.com/Yan-Acadenice/BYAN/blob/main/install/QUICKSTART.md)** 🚀 NEW!
23
23
  Ultra-condensed installation for experienced developers:
24
24
  - ⚡ Zero explanations, only commands
25
25
  - ⚡ 5-minute install promise
@@ -8,7 +8,7 @@ const chalk = require('chalk');
8
8
  const ora = require('ora');
9
9
  const yaml = require('js-yaml');
10
10
 
11
- const BYAN_VERSION = '1.1.1';
11
+ const BYAN_VERSION = '1.1.2';
12
12
 
13
13
  // ASCII Art Banner
14
14
  const banner = `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-byan-agent",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "NPX installer for BYAN ecosystem - Agent creators (BYAN, BYAN-Test) with deployment (RACHID), integration (MARC), updates (PATNOTE), and optimization (CARMACK)",
5
5
  "bin": {
6
6
  "create-byan-agent": "bin/create-byan-agent.js"