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: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ webpack-build-config.json

# local settings
.envrc.local

# per-contributor AI assistant links (installed via agents/indico/scripts/install-links.sh)
/.agents/skills/
/.claude
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "plugins/indico-plugins-contrib"]
path = plugins/indico-plugins-contrib
url = git@github.com:indico/indico-plugins-contrib.git
[submodule "agents/indico"]
path = agents/indico
url = https://github.com/unconventionaldotdev/indico-agents.git
1 change: 1 addition & 0 deletions AGENTS.md
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Claude Code entrypoint. Redirects to the shared cross-agent guidance.
@AGENTS.md
1 change: 1 addition & 0 deletions CODING_GUIDELINES.md
1 change: 1 addition & 0 deletions agents/indico
Submodule indico added at f2850f
2 changes: 1 addition & 1 deletion etc/indico.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ CUSTOMIZATION_DEBUG = True
# PROFILE = True

# Plugins enabled
PLUGINS = {'indicorp', 'vc_zoom'}
PLUGINS = {'indicorp', 'vc_zoom', 'my_registrations'}
2 changes: 1 addition & 1 deletion indico
Submodule indico updated 238 files
2 changes: 1 addition & 1 deletion plugins/indico-plugins
Submodule indico-plugins updated 469 files
123 changes: 62 additions & 61 deletions uv.lock

Large diffs are not rendered by default.

Loading