Skip to content

fix: interpolate output paths in completion logs - #28

Open
johnjheejin wants to merge 1 commit into
companyjupiter:mainfrom
johnjheejin:agent/fix-outpath-log-interpolation
Open

fix: interpolate output paths in completion logs#28
johnjheejin wants to merge 1 commit into
companyjupiter:mainfrom
johnjheejin:agent/fix-outpath-log-interpolation

Conversation

@johnjheejin

@johnjheejin johnjheejin commented Jul 25, 2026

Copy link
Copy Markdown

Summary

  • interpolate the generated HTML viewer path in its completion log
  • interpolate the generated AI context guide path in its completion log
  • add CLI regression coverage for both resolved paths and the escaped placeholder

Root cause

The two template literals escaped ${outPath}, so the CLI printed the placeholder text instead of each generated artifact's absolute path.

User impact

Completion logs now point directly to index.html and ai_context_guide.txt, making the generated artifacts easy to locate.

Latest-base update

  • rebased onto upstream main at f02a53e
  • adapted the regression test to the current executable-config gate

Validation

  • npm ci --ignore-scripts --no-audit --no-fund
  • npm test (20 tests: 19 passed, 1 skipped because symlink creation is unavailable on Windows)
  • node --check quarkify.mjs
  • git diff --check

@johnjheejin
johnjheejin force-pushed the agent/fix-outpath-log-interpolation branch from 7ec4fe8 to ef547fd Compare August 3, 2026 02:47
@johnjheejin
johnjheejin marked this pull request as ready for review August 3, 2026 02:55
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