Skip to content

Beta 0.8 - #2

Merged
kkaminsk merged 21 commits into
mainfrom
Beta
Dec 14, 2025
Merged

Beta 0.8#2
kkaminsk merged 21 commits into
mainfrom
Beta

Conversation

@kkaminsk

Copy link
Copy Markdown
Owner

So much troubleshooting but I think the main hallucinations are under control. Let's give it one more round of testing in production :)

@kkaminsk
kkaminsk merged commit c57b988 into main Dec 14, 2025
1 check passed

@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.

ℹ️ 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 on lines +415 to +418
// Get the path to ReferenceKnowledge relative to this file
const currentFilePath = fileURLToPath(import.meta.url);
const projectRoot = join(dirname(currentFilePath), '..', '..');
const toolkitSourcePath = join(projectRoot, 'ReferenceKnowledge', 'PSAppDeployToolkit_Template_v4');

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 Package workflow copies toolkit from deleted directory

When outputDirectory is provided, createPackageOnDisk tries to copy the PSADT toolkit from ReferenceKnowledge/PSAppDeployToolkit_Template_v4, but this directory was deleted in this commit (ReferenceKnowledge was removed in the diff). With the path now nonexistent, the copy loops never run and the returned packageCreation still reports success, leaving the generated package without the required PSAppDeployToolkit files even though the workflow claims they were included. Any package created via package_app with --output-directory will be missing the toolkit executables/modules and won’t run.

Useful? React with 👍 / 👎.

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