Skip to content

Update Package.swift with Dependencies and Targets #108

Description

@leogdion

Phase

Phase 1: Project Setup & Infrastructure

Specification

Add the OpenAPI package dependencies and create two new targets (ClaudeKit, AiSTKit), then add AiSTKit as a dependency of the existing skit executable target. No new executable or product is created; the analyze command ships inside skit.

Acceptance Criteria

  • swift-openapi-generator, swift-openapi-runtime, swift-openapi-urlsession dependencies added
  • ClaudeKit target created with OpenAPIGenerator plugin
  • AiSTKit target created with dependencies on ClaudeKit and SyntaxParser
  • AiSTKit added to the existing skit executable target's dependencies
  • No new executable target or product is added
  • Package builds successfully: swift build

Dependencies

Files to Create/Modify

  • Package.swift

Related Documentation

Metadata

Metadata

Assignees

No one assigned

    Labels

    infrastructureInfrastructure and setup taskssetupSetup and configuration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions