Skip to content

Update AI.md with current Hugo and content maintenance workflows - #19

Merged
cloudartisan merged 2 commits into
mainfrom
codex/update-agentsmd-20260425
Apr 25, 2026
Merged

Update AI.md with current Hugo and content maintenance workflows#19
cloudartisan merged 2 commits into
mainfrom
codex/update-agentsmd-20260425

Conversation

@cloudartisan

Copy link
Copy Markdown
Owner

Summary

  • document the repo's current Hugo module sync and production build commands
  • add PR validation commands for config, drafts, future posts, and build checks
  • add content maintenance commands for book and movie data scripts

Testing

  • Not run (not requested)

@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: 94c817deb1

ℹ️ 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 AI.md Outdated
- Production build: `hugo --minify --buildFuture` (matches the deployment workflow)
- Create new post: `hugo new content/posts/my-post-name.md`
- Create new project: `hugo new content/projects/project-name.md`
- Create a post on a feature branch for PR review: `./scripts/create-post-pr.sh "Post Title"`

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 Avoid recommending post script that uses local timezone date

This new command recommends ./scripts/create-post-pr.sh, but that script derives CURRENT_DATE from plain date (scripts/create-post-pr.sh:16), which uses the caller's local timezone rather than Australia/Sydney. In timezones like US/EU, running it near day boundaries can create posts with a one-day-shifted filename/front matter date, which then affects chronological ordering and draft/future checks; the guide should either call out the timezone caveat or require a Sydney timezone when invoking the script.

Useful? React with 👍 / 👎.

@cloudartisan
cloudartisan force-pushed the codex/update-agentsmd-20260425 branch from 94c817d to cdd2486 Compare April 25, 2026 05:30
@cloudartisan
cloudartisan merged commit b1b9683 into main Apr 25, 2026
4 checks passed
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