docs: complete Perceptron 1958 standardization and add tito dev CLI docs

- Update remaining 1957→1958 references across all documentation
- Add tito dev commands (preflight, export, validate) to CLI reference
- Update CLI validation script to recognize new dev subcommands
- Fix milestone year references in tests and workflow code
- Update timeline visualization JavaScript

This completes the Perceptron year standardization to align with
the publication year and academic citation format (rosenblatt1958perceptron).

Cherry-picked from: ebf3fb17b (feature/tito-dev-validate)
This commit is contained in:
Vijay Janapa Reddi
2026-01-17 12:18:23 -05:00
parent dbad2637e3
commit 871d1f473a
17 changed files with 30 additions and 27 deletions

View File

@@ -36,7 +36,7 @@ VALID_COMMANDS: Dict[str, List[str]] = {
"logo": [], # No subcommands
"system": ["info", "health", "jupyter", "update", "logo"],
"module": ["start", "view", "resume", "complete", "test", "reset", "status", "list"],
"dev": ["preflight"],
"dev": ["preflight", "export", "validate"],
"src": ["export", "test"],
"package": ["reset", "nbdev"],
"nbgrader": ["init", "generate", "release", "collect", "autograde", "feedback", "status", "analytics", "report"],