Add project documentation and repository structure

This commit is contained in:
git
2026-07-21 16:16:22 +10:00
parent da12e5c60e
commit 2802d780f3
7 changed files with 251 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
# Hudra Development Decisions
## Decision 001 — HTML is the source of truth
Hudra presents the existing lesson rather than requiring teachers to maintain
a separate presentation.
## Decision 002 — No proprietary lesson format
Teachers should continue authoring normal HTML in QLearn, Canvas or another
web-based platform.
## Decision 003 — Simplicity over automation
Hudra should avoid complicated content heuristics unless they are reliable and
provide a clear classroom benefit.
## Decision 004 — Stable features are added incrementally
Media-specific improvements should be developed and tested one at a time.
## Decision 005 — Hudra 0.9.1 is the stable baseline
Hudra 0.9.1 is the known-good version and is tagged in Git as v0.9.1.
## Decision 006 — Public and internal versions may differ
The visible product branding may show a major/minor version such as Hudra 0.9.
The browser extension manifest may use a patch version such as 0.9.1 for
maintenance and debugging.