Initial commit: Epimetheus structure from Harmony template
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Thu, 8 Jan 2026 13:56:20 +0000 (13:56 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Thu, 8 Jan 2026 13:56:20 +0000 (13:56 +0000)
commitdf52f7b9e24e22fed5f33daab03dd660c6396c3c
treeac060666ebe92d53ea4d2f5a8c24eb3d968ecb7b
Initial commit: Epimetheus structure from Harmony template
78 files changed:
.gitignore [new file with mode: 0644]
0pus_Epimetheus [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
developer/authored/Identity.py [new file with mode: 0644]
developer/authored/ObjectRegistry.py [new file with mode: 0644]
developer/authored/ProcessLocalId.py [new file with mode: 0644]
developer/authored/Property.py [new file with mode: 0644]
developer/authored/PropertyManager.py [new file with mode: 0644]
developer/authored/PropertyStore.py [new file with mode: 0644]
developer/authored/SemanticSets.py [new file with mode: 0644]
developer/authored/Syntax.py [new file with mode: 0644]
developer/authored/__init__.py [new file with mode: 0644]
developer/authored/hello.cli.c [new file with mode: 0644]
developer/authored/property_manager_example_1.py [new file with mode: 0755]
developer/document/.gitkeep [new file with mode: 0644]
developer/document/ontology.org [new file with mode: 0644]
developer/experiment/.gitkeep [new file with mode: 0644]
developer/made/.gitkeep [new file with mode: 0644]
developer/scratchpad/.gitignore [new file with mode: 0644]
developer/tool/.gitkeep [new file with mode: 0644]
developer/tool/env [new file with mode: 0644]
developer/tool/make [new file with mode: 0755]
developer/tool/makefile [new file with mode: 0644]
developer/tool/promote [new file with mode: 0755]
document/.gitkeep [new file with mode: 0644]
document/Harmony/00_Project_Structure.org [new file with mode: 0644]
document/Harmony/01_Workflow_and_Build_Contract.org [new file with mode: 0644]
document/Harmony/02_RT_Code_Format.org [new file with mode: 0644]
document/Harmony/03_Naming_and_Directory_Conventions.org [new file with mode: 0644]
document/Harmony/04_Language_Addenda.org [new file with mode: 0644]
document/Harmony/style/rt_dark_doc.css [new file with mode: 0644]
env_developer [new file with mode: 0644]
env_tester [new file with mode: 0644]
env_toolsmith [new file with mode: 0644]
nohup.out [new file with mode: 0644]
release/authored/.gitkeep [new file with mode: 0644]
release/documnt/.gitkeep [new file with mode: 0644]
release/made_tracked/.gitkeep [new file with mode: 0644]
release/made_untracked/.gitignore [new file with mode: 0644]
release/tool/.gitkeep [new file with mode: 0644]
scratchpad/.gitignore [new file with mode: 0644]
shared/authored/deprecated/git-empty-dir/CLI.py [new file with mode: 0755]
shared/authored/deprecated/git-empty-dir/Harmony.py [new symlink]
shared/authored/deprecated/git-empty-dir/load_command_module.py [new symlink]
shared/authored/deprecated/git-empty-dir/meta.py [new file with mode: 0644]
shared/authored/deprecated/git-empty-dir/source_sync [new symlink]
shared/authored/deprecated/gitignore_treewalk.py [new file with mode: 0755]
shared/authored/deprecated/walk [new symlink]
shared/authored/deprecated/walk-dir-tree-w-gitignore/CLI.py [new file with mode: 0755]
shared/authored/deprecated/walk-dir-tree-w-gitignore/__init__.py [new file with mode: 0644]
shared/authored/deprecated/walk-dir-tree-w-gitignore/pattern.py [new file with mode: 0644]
shared/authored/deprecated/walk-dir-tree-w-gitignore/printer.py [new file with mode: 0644]
shared/authored/deprecated/walk-dir-tree-w-gitignore/ruleset.py [new file with mode: 0644]
shared/authored/deprecated/walk-dir-tree-w-gitignore/walker.py [new file with mode: 0644]
shared/authored/env [new file with mode: 0644]
shared/authored/sys [new file with mode: 0644]
shared/authored/version [new file with mode: 0644]
shared/authored_10.zip [new file with mode: 0644]
shared/document/.gitkeep [new file with mode: 0644]
shared/document/install_Python.org [new file with mode: 0644]
shared/document/install_generic.org [new file with mode: 0644]
shared/made/walk [new symlink]
shared/third_party/.gitignore [new file with mode: 0644]
shared/third_party/upstream/.gitignore [new file with mode: 0644]
temp.sh [new file with mode: 0644]
tester/.gitkeep [new file with mode: 0644]
tester/RT_Format/RT_Format [new file with mode: 0755]
tester/RT_Format/RT_Format.el [new file with mode: 0644]
tester/RT_Format/test_0_data.c [new file with mode: 0644]
tester/RT_Format/test_1_data.py [new file with mode: 0644]
tester/tool/env [new file with mode: 0644]
tool/Harmony_sync [new symlink]
tool/after_pull [new file with mode: 0755]
tool/env [new file with mode: 0644]
tool/git-tar [new file with mode: 0755]
tool/release [new file with mode: 0755]