feat(audience): add new and archive commands#729
Closed
meryldakin wants to merge 1 commit intomeryldakin/audience-filesystem-commandsfrom
Closed
feat(audience): add new and archive commands#729meryldakin wants to merge 1 commit intomeryldakin/audience-filesystem-commandsfrom
meryldakin wants to merge 1 commit intomeryldakin/audience-filesystem-commandsfrom
Conversation
This was referenced Mar 9, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
2 tasks
e88e4ae to
48a559a
Compare
ee0aa27 to
254502c
Compare
254502c to
e625ffe
Compare
48a559a to
dfca967
Compare
Add audience creation and deletion commands: - audience new: Scaffold a new audience with interactive prompts for type (static/dynamic) - audience archive: Archive an audience (affects ALL environments, requires confirmation) Supporting changes: - Add audience generator for scaffolding new audiences Includes full test coverage for both commands.
e625ffe to
21a5cc2
Compare
dfca967 to
d7d638b
Compare
Contributor
Author
|
Superseded by #730 (combined PR) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
audience new: Scaffold a new audience with interactive prompts for type (static/dynamic)audience archive: Archive an audience (affects ALL environments, requires confirmation)Stack
This is PR 4 of 4 in the audience resource implementation stack:
list,get,opencommandspull,push,validatecommands + marshal layernew,archivecommands + generatorDepends on: #728
Special Notes
The
archivecommand is unique because it affects ALL environments. It includes:--forceflag)Test Plan
🤖 Generated with Claude Code