Skip to content

Switch discussion-task-miner from repo-memory to cache-memory#227

Merged
pelikhan merged 2 commits intodaily-repo-goals/discussion-task-miner-20260301-fd8c3ec1aec706c4from
copilot/sub-pr-224
Mar 3, 2026
Merged

Switch discussion-task-miner from repo-memory to cache-memory#227
pelikhan merged 2 commits intodaily-repo-goals/discussion-task-miner-20260301-fd8c3ec1aec706c4from
copilot/sub-pr-224

Conversation

Copy link
Contributor

Copilot AI commented Mar 3, 2026

Addresses three review comments on the discussion-task-miner workflow requesting migration from repo-memory to cache-memory, removal of the features block, and updated memory layout documentation.

Changes

  • tools section: Replace repo-memory (with branch/file-glob config) with cache-memory: true
  • features block: Remove copilot-requests: true entirely
  • Memory layout: Update Step 1 and Step 6 to describe a single cache-memory JSON object instead of bash heredoc file-writes; update Output Requirements to reference cache-memory
# Before
tools:
  repo-memory:
    branch-name: memory/discussion-task-miner
    file-glob: ["memory/discussion-task-miner/*.json", ...]
    max-file-size: 102400

features:
  copilot-requests: true

# After
tools:
  cache-memory: true

The cache-memory JSON layout consolidates discussions_processed and extracted_tasks into a single object, replacing the previous multi-file approach.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Mar 3, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.51.6
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.51.6 --jq .object.sha (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] WIP address feedback on Discussion Task Miner workflow PR Switch discussion-task-miner from repo-memory to cache-memory Mar 3, 2026
@pelikhan pelikhan marked this pull request as ready for review March 3, 2026 05:13
@pelikhan pelikhan merged commit a974289 into daily-repo-goals/discussion-task-miner-20260301-fd8c3ec1aec706c4 Mar 3, 2026
@pelikhan pelikhan deleted the copilot/sub-pr-224 branch March 3, 2026 05:13
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