Skip to content

Commit 1a9a1eb

Browse files
authored
Update PolicyEngine branding (#17)
1 parent fc25702 commit 1a9a1eb

31 files changed

Lines changed: 304 additions & 304 deletions

.github/workflows/site-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check out core microplex
2626
uses: actions/checkout@v4
2727
with:
28-
repository: CosilicoAI/microplex
28+
repository: PolicyEngine/microplex
2929
ref: main
3030
path: microplex
3131

AGENTS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,20 @@ When reviewing recent changes here, check:
6666

6767
For a quick review, read:
6868

69-
1. [`/Users/maxghenis/CosilicoAI/microplex-us/AGENTS.md`](/Users/maxghenis/CosilicoAI/microplex-us/AGENTS.md)
70-
2. [`/Users/maxghenis/CosilicoAI/microplex-us/_WORKSPACE.md`](/Users/maxghenis/CosilicoAI/microplex-us/_WORKSPACE.md)
71-
3. [`/Users/maxghenis/CosilicoAI/microplex-us/_BUILD_LOG.md`](/Users/maxghenis/CosilicoAI/microplex-us/_BUILD_LOG.md)
69+
1. [`/Users/maxghenis/PolicyEngine/microplex-us/AGENTS.md`](/Users/maxghenis/PolicyEngine/microplex-us/AGENTS.md)
70+
2. [`/Users/maxghenis/PolicyEngine/microplex-us/_WORKSPACE.md`](/Users/maxghenis/PolicyEngine/microplex-us/_WORKSPACE.md)
71+
3. [`/Users/maxghenis/PolicyEngine/microplex-us/_BUILD_LOG.md`](/Users/maxghenis/PolicyEngine/microplex-us/_BUILD_LOG.md)
7272

7373
Then inspect changed files and return findings first.
7474

7575
## Review handoff
7676

7777
To avoid rebuilding long prompts in chat:
7878

79-
1. Treat [`/Users/maxghenis/CosilicoAI/microplex-us/reviews/PENDING_CLAUDE_REVIEW.md`](/Users/maxghenis/CosilicoAI/microplex-us/reviews/PENDING_CLAUDE_REVIEW.md) as the current review request.
79+
1. Treat [`/Users/maxghenis/PolicyEngine/microplex-us/reviews/PENDING_CLAUDE_REVIEW.md`](/Users/maxghenis/PolicyEngine/microplex-us/reviews/PENDING_CLAUDE_REVIEW.md) as the current review request.
8080
2. Read that file after the standard repo context files above.
81-
3. Write the full review to a dated file under [`/Users/maxghenis/CosilicoAI/microplex-us/reviews/`](/Users/maxghenis/CosilicoAI/microplex-us/reviews/).
82-
4. Append only a concise summary to [`/Users/maxghenis/CosilicoAI/microplex-us/_BUILD_LOG.md`](/Users/maxghenis/CosilicoAI/microplex-us/_BUILD_LOG.md).
81+
3. Write the full review to a dated file under [`/Users/maxghenis/PolicyEngine/microplex-us/reviews/`](/Users/maxghenis/PolicyEngine/microplex-us/reviews/).
82+
4. Append only a concise summary to [`/Users/maxghenis/PolicyEngine/microplex-us/_BUILD_LOG.md`](/Users/maxghenis/PolicyEngine/microplex-us/_BUILD_LOG.md).
8383

8484
<!-- gitnexus:start -->
8585
# GitNexus — Code Intelligence

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ microplex-us-pe-native-target-diagnostics \
2828
--output-path artifacts/pe_native_target_diagnostics_current.json
2929
```
3030

31-
The dashboard uses the exported Cosilico design tokens from
32-
`@cosilico/config/theme.css`; run `python scripts/sync_cosilico_theme.py --check`
31+
The dashboard uses the exported PolicyEngine design tokens from
32+
`@policyengine/config/theme.css`; run `python scripts/sync_policyengine_theme.py --check`
3333
to verify the local browser-readable token copy is still synced.
3434
When a PolicyEngine target DB is available, the JSON annotates PE-native legacy
3535
labels with structured target IDs and flags legacy-only gaps.
@@ -50,6 +50,6 @@ The architecture is still evolving, so the docs are deliberately technical and
5050
operational rather than paper-like.
5151

5252
Method-level decomposable-family bakeoffs now live in the sibling eval repo:
53-
`/Users/maxghenis/CosilicoAI/microplex-evals`. `microplex-us` should keep the
53+
`/Users/maxghenis/PolicyEngine/microplex-evals`. `microplex-us` should keep the
5454
runtime helpers and pipeline-adjacent diagnostics, not the long-lived eval
5555
orchestration and artifact curation.

_BUILD_LOG.md

Lines changed: 71 additions & 71 deletions
Large diffs are not rendered by default.

_WORKSPACE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ This file is the durable local context for `microplex-us`.
88

99
Core repo:
1010

11-
- [`/Users/maxghenis/CosilicoAI/microplex`](/Users/maxghenis/CosilicoAI/microplex)
11+
- [`/Users/maxghenis/PolicyEngine/microplex`](/Users/maxghenis/PolicyEngine/microplex)
1212

1313
Sibling country pack:
1414

15-
- [`/Users/maxghenis/CosilicoAI/microplex-uk`](/Users/maxghenis/CosilicoAI/microplex-uk)
15+
- [`/Users/maxghenis/PolicyEngine/microplex-uk`](/Users/maxghenis/PolicyEngine/microplex-uk)
1616

1717
## Current high-value modules
1818

@@ -97,7 +97,7 @@ If the same helper starts appearing in both PE-US and PE-UK benchmark/reweightin
9797
## Review handoff
9898

9999
- Current durable Claude request:
100-
- `/Users/maxghenis/CosilicoAI/microplex-us/reviews/PENDING_CLAUDE_REVIEW.md`
100+
- `/Users/maxghenis/PolicyEngine/microplex-us/reviews/PENDING_CLAUDE_REVIEW.md`
101101
- Full saved reviews belong under:
102-
- `/Users/maxghenis/CosilicoAI/microplex-us/reviews/`
102+
- `/Users/maxghenis/PolicyEngine/microplex-us/reviews/`
103103
- `_BUILD_LOG.md` should only keep a concise review summary, not the full review body.

artifacts/live_pe_native_cps_puf_rich_broad_fixed_20260329/20260329T175330Z-057066af/pe_us_data_rebuild_parity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"artifactDir": "/Users/maxghenis/CosilicoAI/microplex-us/artifacts/live_pe_native_cps_puf_rich_broad_fixed_20260329/20260329T175330Z-057066af",
2+
"artifactDir": "/Users/maxghenis/PolicyEngine/microplex-us/artifacts/live_pe_native_cps_puf_rich_broad_fixed_20260329/20260329T175330Z-057066af",
33
"artifactId": "20260329T175330Z-057066af",
44
"baselineSlice": {
55
"baselineDatasetPath": "/Users/maxghenis/PolicyEngine/policyengine-us-data/policyengine_us_data/storage/enhanced_cps_2024.h5",

dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
rel="icon"
99
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='6' fill='%2306070a'/%3E%3Cpath d='M7 20h18M7 12h18M11 7v18M21 7v18' stroke='%237ce2cf' stroke-width='2'/%3E%3C/svg%3E"
1010
/>
11-
<link rel="stylesheet" href="./cosilico-theme.css" />
11+
<link rel="stylesheet" href="./policyengine-theme.css" />
1212
<link rel="stylesheet" href="./styles.css" />
1313
</head>
1414
<body>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/* Generated from the exported Cosilico design tokens.
2-
Source: cosilico.ai/packages/config/theme.css
3-
Re-run: python scripts/sync_cosilico_theme.py
1+
/* Generated from the exported PolicyEngine design tokens.
2+
Source: policyengine.org/packages/config/theme.css
3+
Re-run: python scripts/sync_policyengine_theme.py
44
*/
55
:root {
66
--color-void: #06070a;

0 commit comments

Comments
 (0)