Skip to content

Normalize --all/--missing-only defaults across hosted ingestion commands #18

@rbodkin

Description

@rbodkin

Context

From PR #14 review. The three hosted ingestion commands have inconsistent --all/--missing-only defaults:

  • ingest-skills-sh-pages: defaults to --all (refreshes everything)
  • ingest-aguara-watch: defaults to --missing-only
  • ingest-clawsecure-registry: defaults to --missing-only

Proposed fix

Normalize all three to default to --missing-only, which is the safer default (avoids redundant HTTP requests and DB writes). The rationale for --all on skills.sh pages (source of truth rather than backfill) is reasonable but not obvious to users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions