Copilot
Copilot
> @copilot please address this feedback All feedback addressed in commit {short_hash}: - Tasks now derive from BuildTask instead of Task - Used LINQ FirstOrDefault for configuration and directory lookups...
> @copilot this should have been amended to note the actual settings file which is ~/.claude-mem/settings.json so this may have unnecessary stuff in it You're correct - I implemented only...
> @copilot THE ISSUE MENTIONED THINGS BUT I TOLD YOU TO DO THINGS DIFFERENTLY. Thanks. I apologize for the confusion. I don't see any prior instructions from you in the...
> @copilot look in to the actual way we do settings, its jjust not that file - its in ~/.claude-mem/settings.json I've refactored the implementation to use the global settings approach...
@cijothomas 👋 This repository doesn't have [Copilot instructions](https://docs.github.com/enterprise-cloud@latest/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=webui). With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file...
> @copilot Please make sure all lint failures are addressed. Running `cargo fmt --all` from the root will address most. Fixed! I've run `cargo fmt --all` to address all formatting...
> @copilot Update the public REST API docs, not the design docs. Updated the public REST API docs (`docs/user/api/v3.rst`) instead of the design docs. The changes include: - Added example...
> @copilot Use a similar cold_storage approach for build commands from API v2, and abstract it into a common util. Implemented the cold storage approach similar to API v2 and...
> @copilot Please add documentation for `PreReconciliationOwnerChecker` - this is a variant of `PreReconciliationChecker` that was omitted from the original request. Added documentation for `PreReconciliationOwnerChecker` in commit c04a5c3. This extension...
> This is good, but there are a few things to tweak, @copilot. Please make the requested changes. All requested changes completed in commit df58f62: - Fixed comment grammar in...