Initial commit: VoIdeaAI - voice-first AI idea assistant

This commit is contained in:
2026-05-13 12:51:42 +03:00
commit 688d043dad
421 changed files with 47915 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Project Glossary - VoIdea
**Date:** 2026-05-10
---
## Terms
| Term | Definition |
|------|------------|
| VoIdea | Application for capturing and developing ideas with AI |
| Idea | Main entity - recorded user thought |
| Agent (AI) | AI agent for idea analysis (11 roles) |
| System Agent | Automatic agent for project support (11 agents) |
| Backlog | Deferred tasks/ideas system |
| Rollout | Gradual deployment (3-1-5-15-100%) |
| Design Tokens | Unified style source (tokens.json) |
| TDC | Template-Driven Configuration |
| Agent Version | SemVer (A.B.C) assigned to each system agent independently |
| Agent Checksum | SHA256 hash of agent's `__file__`, used to detect changes |
| Agent Changelog | Change history in `CHANGELOG/agents/<name>.md` |
---
*Updated: 2026-05-10*