Skip to content

Bootstrap GitHub Project v2 roadmap + markdown sync#1

Open
zakelfassi wants to merge 1 commit intomainfrom
feature/gh-project-bootstrap
Open

Bootstrap GitHub Project v2 roadmap + markdown sync#1
zakelfassi wants to merge 1 commit intomainfrom
feature/gh-project-bootstrap

Conversation

@zakelfassi
Copy link
Owner

@zakelfassi zakelfassi commented Feb 16, 2026

Adds a minimal GitHub-as-source-of-truth workflow:

  • ./forgeloop/bin/gh-bootstrap.sh: create private repo + Project v2 + seed baseline roadmap issues
  • ./forgeloop/bin/gh-sync-project.sh: one-way sync (Project -> ROADMAP.md/TODAY.md/BACKLOG.md)
  • Installer updates .gitignore rules so .forgeloop/gh.json can be committed
  • Docs: docs/github-projects.md

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

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: e94d472f0c

ℹ️ 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 +151 to +155
if git -C "$REPO_DIR" remote get-url "$REMOTE_NAME" >/dev/null 2>&1; then
true
else
(cd "$REPO_DIR" && git remote add "$REMOTE_NAME" "$REPO_URL")
fi

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Repoint existing remote to target repository

When the configured remote already exists, this branch does not verify that it matches REPO_URL, so bootstrap can proceed with project/issue creation for $OWNER/$REPO_NAME while local pushes still go to a different repo. This happens in common template-clone setups where origin is pre-set, and it leaves the roadmap metadata out of sync with the code repository unless users manually fix the remote URL.

Useful? React with 👍 / 👎.

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

Comments