Skip to content

docs(dotfiles): refresh remaining language agent skills - #1990

Open
shepherdjerred wants to merge 3 commits into
feature/agent-skills-refreshfrom
feature/agent-skills-refresh-languages
Open

docs(dotfiles): refresh remaining language agent skills#1990
shepherdjerred wants to merge 3 commits into
feature/agent-skills-refreshfrom
feature/agent-skills-refresh-languages

Conversation

@shepherdjerred

Copy link
Copy Markdown
Owner

Stack created with GitHub Stacks CLIGive Feedback 💬

@shepherdjerred
shepherdjerred marked this pull request as ready for review August 4, 2026 03:50

@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: 9da58ad4bf

ℹ️ 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 thread packages/docs/plans/2026-08-03_agent-skills-release-refresh.md
@shepherdjerred
shepherdjerred force-pushed the feature/agent-skills-refresh-languages branch from 9da58ad to 8c15538 Compare August 4, 2026 04:05

@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: 8c15538ade

ℹ️ 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 thread packages/dotfiles/dot_agents/skills/jvm-helper/references/build-and-test.md Outdated
@shepherdjerred
shepherdjerred force-pushed the feature/agent-skills-refresh-languages branch 2 times, most recently from 7846fe9 to 957f1e4 Compare August 4, 2026 04:32

@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: 957f1e41ef

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

set -l command_status $status

popd
or return

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 Clean up the temp directory when popd fails

When the wrapped command is a Fish function that empties the directory stack, or when the original directory becomes unavailable, popd fails and this early return skips the following rm -rf, leaking the temporary directory and its contents. Attempt the cleanup before propagating the popd failure.

Useful? React with 👍 / 👎.

The newly added jvm-helper and lua-helper Research ledgers linked
`.../releases/latest`, which returns an HTTP 302 to the actual release
page. That fails the repo's prescribed `curl -sI` liveness check even
though the target content is live, so the doc's claim that every listed
source was live-verified didn't hold up.

Resolved each of the 28 `releases/latest` links (curl -L) to its actual
release-tag URL and re-verified every replacement returns 200 with a
plain `curl -sI` (no redirect-follow). Updated the link labels to name
the pinned version instead of "latest" so the text matches the target.
The Fish safe-temp-wrapper example returned early on a failed popd,
skipping the following rm -rf. A wrapped function that empties the
directory stack, or an original directory that becomes unavailable,
makes popd fail, leaking the temp directory and its contents.

Run the cleanup unconditionally after popd instead of gating it behind
success, and propagate popd's failure status once cleanup is done.
Verified with a local Fish repro: the old version leaks the temp dir
when the wrapped command empties the dir stack, the fixed version
does not.
@shepherdjerred
shepherdjerred force-pushed the feature/agent-skills-refresh-languages branch from 957f1e4 to 12752fe Compare August 4, 2026 04:44
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