Learner account management: - learner-add.sh: create accounts with SSH, plugin skeleton - learner-remove.sh: remove accounts with optional archive - plugin-skeleton template: starter maubot plugin Testing: - flake.nix: add checks output for pre-deploy validation - smoke-test.sh: post-deploy service verification Documentation: - learner-onboarding.md: VS Code Remote-SSH setup guide - learner-admin.md: account management procedures Skills: - code-review.md: multi-lens code review skill - orch, worklog: symlinks to shared skills
8 lines
122 B
YAML
8 lines
122 B
YAML
maubot: 0.4.0
|
|
id: xyz.clarun.MODULE_NAME
|
|
version: 0.1.0
|
|
license: MIT
|
|
modules:
|
|
- MODULE_NAME
|
|
main_class: MODULE_NAME.Bot
|