Skip to content

Support .cursorrules and copilot-instructions in archcore import #15

Description

@ivklgn

Problem

The initial archcore import MVP only reads CLAUDE.md, but teams keep agent context in other formats too (.cursorrules, .github/copilot-instructions.md).

Expected result

archcore import detects the source format and imports .cursorrules and copilot-instructions as single documents, in addition to CLAUDE.md.

Impact

Broadens onboarding coverage to the most common agent-context formats.

Scope

  • Add source-format detection (by filename/path).
  • Add parsers for .cursorrules and copilot-instructions.
  • Cover each format with tests.

Files: cmd/import.go (+ tests)

Acceptance: all three formats import as single documents with format-appropriate handling.

Depends on the initial archcore import command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliCLI command surfaceenhancementNew feature or request

    Type

    No type

    Fields

    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