Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
name = "postdevai"
version = "0.1.0"
edition = "2021"
authors = ["Maciej Gad <maciej@github.com/szowesgad>"]
authors = ["Vetcoders <hello@vetcoders.io>"]
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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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)
3 changes: 1 addition & 2 deletions docs/TUI_INTERFACE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down