docs: add initial readme

This commit is contained in:
retoor 2025-12-13 14:04:12 +01:00
parent 1c95f81441
commit 53ed827e44
3 changed files with 10 additions and 1 deletions

View File

@ -7,6 +7,14 @@
## Version 1.74.0 - 2025-12-13
Adds a README.md file to the project, providing initial documentation for users and developers. This document outlines project setup and basic usage.
**Changes:** 1 files, 1 lines
**Languages:** Markdown (1 lines)
## Version 1.73.0 - 2025-12-13
The configuration file now uses updated Python code for improved reliability. This change ensures consistent configuration loading and parsing.

View File

@ -2,6 +2,7 @@
Author: retoor <retoor@molodetz.nl>
RP is a sophisticated command-line AI assistant designed for autonomous task execution, advanced tool integration, and intelligent workflow management. Built with a focus on reliability, extensibility, and developer productivity.
## Overview

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "rp"
version = "1.73.0"
version = "1.74.0"
description = "R python edition. The ultimate autonomous AI CLI."
readme = "README.md"
requires-python = ">=3.10"