Skip to content

docs(copilot): update stale paths and module locations#45

Open
dmeiser wants to merge 1 commit into
mainfrom
docs/update-copilot-instructions
Open

docs(copilot): update stale paths and module locations#45
dmeiser wants to merge 1 commit into
mainfrom
docs/update-copilot-instructions

Conversation

@dmeiser

@dmeiser dmeiser commented Jun 22, 2026

Copy link
Copy Markdown
Owner

Updates .github/copilot-instructions.md to match the current project layout:

  • tofu/environments/devtofu/application/environments/dev
  • tofu/schema/schema.graphqltofu/application/schema/schema.graphql
  • tofu/modules/tofu/application/modules/

- tofu/environments/dev -> tofu/application/environments/dev
- tofu/schema/schema.graphql -> tofu/application/schema/schema.graphql
- tofu/modules/ -> tofu/application/modules/

Aligns the Copilot instructions with the current project layout.
Copilot AI review requested due to automatic review settings June 22, 2026 19:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s Copilot instructions to reflect the new OpenTofu layout under tofu/application/, ensuring contributors follow current paths when deploying, locating the GraphQL schema, and referencing infrastructure modules.

Changes:

  • Updated dev-environment deployment instructions to use tofu/application/environments/dev/.
  • Updated GraphQL schema references to tofu/application/schema/schema.graphql.
  • Updated module directory references to tofu/application/modules/ (however, one earlier tofu/modules/... reference remains in the file).

@@ -57,7 +57,7 @@ Essential knowledge for GitHub Copilot when working on this volunteer-run Scouti

**Key Design Patterns**:
- **Single-table DynamoDB**: `PK`/`SK` with GSI1, GSI2, GSI3 (see `tofu/modules/dynamodb/` and code comments)
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