bake-modernize 0.42.0 → 0.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af91b0eedefe695477b1266a79792db2b9bf6a80e70ce727ae73de1aa60ac2a8
4
- data.tar.gz: e8ebc01396a2c34345083c43dfb72bc1c7388ac4e17826bc549820749f0f33d9
3
+ metadata.gz: 89e1d84fb792a8b186348ab6a91e0b13fa0a6df5888671d40a047459de1424c7
4
+ data.tar.gz: 8c5fc1b1459f272276d9f6e29c3a1c90c360ef01bde9f809a635c68e2a3fce14
5
5
  SHA512:
6
- metadata.gz: b8d7030d77bce74d27bd33287d93a5e1f5c92a8b10400c84ab26a1f118bbfa4b2383bedd0aa16fcf70a297fdcaf578fc022bd2b19857a20a4bae72c56b4105c3
7
- data.tar.gz: dde5142b11e6a4f03d9b9370a4edd927953c247e7ec64965503b2c6048023ba7b07ee02ee18e1422d2ba2375d7e96b8ab71e168050bc2b6937273975fb47827b
6
+ metadata.gz: 2a9eda96473459ecfb5a1d6e53056de97332c0bdf9c652633ba73f31c2de11597bc1e75252ad21b99e651ce25310d00710860f632f99406cec7b9643a919d4fa
7
+ data.tar.gz: 0efbe4aba0cf6b4c177694a63bc8d7d8238deb18537ed42f26e68d63d8a3a3265bc0d3a59cc257eebc3466354f52d9516d95682d7fbe0be1d80535f2e1a9dfb5
checksums.yaml.gz.sig CHANGED
Binary file
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Bake
7
7
  module Modernize
8
- VERSION = "0.42.0"
8
+ VERSION = "0.43.0"
9
9
  end
10
10
  end
data/readme.md CHANGED
@@ -12,6 +12,10 @@ Please see the [project documentation](https://ioquatix.github.io/bake-modernize
12
12
 
13
13
  Please see the [project releases](https://ioquatix.github.io/bake-modernize/releases/index) for all releases.
14
14
 
15
+ ### v0.43.0
16
+
17
+ - Improved copilot instructions for using agent context.
18
+
15
19
  ### v0.33.0
16
20
 
17
21
  - Add `modernize:releases` to add release notes.
data/releases.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Releases
2
2
 
3
+ ## v0.43.0
4
+
5
+ - Improved copilot instructions for using agent context.
6
+
3
7
  ## v0.33.0
4
8
 
5
9
  - Add `modernize:releases` to add release notes.
@@ -1,24 +1,20 @@
1
1
  # GitHub Copilot Instructions
2
2
 
3
- This project uses `bake` for task automation and project management. To get better assistance from GitHub Copilot when working on this project:
3
+ ## Use Agent Context
4
4
 
5
- ## Getting Project Context
5
+ When working on this project, consult the `agent.md` file for project-specific guidelines, architecture decisions, and development patterns. This file contains curated information that will help you make better decisions aligned with the project's goals and standards.
6
6
 
7
- Use the following command to install project context for AI agents:
7
+ If the file does not exist, you will need to install it, by running the following command:
8
8
 
9
9
  ```bash
10
10
  $ bundle install
11
11
  $ bundle exec bake agent:context:install
12
12
  ```
13
13
 
14
- This command will set up the necessary context files that help AI assistants understand your project structure, dependencies, and conventions.
14
+ This command will set up the necessary context files that help you understand the project structure, dependencies, and conventions.
15
15
 
16
- ## Consulting Project Documentation
16
+ ## Ignoring Files
17
17
 
18
- When working on this project, consult the `agent.md` file for project-specific guidelines, architecture decisions, and development patterns. This file contains curated information that will help you and AI assistants make better decisions aligned with the project's goals and standards.
18
+ The `.gitignore` file is split into two sections, separated by a blank line. The first section is automatically generated, while the second section is user controlled.
19
19
 
20
- ## Best Practices
21
-
22
- - Always run `bundle install && bundle exec bake agent:context:install` when setting up a new development environment.
23
- - Refer to `agent.md` before making significant architectural changes.
24
- - Keep the context information up-to-date as the project evolves.
20
+ While working on pull requests, you should not add unrelated changes to the `.gitignore` file as part of the pull request.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bake-modernize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file