make soul identity configurable via env, remove hardcoded references
This commit is contained in:
Vendored
-1733
File diff suppressed because one or more lines are too long
Vendored
+119
-1640
File diff suppressed because one or more lines are too long
@@ -5,5 +5,12 @@ package "neuron" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build {
|
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"
|
entry "soul.el"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user