Docs: add retro docs website, security policy, and automated hall-of-fame workflows

This commit is contained in:
w4nn4d13
2026-04-06 23:42:40 +05:30
parent ac6fb95648
commit c875852ec8
12 changed files with 524 additions and 0 deletions
+13
View File
@@ -39,6 +39,14 @@ ExecuTrace is a Python library and CLI tool that captures developer workflows an
- Document complex workflows reliably
- Ensure consistent deployments
## Documentation Website
The full open source docs website (retro 70s style) lives in `website/` and can be deployed with GitHub Pages.
- Source: `website/index.html`
- Hall of Fame data: `website/data/contributors.json`
- Security Hall of Fame data: `website/data/security_hof.json`
---
## Installation
@@ -79,3 +87,8 @@ exectrace replay my-workflow --explain
MIT License - See [LICENSE](LICENSE) for details.
## Security
- Policy: [SECURITY.md](SECURITY.md)
- Advisory process: [SECURITY_ADVISORY.md](SECURITY_ADVISORY.md)