Agent personality files and skill definitions updated to reference decisions/ domain files instead of monolithic DECISIONS.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
212 B
Bash
Executable File
5 lines
212 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Seed the ticketing database with initiatives from decisions/ domain files. Whitelistable command.
|
|
# Usage: sqlite-seed
|
|
exec python3 "$(dirname "$0")/sqlite_connector.py" seed-decisions "$@"
|