docs(rfc): define unified artifact tags - #1467
Open
Teingi wants to merge 4 commits into
Open
Conversation
Teingi
commented
Sep 5, 2026
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.
Which issue or RFC does this PR close?
Closes #1466.
Rationale for this change
Users need stable custom labels for organizing and retrieving Memory, Experience, Skill, and Handoff content without
editing immutable Artifact revisions or overloading behavior-bearing metadata. Memory entries also need independent
labels even though the standard profile stores them inside one Memory Artifact per Scope.
What changes are included in this PR?
pc_artifact_tagsassignment table for whole Artifacts and logical Memory entries.all/anyfiltering, target identity, concurrency, authorization, publication,migration, and observability semantics.
conventions.
This PR contains design documentation only. It does not change the current API or persisted schema.
Are there any user-facing changes?
No runtime behavior changes in this PR. If implemented, the RFC introduces additive tag APIs and optional list/search
filters. The design declares no breaking change and requires existing unfiltered behavior and historical responses to
remain unchanged.
How was this change tested?
make docs-testwith Node.js 22.22.3: passed, including lint, 545-page static generation, and export verification.git diff --cached --check: passed.The repository-wide
ty checkcurrently reports three pre-existing unresolvedscripts.scope_bindingimports inCodex integration hooks; this documentation-only change does not modify those files.
AI usage statement
OpenAI Codex (GPT-5) was used to inspect existing contracts, draft the bilingual RFC, and run validation. The author
reviewed the final design and delivery.