Skip to content

Commit a0b94ae

Browse files
authored
Merge pull request #69 from ethosengine/dev
Dev
2 parents 40d10b9 + b0cf1b4 commit a0b94ae

64 files changed

Lines changed: 32561 additions & 116 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,26 @@ This manifesto proposes technology that actively defends against corruption whil
4343
## Repository Structure
4444

4545
```
46-
elohim-app/ # Angular application
47-
├── src/app/components/
48-
│ ├── hero/ # Protocol introduction
49-
│ ├── crisis/ # Analysis of current failures
50-
│ ├── elohim-host/ # Autonomous AI guardians
51-
│ ├── vision/ # Future possibilities
46+
elohim-app/ # Angular application (Main Platform)
47+
├── src/app/components/ # Feature components
48+
│ ├── hero/ # Protocol introduction
49+
│ ├── crisis/ # Analysis of current failures
50+
│ ├── elohim-host/ # Autonomous AI guardians
51+
│ ├── vision/ # Future possibilities
5252
│ ├── design-principles/ # Technical implementation
5353
│ ├── learning-success/ # Proven models
5454
│ ├── path-forward/ # Implementation steps
5555
│ ├── call-to-action/ # The choice ahead
56-
│ └── footer/ # Closing message
57-
├── src/styles.css # Global design system
58-
└── devfile.yaml # Development environment config
56+
│ └── footer/ # Closing message
57+
├── src/styles.css # Global design system
58+
└── devfile.yaml # Development environment config
59+
60+
elohim-library/ # Angular Workspace for Shared Libraries
61+
└── projects/
62+
└── lamad-ui/ # "Lamad" UI Pattern Library (Hexagon Grid, etc.)
63+
64+
elohim-ui-playground/ # Component Showcase & Pattern Library App
65+
└── src/app/ # Demos for shared library components
5966
```
6067

6168
## Development

devfile.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ components:
3737
env:
3838
- name: CLAUDE_CONFIG_DIR
3939
value: /projects/.claude-config
40+
- name: XDG_CONFIG_HOME
41+
value: /projects/.config
4042
- name: NPM_CONFIG_CACHE
4143
value: /tmp/npm-cache
4244
- name: CYPRESS_CACHE_FOLDER
@@ -52,6 +54,10 @@ components:
5254
targetPort: 4200
5355
exposure: public
5456
protocol: http
57+
- name: angular-playground
58+
targetPort: 4201
59+
exposure: public
60+
protocol: http
5561
commands:
5662
- id: setup-npm-env
5763
exec:

0 commit comments

Comments
 (0)