.venv/.wrangler/- local runtime state such as
state.json,credentials.json,tasks.json,task-runtime.json,task-logs.json - smoke-test files and other temporary artifacts
- internal audit reports and implementation notes from the working repository
- raw
wrangler_informationdeployment snapshots
Check:
README.mdmatches the files that are actually presentwrangler.tomlhas safe values for public publication- no session tokens, bootstrap secrets, or provider secrets exist anywhere in the folder
.gitignorecovers runtime residue and local overrides- tests still pass from the cleaned folder
cd cheri-app
git init
git add .
git commit -m "Initial Cheri public export"git remote add origin <your-github-repo-url>
git branch -M main
git push -u origin main- clone the published repo into a fresh directory
- follow the install steps in
README.md - run:
cheri --help
cheri config get- verify the backend instructions and invite test flow in the README still make sense for a new user