Metadata-Version: 2.3
Name: jira2ai-core
Version: 0.1.0
Summary: Shared core package for Jira AI integrations
Author: en-ver
Requires-Dist: httpx>=0.28.1
Requires-Dist: jira2py==0.5.0
Requires-Dist: marklassian>=0.1.0
Requires-Dist: pathvalidate>=3.3.1
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pyadf>=0.3.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# jira2ai-core

Shared Jira operations and formatting utilities used by the `jira2mcp` MCP adapter and the `jira2cli` CLI adapter.

This package is part of the workspace in this repository. It is not the end-user MCP entry point; for MCP installs, keep using `uvx jira2mcp`.

## Local development

From the workspace root:

```bash
uv sync --all-packages --group dev
uv build --package jira2ai-core
```

## Maintainers

`jira2ai-core` has its own version and future tags use `jira2ai-core-vX.Y.Z`.

Release sequencing, stop gates, and Trusted Publishing boundaries:

- <https://github.com/en-ver/jira2ai/blob/main/docs/releasing.md>
- <https://github.com/en-ver/jira2ai/blob/main/CONTRIBUTING.md>
