You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add GitHub Pages workflow and update README project details
- Introduce .github/workflows/pages.yml to automate static site deployment to GitHub Pages on master branch pushes.
- Revamp README.md with centered header, status badges, and expanded tech stack details including ROCm GPU setup, LACT tuning, and Debian environment.
- Clarify the AI-driven development workflow, emphasizing manual code review and open-source tooling focus.
- Fix missing trailing newline in AGENTS.md and add commit formatting instructions.
Copy file name to clipboardExpand all lines: AGENTS.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,8 @@ Each subfolder is an independent project with its own `AGENTS.md` that describes
12
12
13
13
## Agent Instructions
14
14
15
-
Before making any changes, **always look into the relevant subproject's `AGENTS.md`** for detailed context, file structure, coding conventions, and constraints. The root `AGENTS.md` only serves as a navigation guide.
15
+
Before making any changes, **always look into the relevant subproject's `AGENTS.md`** for detailed context, file structure, coding conventions, and constraints. The root `AGENTS.md` only serves as a navigation guide.
16
+
17
+
## Commit Details
18
+
19
+
- Commit details should be a list denoted with `-`.
This is a repository for my vibecoding experiments. This project explores the actual capabilities of vibecoding, pushes the boundaries of this approach, and investigates how AI technology can be integrated into my development workflow.
4
13
5
14
## Tech Stack
6
15
7
-
-**Backend**: [Ollama](https://ollama.ai/) running in [Podman](https://podman.io/)
-**Backend**: [Ollama](https://ollama.ai/) with ROCm on Sapphire Pulse RX 7900 XTX (24G VRAM), running in [Podman](https://podman.io/) on Debian Trixie
17
+
-**GPU Tuning**: [LACT](https://github.com/UbuntuForSA/LACT) is used to limit GPU clocks to 1929 MHz and fan speed to 40% for reduced noise
18
+
-**Model**: [Qwen3.6-27b](https://ollama.com/library/qwen3.6:27b) running with 64k context window
9
19
-**Plugin**: [Cline](https://github.com/cline/cline) for [VSCodium](https://github.com/VSCodium/vscodium)
10
20
11
21
## Web Page
@@ -30,11 +40,14 @@ This is a repository for my vibecoding experiments. This project explores the ac
30
40
31
41
This repository follows a hands-off file editing approach:
32
42
43
+
-**Ideas & Prompts**: All project ideas and prompts are my own, originating from old unfinished or dropped projects, or even projects I deemed not viable to research into at all.
33
44
-**File Editing**: All files are edited exclusively by the AI model via the Cline plugin. This includes this README.md. I do not manually edit any files.
45
+
-**Review**: I perform a thorough review of everything that is generated before it is committed.
34
46
-**Git Management**: I manually manage the Git repository (pushes, branches, signing, etc.), but commit messages are generated by the AI model.
47
+
-**Deployment**: Automated via [GitHub Actions](.github/workflows/pages.yml) on every push to `master` (deployment configuration also created by AI).
35
48
-**Local Environment**: Everything runs locally and self-hosted. No cloud services or external APIs are used.
36
49
-**Open-Source Focus**: This project exclusively uses open-source solutions for both models and tooling.
37
50
38
51
## License
39
52
40
-
This project is released under the [Unlicense](UNLICENSE).
53
+
This project is released under the [Unlicense](UNLICENSE).
0 commit comments