From bd84d969dfaf7608ffd9c3b77761742743fea33e Mon Sep 17 00:00:00 2001 From: evosoft-ie Date: Sun, 28 Dec 2025 11:04:24 +0000 Subject: [PATCH] Update README to enhance clarity on AILint's purpose Clarify the purpose of AILint and its distinction from monitoring tools. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a520291..7fd5e5b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ **Code provenance tracking for the AI era** -AILint is an open-source toolkit that brings transparency to AI-assisted development through automated detection and standardized marking of AI-generated content in your codebase. +This repository provides a voluntary, explicit, machine-readable signal that content was AI-assisted or AI-generated, so that other models, tools, and pipelines can reason about it correctly. + +What it is: +A specification + reference tooling for declaring AI involvement in content. + +What it is not: +A productivity monitor, employee surveillance system, or enforcement mechanism. ## The Problem