Skip to content

Rich search output: content + provenance + metadata in one call #57

@marklubin

Description

@marklubin

Source

From SYNIX_REFLECTION_AND_BACKLOG.md — P1 #7.

Problem

Some workflows need full content + provenance + metadata in one response shape. Currently, powering a basic UX requires multiple artifact lookups after a search call.

Recommendation

Add optional rich output to search:

synix search "query" --json --include content,metadata,provenance

Returns each result with the full artifact content, metadata dict, and provenance chain — all in one response.

Acceptance Criteria

  • One command/API call can power basic UX without multiple artifact lookups
  • --json flag outputs machine-readable results
  • --include controls which fields are included (content, metadata, provenance)

Metadata

Metadata

Assignees

No one assigned

    Labels

    CLICLI commands and ergonomicsP1Major UX / developer efficiencyenhancementNew feature or requestsearchSearch & retrieval

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions