Skip to content

Add Sonoxo Agentic Data Cloud - #37

Open
sonoxo wants to merge 1 commit into
mainfrom
feature/sonoxo-agentic-cloud
Open

Add Sonoxo Agentic Data Cloud#37
sonoxo wants to merge 1 commit into
mainfrom
feature/sonoxo-agentic-cloud

Conversation

@sonoxo

@sonoxo sonoxo commented Aug 25, 2026

Copy link
Copy Markdown
Owner

Sonoxo Agentic Data Cloud

Adds a production-built agentic social data warehouse application under apps/sonoxo-agentic-cloud.

Included

  • Meta-style social graph and identity warehouse foundation
  • Command-center dashboard and intelligence stream
  • Agent operations for audience, anomaly, and schema workflows
  • D1/Drizzle schemas for identities, posts, events, datasets, and agent runs
  • Responsive UI and natural-language warehouse query interaction
  • Generated SQL migration and reproducible package lock

Verification

  • npm run db:generate passed
  • npm run build passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fbacae48fa

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +3 to +4
import hostingConfig from "./.openai/hosting.json";
import { sites } from "./build/sites-vite-plugin";

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Commit the Vite inputs needed by build and dev

In a fresh checkout, this configuration cannot be loaded because neither ./.openai/hosting.json nor ./build/sites-vite-plugin is tracked; a repo-wide rg --files search found no equivalent files or generated artifacts. Consequently the vite development command and the Vinext build invoked by package.json fail on unresolved local imports before compiling the application.

Useful? React with 👍 / 👎.

"dev": "WRANGLER_LOG_PATH=.wrangler/wrangler.log vite",
"build": "bash scripts/build-verified.sh",
"start": "WRANGLER_LOG_PATH=.wrangler/wrangler.log vinext start",
"test": "npm run build && node --test tests/rendered-html.test.mjs",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Add the test file referenced by the test script

Once the build failure is repaired, npm test still cannot succeed because tests/rendered-html.test.mjs is not present anywhere in the commit or repository. In the supported Node 24 environment, invoking this exact node --test suffix exits with status 1 and Could not find 'tests/rendered-html.test.mjs', so the declared verification command is permanently broken.

Useful? React with 👍 / 👎.

"build": "bash scripts/build-verified.sh",
"start": "WRANGLER_LOG_PATH=.wrangler/wrangler.log vinext start",
"test": "npm run build && node --test tests/rendered-html.test.mjs",
"lint": "bash scripts/sites-env.sh -- eslint . --ignore-pattern dist --ignore-pattern .next",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Provide an ESLint flat configuration

This app pins ESLint 9.39.4 but does not track an eslint.config.js, .mjs, or .cjs anywhere in the repository, so npm run lint exits before checking any files. ESLint's diagnostic confirms the relevant behavior: “From ESLint v9.0.0, the default configuration file is now eslint.config.js.”

Useful? React with 👍 / 👎.

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.

1 participant