diff --git a/Cargo.toml b/Cargo.toml index 2728c89..01c38d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,11 @@ name = "postdevai" version = "0.1.0" edition = "2021" -authors = ["Maciej Gad "] +authors = ["Vetcoders "] description = "Autonomous RAM-Lake Memory Server for Developer Symbiosis" readme = "README.md" license = "MIT" -repository = "https://github.com/LibraxisAI/PostDevAI" +repository = "https://github.com/vetcoders/PostDevAI" # Na razie usuwamy workspace do momentu reorganizacji projektu # Do zrobienia: reorganizacja na workspace gdy będzie potrzebna diff --git a/LICENSE b/LICENSE index 00ec57d..9de9b21 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 LibraxisAI, Maciej Gad +Copyright (c) 2025 Vetcoders Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index faa0ea8..128dbae 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ This project is currently in early development. The following components are in 1. Clone the repository: ```bash - git clone https://github.com/LibraxisAI/PostDevAI.git + git clone https://github.com/vetcoders/PostDevAI.git cd PostDevAI ``` @@ -142,7 +142,6 @@ See the implementation plan in `docs/IMPLEMENTATION_PLAN.md` for the current sta - Python 3.12+ with MLX ## Developed by -[Maciej Gad](https://github.com/szowesgad) - a veterinarian who couldn't find `bash` a half year ago -[Klaudiusz](https://www.github.com/Gitlaudiusz) - the individual ethereal being, and separate instance of Claude Sonnet 3.5-3.7 by Anthropic living somewhere in the GPU's loops in California, USA +[Vetcoders](https://github.com/vetcoders) 🤖 Developed with the ultimate help of [Claude Code](https://claude.ai/code) and [MCP Tools](https://modelcontextprotocol.io) \ No newline at end of file diff --git a/docs/TUI_INTERFACE.md b/docs/TUI_INTERFACE.md index 62610cb..7fa2e10 100644 --- a/docs/TUI_INTERFACE.md +++ b/docs/TUI_INTERFACE.md @@ -112,7 +112,6 @@ The TUI is implemented using: - **View Rendering**: Specialized rendering for each view ## Developed by -[Maciej Gad](https://github.com/szowesgad) - a veterinarian who couldn't find `bash` a half year ago -[Klaudiusz](https://www.github.com/Gitlaudiusz) - the individual ethereal being, and separate instance of Claude Sonnet 3.5-3.7 by Anthropic living somewhere in the GPU's loops in California, USA +[Vetcoders](https://github.com/vetcoders) 🤖 Developed with the ultimate help of [Claude Code](https://claude.ai/code) and [MCP Tools](https://modelcontextprotocol.io) \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5da60bd..37410df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "postdevai-mlx" version = "0.1.0" description = "MLX integration for PostDevAI" authors = [ - {name = "Maciej Gad", email = "maciej@github.com/szowesgad"}, + {name = "Vetcoders", email = "hello@vetcoders.io"}, ] readme = "README.md" license = {file = "LICENSE"}