@wistantkode/dotfiles 1.7.0 → 1.7.1

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 (2) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [1.7.0] - 2026-04-05 - [High-Fidelity Orchestration & Logic Refinement]
5
+ ## [1.7.1] - 2026-04-05 - [High-Fidelity Restoration]
6
6
 
7
7
  ### Added
8
8
 
@@ -11,6 +11,15 @@ All notable changes to this project will be documented in this file.
11
11
  - **Enhanced Orchestration**: Two-stage directory confirmation and state-aware audit feedback.
12
12
  - **Protocol Governance**: Logic refinement for `.protocols/` folder selection with architectural recommendations.
13
13
 
14
+ ## [1.7.0] - 2026-04-05 - [Interactive Orchestration & Anonymization]
15
+
16
+ ### Added
17
+
18
+ - **Interactive CLI**: Full `node:readline` orchestration for deployment.
19
+ - **Directory Audit**: Preventive scan for existing files in target directory.
20
+ - **Protocol Placement**: Dynamic selection between `.protocols/` (recommended) and root.
21
+ - **Full Anonymization**: Removal of all personal identity and authorship markers.
22
+
14
23
  ## [1.6.0] - 2026-04-05 - [Vellum & Void Integrity]
15
24
 
16
25
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistantkode/dotfiles",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "High-End Linux Infrastructure & AI-Driven Orchestration Protocols",
5
5
  "main": "index.js",
6
6
  "type": "module",