| Field | Value |
|---|---|
| Repository | nori00000/codex-setup |
| Worktree | <local-public-readiness-worktree> |
| Public readiness | ready-for-public-visibility |
| Proposed visibility | public after checks pass |
| Code license | MIT |
| Docs license | CC BY 4.0 unless otherwise noted |
| Secret scan | regex scan performed; no matching real secrets found |
| PII/content scan | regex/manual scan performed; only .git worktree pointer matched local path patterns |
| Deletion approval needed | no large or bulk deletion performed |
| History rewrite needed | unknown; not performed |
Personal paths and captured local stdout were generalized. Private companion setup is disabled by default, out-of-vault Obsidian documents are not copied by default, the remote SSH helper was renamed to a generic trusted-host helper, and internal setup plans with personal paths are excluded from the public tree.
- Generic source code, scripts, templates, and documentation after placeholder cleanup.
- Public-facing README/PROJECT/NOTICE metadata.
- Example environment files only when values are placeholders.
- Real secrets, private account data, machine state, session logs with private operational content, generated outputs with unclear rights, and third-party assets without clear permission.
- Run
git diff --check. - Run the narrowest project-native command available.
- Confirm
README.md,PROJECT.md,NOTICE.md,LICENSE, and this review file exist before changing visibility.
git diff --check: pass. bash -n scripts/hooks/templates/automation shell files: pass. Python py_compile for automation/scripts/hooks/templates: pass. JSON parse for repository JSON files: pass. node --check for JS/MJS files: pass. Direct identity/path pattern scan: pass except .git worktree pointer.