commit afcb0b79324ef81d4d3034f1f4011fd51fc69f43 Author: Javier Hinojosa <48923796+javierhinojosa@users.noreply.github.com> Date: Sun Nov 9 11:13:36 2025 -0500 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8442d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +repos/* +!repos/.gitkeep \ No newline at end of file diff --git a/manifest.md b/manifest.md new file mode 100644 index 0000000..3a9ed2d --- /dev/null +++ b/manifest.md @@ -0,0 +1,8 @@ +this is a git repository for working on sing for hope's information technology +it can be used to bootstrap all infrastructure needed to build and deploy everything +it contains a repos/ directory that contains our repositories, it's untracked +on first clone of this repository, you must then clone all repositories in our gitea in repos/ +each repository has it's own claude code workflows, skills, history, etc. +this repository has the project management and decision making claude code setup +issues in gitea can only be created by an agent from within this repository +issues can only be worked on and pr's can only be created by agents within repo directories diff --git a/repos/.gitkeep b/repos/.gitkeep new file mode 100644 index 0000000..e69de29