Metadata-Version: 2.3
Name: ai-disclaimer
Version: 0.1.0
Summary: Interactive CLI tool for generating AI usage disclaimers
Keywords: ai,disclaimer,transparency,disclosure,cli
Author: j23n
Author-email: j23n <oss@j23n.com>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Dist: questionary>=2.0
Requires-Python: >=3.11
Project-URL: Homepage, https://app.radicle.xyz/nodes/rosa.radicle.xyz/rad:z4Wbrb12czWb8eKWxmKhqobJixnxe
Project-URL: Repository, https://app.radicle.xyz/nodes/rosa.radicle.xyz/rad:z4Wbrb12czWb8eKWxmKhqobJixnxe
Project-URL: Bug Tracker, https://app.radicle.xyz/nodes/rosa.radicle.xyz/rad:z4Wbrb12czWb8eKWxmKhqobJixnxe/issues
Description-Content-Type: text/markdown

# ai-disclaimer

Interactive CLI that generates an AI usage disclaimer for your project — as a Markdown snippet or a self-contained HTML card.

## Install

```sh
uv tool install .
```

## Usage

```sh
ai-disclaimer
```

Walks you through a short questionnaire (tools used, contribution split by phase, oversight level, process, accountability) and writes the output to stdout or a file.

## Output formats

**Markdown** — a fenced-code bar chart and plain text sections, ready to paste into any README.

**HTML** — a self-contained `<div>` (style included) with visual progress bars, using the [Flexoki](https://github.com/kepano/flexoki) color palette. Supports `light`, `dark`, and `auto` (follows OS preference) themes.

## Examples

You can see the markdown output in the section below and the corresponding HTML:

> ![](examples/ai_disclaimer.png)

Source code: [here](examples/ai_disclaimer.html)


> ## 🤖 AI Disclaimer
> 
> This project uses AI-assisted development tools. See the [AI usage policy](https://j23n.com/public/posts/2026/my-ai-policy) for details.
> 
> **Tools**
> 
> - Claude Code (Anthropic) · `claude-sonnet-4-6` · Agentic
>
> ### Contribution Profile
> 
> ```
> Phase                               Human│ AI
> ─────────────────────────────────────────┼───────────────
> Requirements & Scope       85%   ████████│░░          15%
> Architecture & Design      85%   ████████│░░          15%
> Implementation              5%           │░░░░░░░░░░  95%
> Testing                   not started
> Documentation              20%         ██│░░░░░░░░    80%
> ```
>
> **Oversight**: Collaborative
>
> Human and AI co-author decisions; human reviews all output.
>
> ### Process
>
> AI agent operated autonomously across multi-step tasks. Human reviewed diffs, resolved conflicts, and approved merges.
>
> ### Accountability
>
> The human author(s) are solely responsible for the content, accuracy, and fitness-for-purpose of this project.
> 
> ---
> *Last updated: 2026-02-20 · Generated with [ai-disclaimer](https://github.com/j23n/ai-disclaimer)*
