make soul identity configurable via env, remove hardcoded references

This commit is contained in:
Will Anderson
2026-05-02 23:00:35 -05:00
parent 760684f194
commit 601e0febf5
4 changed files with 160 additions and 6254 deletions
-1733
View File
File diff suppressed because one or more lines are too long
Vendored
+119 -1640
View File
File diff suppressed because one or more lines are too long
+7
View File
@@ -5,5 +5,12 @@ package "neuron" {
}
build {
// Layer composition order (elc resolves via import chain in soul.el):
// base ../foundation/nlg NLG engine: 31-language morphology,
// grammar, realizer, semantics
// soul soul.el the soul injected on top of NLG
//
// To add more layers: import them in soul.el before the soul's own
// code, and document them here.
entry "soul.el"
}
+34 -2881
View File
File diff suppressed because it is too large Load Diff