Changelog

All notable changes to Vultisignal will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

👀

[0.1.3-dev] - 2025-07-28

Added

Changed

Deprecated

Fixed

[0.1.2-dev] - 2025-07-28

Added

Fixed

Improved

[0.1.1-dev] - 2025-07-26

Fixed

Improved

[0.1.0-dev] - 2025-07-25

Added

Core System

Enhanced Dashboard

Analytics Features

Technical Implementation

Technical Notes

File Structure

vultisignal/
├── vultisignal.py                       # Main CLI interface
├── collectors/github.py                 # GitHub data collector  
├── processors/summarizer.py            # Summary processor
├── scripts/enhanced_html_generator.py  # Enhanced dashboard generator
├── exports/github/YYYY-MM-DD.json      # Daily GitHub snapshots
└── docs/index.html                      # Enhanced HTML dashboard

This changelog reflects the current streamlined approach. Earlier experimental versions explored different architectures but are not included in this production-ready release.