Skip to content

peek reports last used action - #964

Open
Macabe222 wants to merge 7 commits into
rachis-org:devfrom
Macabe222:improve-peek
Open

peek reports last used action#964
Macabe222 wants to merge 7 commits into
rachis-org:devfrom
Macabe222:improve-peek

Conversation

@Macabe222

@Macabe222 Macabe222 commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Description

Addresses #423
Linked to rachis-org/rachis-cli#408

AI Disclosure

  • NO AI USED.
  • AI USED.

@Macabe222
Macabe222 marked this pull request as ready for review August 11, 2026 18:03
@Oddant1
Oddant1 self-requested a review August 18, 2026 19:09
@Oddant1
Oddant1 removed their request for review August 18, 2026 21:54
@Oddant1

Oddant1 commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

@Macabe222, so the fundamental issue here is that before my commits, which were messing around with refactoring, the "load_action_yaml" methods existed in two places. One place was the _Archive classes, _ZipArchive and _NoOpArchive, but also one in core.util.

I don't like it being in both places like this. @colinvwood and I talked about this, and the preferred place is the _Archive classes, but (and I think you saw this before) the util function is called in a few places in q2cli. Either we can keep all versions of load_action_yaml in util as I have them now, or you can put them back on _Archive and edit q2cli to use those methods.

@Oddant1 Oddant1 assigned Macabe222 and unassigned Oddant1 Aug 18, 2026
Comment thread src/rachis/core/util.py Outdated
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.

4 participants