Releases: IbIFACE-Tech/paracle
Releases · IbIFACE-Tech/paracle
v1.0.2 - Documentation Structure Consolidation
Documentation Structure Consolidation
This release consolidates and standardizes the project documentation structure for better organization and maintainability.
Structure Changes
Consolidated Locations:
- All user-facing docs -> content/docs/
- All code examples -> content/examples/
- All project templates -> content/templates/
- Governance files remain in .parac/
Removed:
- Root-level docs/ directory
- Root-level examples/ directory
- Root-level templates/ directory
Files Moved
Moved to content/docs/:
- a2a-protocol-guide.md
- agent-commands-guide.md
- agent-groups-guide.md
- performance-benchmarking-guide.md
- remote-ssh-quickref.md
- sandbox-guide.md
- workflow-kanban-integration.md
Updated Documentation
- .parac/STRUCTURE.md - Reflects definitive structure
- .parac/GOVERNANCE.md - Updated file placement rules
- .github/copilot-instructions.md - Updated documentation paths
Benefits
- Cleaner project root - Less clutter at top level
- Consistent paths - All public content under content/
- Better discoverability - Logical grouping of resources
- Improved IDE integration - Clear instructions for AI assistants
Migration Notes
If you have bookmarks or references to old paths, update them:
- docs/.md -> content/docs/.md
- examples/.py -> content/examples/.py
- templates/* -> content/templates/*
No Functional Changes
This is purely a structural reorganization. The Paracle framework functionality remains unchanged from v1.0.1.
Full Changelog: v1.0.1...v1.0.2