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

Conversation

@harikrishnan83
Copy link
Contributor

Closes #729

Summary

Add section documenting how to test template and command changes locally. This PR is based on a helpful comment by @localden which helped me. Opening this PR to share this knowledge with other contributors who may encounter the same workflow challenge.

Test plan

  • Verified documentation accuracy against current workflow
  • Confirmed script paths exist and are correct
  • Tested local package generation process

Details

The change adds a new "Testing template and command changes locally" subsection under the Development workflow section that explains:

  1. The Problem: Running uv run specify init pulls released packages which don't include local changes
  2. The Solution: Creating packages locally, copying them them over and testing them

Copilot AI review requested due to automatic review settings October 22, 2025 02:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds documentation to help contributors test template and command changes locally. The new section addresses a common workflow challenge where running uv run specify init pulls released packages instead of local changes.

Key changes:

  • Added a "Testing template and command changes locally" subsection
  • Documented the three-step process: creating release packages, copying them to a test project, and testing the agent

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

localden
localden previously approved these changes Oct 22, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings October 22, 2025 02:27
@localden localden merged commit af88930 into github:main Oct 22, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

2. **Copy the relevant package to your test project**

```
cp -r .genreleases/sdd-copilot-package-sh/. <path-to-test-project>/
Copy link

Copilot AI Oct 22, 2025

Choose a reason for hiding this comment

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

Corrected spelling of 'genreleases' to '.gen-releases'.

Suggested change
cp -r .genreleases/sdd-copilot-package-sh/. <path-to-test-project>/
cp -r .gen-releases/sdd-copilot-package-sh/. <path-to-test-project>/

Copilot uses AI. Check for mistakes.
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.

How can I test local template/command changes without creating a release?

2 participants