Skip to content

Restore tracked source and establish deterministic CI - #1

Merged
d33pm3 merged 1 commit into
mainfrom
chore/restore-source-and-ci
Sep 7, 2026
Merged

Restore tracked source and establish deterministic CI#1
d33pm3 merged 1 commit into
mainfrom
chore/restore-source-and-ci

Conversation

@d33pm3

@d33pm3 d33pm3 commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • restore the application src/ and public/ trees as normal tracked files
  • recover the missing chatData.ts module and referenced logo verbatim from repository history
  • remove the redundant Codebase.zip and ZIP-dependent setup instructions
  • add a Bun 1.2.23 validate job for frozen install, lint, tests, and production build
  • scope ESLint compatibility exceptions to the exact legacy files that need them and convert the Tailwind plugin config to ESM
  • document that all seeded records are fictional synthetic demo fixtures

Root cause

main had no workflow and no tracked src/ tree. A clean build failed at /src/main.tsx; after restoring the current archive, the build then proved that src/data/chatData.ts and src/assets/ecxo-logo.png were also omitted from that archive. Both omitted files were recovered from the repository's earlier source ZIP commit.

Validation

The source scan found no .env* files, credentials, API keys, tokens, private keys, connection strings, real phone numbers, or non-example email addresses. The chatbot and administration surfaces remain local UI simulations; CI makes no live LLM/API calls.

@d33pm3
d33pm3 merged commit fa39016 into main Sep 7, 2026
2 checks passed
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