Skip to content

Commit 61986bc

Browse files
pwt-cdclaude
andcommitted
CLEANUP: Remove duplicate changelog and fix references
- Remove duplicate CHANGELOG.md from specifications subdirectory - Update README.md to reference correct root-level changelog - Maintain single source of truth at /CHANGELOG.md as intended - Fixes confusion between multiple changelog files - Landing page Recent Changes section continues to work correctly 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 139d1ec commit 61986bc

File tree

3 files changed

+20
-190
lines changed

3 files changed

+20
-190
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ W3C Community Group page: [BOOST-01](https://www.w3.org/community/boost-01/)
4040

4141
### **Development Resources**
4242
- **[📈 Build and Consistency Reports](https://github.com/carbondirect/BOOST/tree/main/drafts/current/specifications/build)** - Automated validation and generation statistics
43-
- **[📝 Complete Version History](https://github.com/carbondirect/BOOST/blob/main/drafts/current/specifications/CHANGELOG.md)** - Detailed change documentation
43+
- **[📝 Complete Version History](https://github.com/carbondirect/BOOST/blob/main/CHANGELOG.md)** - Detailed change documentation
4444
- **[✅ Enhancement Planning](https://github.com/carbondirect/BOOST/issues?q=label%3Aplan)** - GitHub Issues-based project planning with stakeholder collaboration
4545

4646
## 🚀 Recent Changes & Improvements

drafts/current/specifications/CHANGELOG.md

Lines changed: 0 additions & 189 deletions
This file was deleted.

drafts/current/specifications/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
# BOOST Documentation Build System
22

3+
**Current Version:** v3.2.3-2-gb3aedc3 | **Last Updated:** 2025-08-22
4+
35
This directory contains the BOOST W3C Community Group specification documentation build system with comprehensive PDF and HTML generation from a **Single Source of Truth** architecture.
46

7+
## **Documentation Outputs** {#documentation-outputs}
8+
9+
### **📖 Primary Documentation**
10+
- **[📄 BOOST Specification PDF](build/boost-spec.pdf)** - Complete 88+ page specification with all 35 entities
11+
- **[🌐 HTML Specification](boost-spec.html)** - W3C-compliant interactive documentation
12+
- **[📊 Interactive ERD Navigator](erd-navigator/index.html)** - Explore entity relationships visually
13+
- **[🗂️ Schema Directory](../schema/)** - 35 JSON validation schemas (single source of truth)
14+
15+
### **📋 Reports & Analysis**
16+
- **[📈 Build Reports](build/)** - Generation statistics, consistency analysis, and build logs
17+
- **[📝 CHANGELOG](CHANGELOG.md)** - Complete version history and recent improvements
18+
- **[🔍 Consistency Reports](build/consistency-report.json)** - Cross-format validation results
19+
20+
### **🛠️ Development Resources**
21+
- **[⚙️ Build System Documentation](UNIFIED_BUILD_SYSTEM.md)** - Advanced build configuration
22+
- **[✅ Enhancement Plans](../planning_documents/README.md)** - GitHub Issues-based project planning
23+
524
## Quick Start
625

726
```bash

0 commit comments

Comments
 (0)