feat(archetype): add Feedback archetype for cockpit review threads#7
Merged
Conversation
A transient review-thread artifact the filament-ide cockpit writes under ~/.ix and an agent reads to refine — the first-class home for what was previously an unspecified feedback format. - frontmatter schema: status (open/addressed/resolved), kind (comment/triage), optional decision (Fix/Dismiss/Defer), and an anchor with text-primary / block-fallback resolution (W3C-style quote+prefix/suffix, falling back to a structural requirementId/headingPath+blockIndex; reader orphans on total miss) - manifest artifact_type + feedback doc_kind; references/found_in links - ## Comment body (required), ## Resolution (optional); skeleton + example Worktree-only; not deployed to ~/.ix and no release. Module tests pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds a first-class
Feedbackarchetype (markdown + frontmatter) to spec-artifacts-process — the repo that defines Review/SpecReview/Finding. There was previously no feedback/comment archetype.Why
filament-ide(the local-first spec review & refinement cockpit) needs a validated on-disk format for transient feedback threads a human hands back to an authoring agent via~/.ix. Resolves the HIGH SpecReview finding "feedback file format unspecified" (SR-001/FND-001). FR-008 of filament-ide names this archetype.What
manifest.yaml: register theFeedbackarchetype.schemas/feedback-frontmatter.schema.json:type: Feedback,status(open|addressed|resolved),kind,decision,anchor(text-primary selector + structural fallback).skeletons/Feedback.md+examples/feedback.md(## Commentbody).Notes
main(FR-042 EARS-conformance + AGPL relicense).filament-ideTask-001 archetype-conformance tests viaquire validate --module.🤖 Generated with Claude Code