docs(.profile): initial organization profile

Adds the README.md that serves as the Einherjar framework's landing page
on the Gitea organization.

Covers the framework name and mythology, the 14-module inventory with
dependency relationships, the ASCII dependency graph, the contracts
governance law, and the "for those who come after" philosophy section.
This commit is contained in:
2026-05-27 17:28:33 -06:00
commit 6dc6217313
2 changed files with 135 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# ── Release workflow helpers ──────────────────────────────────────────────────
COMMIT.md
PR.md
# ── OS artifacts ─────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ── Editor artifacts ──────────────────────────────────────────────────────────
.idea/
.vscode/
*.swp
*.swo
*~