Skip to content

Refresh public workflow inventory#5

Merged
ftchvs merged 1 commit into
mainfrom
chore/public-anchor-refresh
May 26, 2026
Merged

Refresh public workflow inventory#5
ftchvs merged 1 commit into
mainfrom
chore/public-anchor-refresh

Conversation

@ftchvs

@ftchvs ftchvs commented May 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add aw inventory to summarize workflows, skills, and examples in one Markdown report.
  • Add test coverage for the inventory command.
  • Add package metadata for repository links, issue links, keywords, and Bun engine expectations.
  • Add a README five-minute tour for validating and evaluating the repo quickly.
  • Update the changelog.

Verification

  • bun run validate
  • git diff --check
  • bun cli/aw.ts inventory

@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: cb2d0fa836

ℹ️ 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 cli/aw.ts

for (const { path, workflow } of workflows) {
console.log(
`| ${path} | ${escapeTableCell(workflow.name)} | ${workflow.risk_level} | ${workflow.authority} |`,

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Handle missing workflow names in inventory rows

aw inventory can crash instead of producing a report when any workflow file is parseable YAML but lacks name. In that case loadWorkflow returns an object with workflow.name === undefined, and this line passes it to escapeTableCell, which calls .replace on a non-string and throws (undefined is not an object). This makes the inventory command fail on malformed or in-progress workflow files rather than surfacing a validation-style error or a safe placeholder.

Useful? React with 👍 / 👎.

@ftchvs ftchvs merged commit 9a21f0a into main May 26, 2026
1 check passed
@ftchvs ftchvs deleted the chore/public-anchor-refresh branch May 26, 2026 19:22
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