Skip to content

add workspace project template reference#88

Open
ariobarin wants to merge 6 commits into
mainfrom
codex/workspace-template-reference
Open

add workspace project template reference#88
ariobarin wants to merge 6 commits into
mainfrom
codex/workspace-template-reference

Conversation

@ariobarin

Copy link
Copy Markdown
Owner

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/.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@ariobarin

Copy link
Copy Markdown
Owner Author

@codex review

@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: 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".

Comment on lines +31 to +32
3. Clone each child repo as a clean `<repo>-main` on the default branch, used
only for reading, syncing, and creating worktrees.

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 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 👍 / 👎.

@ariobarin

Copy link
Copy Markdown
Owner Author

@codex review

@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: 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.

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 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 👍 / 👎.

@ariobarin

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep them coming!

Reviewed commit: d754dbf243

ℹ️ 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".

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