Skip to content

prompt: add chore to update renamed-repo About descriptions#22

Merged
Jammy2211 merged 4 commits into
mainfrom
claude/oyautoprompt-recent-prompts-888jm1
Jun 26, 2026
Merged

prompt: add chore to update renamed-repo About descriptions#22
Jammy2211 merged 4 commits into
mainfrom
claude/oyautoprompt-recent-prompts-888jm1

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

Adds autoprompt/update_renamed_repo_abouts.md — a laptop-side chore to bring every renamed organism repo's GitHub About description in line with its new role (Mind/Brain/Hands/Heart/Memory).

The About text lives outside the git tree, so it's set via gh repo edit (or the About gear), not a commit — this prompt captures the task and ready-to-paste descriptions so it isn't forgotten. Metadata-only chore: no code changes.

🤖 Generated with Claude Code


Generated by Claude Code

claude added 4 commits June 26, 2026 12:48
Rename the repository identity and tooling from PyAutoPrompt to PyAutoMind,
reframing it as the Mind of the PyAuto organism: the home of ideas, intent,
goals, priorities and workflow state rather than merely a prompt store.

- README.md: new title and framing, repository-layout tree, integration
  table and bootstrap clone URLs updated; add a "The PyAuto organism"
  section documenting Mind -> Brain -> Hands -> Heart (+ Memory) and why
  this repo is the Mind; add a rename note for existing clones.
- AGENTS.md: update the identity section and organism context.
- scripts/: update path/comment references; prompt_sync.sh now defaults
  PROMPT_REPO to the PyAutoMind checkout with a backwards-compatible
  fallback to a pre-rename PyAutoPrompt checkout.
- skills/: update all PyAutoPrompt/ path and prose references.
- planned.md, parked.md: update live registry references.

Historical records (complete.md, issued/, z_*/, shelved/) and the
individual prompt corpus are intentionally left as written so the task
log reads as it did at the time.

Note: the GitHub-side repository rename (PyAutoLabs/PyAutoPrompt ->
PyAutoLabs/PyAutoMind) is a manual admin action; GitHub redirects the old
URL so existing clones keep working.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BiRhVddoztoJ8mx5uesk3f
- prompt_sync.sh: only apply the default PyAutoMind path and the pre-rename
  PyAutoPrompt fallback when PROMPT_REPO is unset. An explicitly set
  PROMPT_REPO is now honoured as-is, so a missing custom path surfaces as a
  normal error instead of being silently redirected to an old checkout.
- README.md: align organism link text with the actual repository names while
  the renames are pending — PyAutoBrain notes it currently lives in the
  PyAutoAgent repo, PyAutoMemory in PyAutoPaper, and PyAutoBuild/PyAutoHeart
  keep their names; add a clarifying note under the table.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BiRhVddoztoJ8mx5uesk3f
- prompt_sync.sh: add _prompt_sync_require_repo guard so prompt_sync_new_prompts
  and prompt_sync_push fail loudly (clear message, return 1) when PROMPT_REPO is
  not a git checkout, instead of silently no-opping on a missing/mis-set path.
- README bootstrap: clone the old PyAutoPrompt URL into a PyAutoMind/ directory
  so the command works before the GitHub-side rename (old URL valid now,
  redirects after) and produces the PyAutoMind/ checkout the docs assume; note
  the canonical PyAutoMind URL works once the rename lands.
- README rename note: make the local directory name PyAutoMind a requirement
  (or symlink), not optional, since skill/script docs reference literal
  PyAutoMind/... paths that a PyAutoPrompt-named dir would break; clarify the
  prompt_sync.sh fallback only covers PROMPT_REPO resolution.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BiRhVddoztoJ8mx5uesk3f
A laptop-side pass to bring every renamed organism repo's GitHub "About"
description in line with its new role (Mind/Brain/Hands/Heart/Memory). The
About text lives outside the git tree, so it is set via `gh repo edit` (or the
About gear), not a commit — captured here so it isn't forgotten.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BiRhVddoztoJ8mx5uesk3f
Copilot AI review requested due to automatic review settings June 26, 2026 16:40
@Jammy2211 Jammy2211 merged commit 99b157b into main Jun 26, 2026

Copilot AI 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.

Pull request overview

Adds a new prompt capturing a laptop-side chore to update GitHub “About” descriptions for the renamed PyAuto organism repos, while also updating this repository’s workflow docs/skills/scripts to consistently refer to PyAutoMind (post-rename) instead of PyAutoPrompt.

Changes:

  • Add autoprompt/update_renamed_repo_abouts.md with ready-to-paste gh repo edit commands/descriptions for the renamed repos’ “About” fields.
  • Update skill documentation across the workflow to reference PyAutoMind/... paths (registry files, prompt_sync.sh, etc.).
  • Update core repo docs and sync helper script to reflect the rename and improve PROMPT_REPO defaulting/fallback behavior.

Reviewed changes

Copilot reviewed 27 out of 27 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
skills/worktree_status/SKILL.md Update registry cross-reference path from PyAutoPrompt/active.md to PyAutoMind/active.md.
skills/start_workspace/start_workspace.md Update workflow instructions to use PyAutoMind paths and source PyAutoMind/scripts/prompt_sync.sh.
skills/start_workspace/SKILL.md Update skill description to reference registering workspace repos in PyAutoMind.
skills/start_library/start_library.md Update workflow instructions to use PyAutoMind registry paths and prompt_sync.sh location.
skills/start_library/SKILL.md Update skill description to reference registering claimed repos in PyAutoMind.
skills/start_dev/start_dev.md Update prompt/registry path references throughout start-dev flow to PyAutoMind/....
skills/start_dev/SKILL.md Update skill description and guidance to reference prompts living under PyAutoMind/.
skills/start_dev/agents/openai.yaml Update the agent default prompt text to reference PyAutoMind markdown prompts.
skills/start_dev_for_user/start_dev_for_user.md Update user-issue workflow instructions to reference PyAutoMind registry files and push step.
skills/ship_workspace/SKILL.md Update ship-workspace skill description to reference moving PyAutoMind task state.
skills/ship_workspace/ship_workspace.md Update ship-workspace instructions to read/update PyAutoMind registry files and source PyAutoMind prompt_sync.sh.
skills/ship_library/SKILL.md Update ship-library skill description to reference moving PyAutoMind task state.
skills/ship_library/ship_library.md Update ship-library instructions to read/update PyAutoMind registry files and source PyAutoMind prompt_sync.sh.
skills/register_and_iterate/register_and_iterate.md Update queue/registry path references to PyAutoMind/....
skills/pyauto-status/pyauto-status.md Update registry file names/paths referenced by the status skill to PyAutoMind.
skills/handoff/SKILL.md Update handoff skill instructions to treat PyAutoMind/active.md as source of truth and to push/pull PyAutoMind.
skills/create_issue/SKILL.md Update create-issue instructions to use PyAutoMind/... paths and sync script location.
scripts/status.sh Update header/usage comments to refer to PyAutoMind paths.
scripts/pyauto_status.sh Update usage/docs comment to source the script from the PyAutoMind checkout.
scripts/pyauto_status_full.sh Update usage/docs comment to source the script from the PyAutoMind checkout.
scripts/pyauto_audit.sh Update usage/docs comment to source the script from the PyAutoMind checkout.
scripts/prompt_sync.sh Default PROMPT_REPO to ~/Code/PyAutoLabs/PyAutoMind, add fallback to old PyAutoPrompt path, and add a guard to fail loudly if not a git checkout.
README.md Rename README to PyAutoMind branding and expand documentation around the “organism” concept and bootstrap instructions post-rename.
planned.md Update prompt path references under planned tasks to PyAutoMind/....
parked.md Update references from PyAutoPrompt to PyAutoMind in parked task notes/classification context.
autoprompt/update_renamed_repo_abouts.md Add the new chore prompt with repo “About” descriptions and instructions for applying them via gh repo edit.
AGENTS.md Update repo description to reflect PyAutoMind identity and organism framing, with rename context.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +1 to +7
# Update GitHub "About" descriptions for renamed organism repos

As part of the PyAuto **organism** renames, several repositories have been (or
are being) renamed, but their GitHub **About** descriptions still describe the
old identity. Do a single pass — on the **laptop**, where `gh` and a desktop
browser are available — to bring every renamed repo's description in line with
its new organism role, then apply them.
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.

3 participants