Skip to content

Commit 31847e0

Browse files
committed
Add .ai and .cicd git submodules for shared policies and workflows
Adds standard WAMP project infrastructure: - .ai submodule (wamp-ai): AI policies and git hooks - AI_GUIDELINES.md (guidelines for AI assistants) - AI_POLICY.md (policy for human contributors using AI) - .githooks/commit-msg (enforces AI authorship disclosure) - .githooks/pre-push (prevents tag creation by AI) - .cicd submodule (wamp-cicd): Shared CI/CD workflows - identifiers.yml (release type detection) - Reusable workflows for consistent CI/CD - CLAUDE.md symlink → .ai/AI_GUIDELINES.md - Git hooks configured: core.hooksPath = .ai/.githooks This brings crossbar.io in line with autobahn-python, zlmdb, and cfxdb, ensuring consistent AI collaboration policies and shared CI/CD infrastructure across all WAMP projects.
1 parent d1bb018 commit 31847e0

4 files changed

Lines changed: 9 additions & 0 deletions

File tree

.ai

Submodule .ai added at a853956

.cicd

Submodule .cicd added at 0be5637

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule ".ai"]
2+
path = .ai
3+
url = https://github.com/wamp-proto/wamp-ai.git
4+
[submodule ".cicd"]
5+
path = .cicd
6+
url = https://github.com/wamp-proto/wamp-cicd.git

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.ai/AI_GUIDELINES.md

0 commit comments

Comments
 (0)