Skip to content

feat: add durable memory edge plan#30

Open
Angel K (angellllkr-eng) wants to merge 7 commits into
mainfrom
codex/mindreply-moa-main
Open

feat: add durable memory edge plan#30
Angel K (angellllkr-eng) wants to merge 7 commits into
mainfrom
codex/mindreply-moa-main

Conversation

@angellllkr-eng

Copy link
Copy Markdown
Member

No description provided.

@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mindreply-branch-cleanup Ready Ready Preview, Comment Jun 11, 2026 5:55pm

Comment on lines +14 to +42
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"

- name: Install web dependencies
run: npm install

- name: Typecheck
run: npm run typecheck

- name: Build
run: npm run build

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: Compile Python
run: python -m compileall src tests

- name: Run backend tests
run: python -m unittest tests.executive_nervous_system_scaffold -v

@vercel vercel Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

Case-sensitive email check in audit script always fails because it looks for uppercase email while the workflow file contains lowercase.

Fix on Vercel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants