add workspace project template reference#88
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ab9c9096f8
ℹ️ 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".
| 3. Clone each child repo as a clean `<repo>-main` on the default branch, used | ||
| only for reading, syncing, and creating worktrees. |
There was a problem hiding this comment.
Add the cloned checkouts to the root ignore list
When the umbrella root is git-initialized and a user follows this step by cloning each <repo>-main at the root, the template's .gitignore only excludes worktrees/prs, so each clean main checkout shows up as an untracked nested repository in the umbrella repo. That makes the normal template flow produce noisy status and allows git add . to stage the child checkout as a gitlink/submodule; add an adoption step or placeholder ignore entries for each canonical checkout name.
Useful? React with 👍 / 👎.
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: de086b0674
ℹ️ 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".
| *.p12 | ||
| secrets/ | ||
|
|
||
| # Machine-only runtime caches and build state. |
There was a problem hiding this comment.
Ignore browser state in the template
The template AGENTS.md tells adopters to keep browser state and machine-only caches ignored, but this ignore block only covers a few build caches. In a workspace created from this template, common local artifacts such as browser/profile/..., sessions/..., cache/..., or *.sqlite are still shown by git status and can be committed unless every user adds their own rules, which undercuts the template's safety boundary.
Useful? React with 👍 / 👎.
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep them coming! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
Adds a ready-to-clone umbrella workspace skeleton under codex/skills/workspace-steward/references/project-template/, so a new project can start with the clean main, PR worktree, experiments, local docs, artifacts, tmp, and archived layout the skill prescribes, each directory with a short README. Narrows the doctor local-only dir guard so curated skill reference material may depict that target layout using canonical names like tmp/ and worktrees/.