You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+84Lines changed: 84 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,90 @@ All notable changes to WRAITH Protocol will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.1.1] - 2025-12-06 - Maintenance Release
9
+
10
+
**WRAITH Protocol v1.1.1 - Maintenance Release**
11
+
12
+
This release focuses on repository organization, Phase 12 planning documentation, and technical debt analysis. No functional changes to the protocol implementation.
13
+
14
+
### Repository Organization
15
+
16
+
**Documentation Reorganization:**
17
+
- Moved `GEMINI.md` to `docs/archive/GEMINI.md` (outdated documentation from early project phases)
18
+
- Moved `RELEASE_NOTES_v1.1.0.md` to `docs/engineering/RELEASE_NOTES_v1.1.0.md` (release documentation)
19
+
- Created `docs/archive/` directory for archived/outdated documentation
20
+
- Enhanced `CLAUDE.md` with comprehensive docs/ directory structure documentation
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
6
6
7
7
WRAITH (Wire-speed Resilient Authenticated Invisible Transfer Handler) is a decentralized secure file transfer protocol. This repository contains the Rust implementation along with design specifications.
WRAITH Protocol has completed comprehensive security validation and quality assurance for production deployments. The protocol is enterprise-ready with comprehensive security audit, multi-layer DoS protection, health monitoring, circuit breakers, resume robustness, multi-peer optimization, and complete documentation.
23
23
@@ -859,4 +859,4 @@ WRAITH Protocol builds on the work of many excellent projects and technologies:
0 commit comments