Skip to content

fix: interpolate output paths in completion logs - #28

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

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

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.

Validation

  • npm test (9 tests passed)
  • node --check quarkify.mjs
  • git diff --check

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