Skip to content

[Goal #2] Goal: add documentation to readme reflecting Claude and Codex's use of /goal #7

@github-actions

Description

@github-actions

Goal

Add documentation to README.md linking to /goal in Claude Code and Codex, and to the Autoloop project that inspired this repo.

Changes

README.md — adds a ## Built On section linking to:

  • Autoloop — the goal-driven agentic workflow that inspired this repo
  • [Claude Code /goal]((code.claude.com/redacted) — Anthropic's built-in /goal command
  • [Codex CLI /goal]((developers.openai.com/redacted) — OpenAI's built-in /goal command

workflows/scripts/goal_scheduler.py — fixes a false-positive in PLACEHOLDER_RE where the English word "placeholder" (used adjectivally, e.g. "add placeholder references") was incorrectly treated as an unfilled template marker. Fix: remove re.IGNORECASE so only all-caps tokens (PLACEHOLDER, TODO, TBD, etc.) are flagged.

tests/test_goal_scheduler.py — adds a regression test for the above fix.

Completion Contract Verification

grep -q "autoloop" README.md          ✓
grep -qi "claude" README.md           ✓
grep -qi "codex" README.md            ✓
grep -q "https://github.com/githubnext/autoloop" README.md  ✓
python3 -m unittest discover -s tests -q   5 tests, 0 failures  ✓

Notes

  • The Claude Code slash-commands URL ((code.claude.com/redacted) follows the confirmed URL pattern (/docs/en/overview, /docs/en/setup, /docs/en/data-usage) from the official anthropics/claude-codeREADME, but the specific/slash-commands` sub-page has not been directly verified. Please confirm this URL before merging, or update it if the correct URL differs.
  • The Codex CLI URL ((developers.openai.com/redacted) is confirmed from openai/codex docs/slash_commands.md`.

Remaining Work

Confirm Claude Code slash-commands URL, then merge.

Run: https://github.com/githubnext/goal/actions/runs/27381629433
Issue: #2


This PR is maintained by the Goal workflow. Each run may add commits to the same branch.


Warning

Protected Files — Push Permission Denied

This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.

Protected files
  • README.md

The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.

Create the pull request manually
# Download the patch from the workflow run
gh run download 27381629433 -n agent -D /tmp/agent-27381629433

# Create a new branch
git checkout -b goal/2-goal-add-documentation-to-readme-reflecting-claude-and-codex-s-use-of-goal main

# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-27381629433/aw-goal-2-goal-add-documentation-to-readme-reflecting-claude-and-codex-s-use-of-goal.patch

# Push the branch and create the pull request
git push origin goal/2-goal-add-documentation-to-readme-reflecting-claude-and-codex-s-use-of-goal
gh pr create --title '[Goal #2] Goal: add documentation to readme reflecting Claude and Codex's use of /goal' --base main --head goal/2-goal-add-documentation-to-readme-reflecting-claude-and-codex-s-use-of-goal --repo githubnext/goal

Generated by Goal · 805.5 AIC · ⌖ 26.2 AIC · ⊞ 39.2K ·
Comment /goal to run again

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions