KeiSeiKit-1.0/install/launchd-templates/forgejo-runner.config.yaml.tmpl
Parfii-bot a4e667de10 KeiSeiKit-public — clean state
Single-commit clean baseline after security scrub of niche-tells,
project codenames, internal jargon, and contributor-email leaks.

Contents:
- 100 Rust crates (_primitives/_rust/)
- 37 agent manifests (_manifests/) + generated specs (_generated/)
- 67 user-invocable skills (skills/)
- 33 hooks (hooks/)
- Composition blocks (_blocks/)
- Documentation (docs/, README.md)
- TS adapter packages (_ts_packages/)
- Assembler (_assembler/)
- Roles (_roles/)
- Templates (_templates/)
- Forgejo CI (.forgejo/)

Author: Denis Parfionovich <info@greendragon.info>

License: see LICENSE.
2026-05-01 12:09:03 +08:00

29 lines
745 B
Cheetah

# act_runner config — rendered by lib-dev-hub-forgejo-runner.sh.
# Placeholders ${DATA} and ${LOGS} are substituted at install time.
#
# ${DATA} = ~/Library/Application Support/keisei/forgejo-runner
# ${LOGS} = ~/Library/Logs/keisei/forgejo-runner
#
# Solo-developer profile: capacity 1 (one job at a time), no Docker isolation
# (container.network=host, privileged=false). Re-render this file by
# re-running `install_dev_hub_forgejo_runner` — registration (${DATA}/.runner)
# is preserved separately.
log:
level: info
dir: ${LOGS}
runner:
file: ${DATA}/.runner
capacity: 1
timeout: 3h
fetch_timeout: 5s
fetch_interval: 2s
container:
network: host
privileged: false
options: ""
host:
workdir_parent: ${DATA}/cache