这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@zidoshare
Copy link
Contributor

The issue is that sed treats && as a placeholder instead of a regular character. So in the CLAUDE.md file's "Commands" section, it incorrectly shows:

npm test [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] npm run lint

instead of the correct:

npm test && npm run lint

The issue is that `sed` treats `&&` as a placeholder instead of a regular character. So in the CLAUDE.md file's "Commands" section, it incorrectly shows:

`npm test [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] npm run lint`

instead of the correct:

`npm test && npm run lint`
@zidoshare zidoshare requested a review from localden as a code owner October 15, 2025 14:09
@localden localden merged commit 0456966 into github:main Oct 15, 2025
zidoshare added a commit to zidoshare/spec-kit that referenced this pull request Oct 16, 2025
localden added a commit that referenced this pull request Oct 19, 2025
Fix: incorrect command formatting in agent context file, refix #895
harikrishnan83 added a commit to harikrishnan83/spec-kit that referenced this pull request Oct 28, 2025
* main: (23 commits)
  revert vscode auto remove extra space
  fix: correct command references in implement.md
  fix regarding copilot suggestion
  fix: correct command references in speckit.analyze.md
  Support more lang/Devops of Common Patterns by Technology
  feat(ci): add markdownlint-cli2 for consistent markdown formatting
  fix: include the latest changelog in the `GitHub Release`'s  body
  fix: broken media files
  fix: Skip CLI checks for IDE-based agents in check command
  Change loop condition to include last argument
  chore: replace `bun` by `node/npm` in the `devcontainer` (as many CLI-based agents actually require a `node` runtime)
  fix: correct argument parsing in create-new-feature.sh script
  chore: add Claude Code extension to devcontainer configuration
  chore: add installation of `codebuddy` CLI in the `devcontainer`
  chore: fix path to powershell script in vscode settings
  fix: correct `run_command` exit behavior and improve installation instructions (for `Amazon Q`) in `post-create.sh` + fix typos in `CONTRIBUTING.md`
  chore: add `specify`'s github copilot chat settings to `devcontainer`
  chore: add `devcontainer` support  to ease developer workstation setup
  Fix: incorrect command formatting in agent context file, refix github#895
  Fixed indentation.
  ...
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.

2 participants