diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index 78338b67..995692bd 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -12,9 +12,6 @@ permissions: contents: read jobs: scan: - # The reusable workflow's gitleaks job elevates to these permissions; - # a called workflow cannot exceed the caller's grant, so they must be - # granted here or the run dies with startup_failure. permissions: contents: read uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329 diff --git a/.machine_readable/bot_directives/README.adoc b/.machine_readable/bot_directives/README.adoc index 4d7fcd9d..5e42adbd 100644 --- a/.machine_readable/bot_directives/README.adoc +++ b/.machine_readable/bot_directives/README.adoc @@ -33,7 +33,7 @@ Methodology-aware configuration for AI agents. Read by any AI agent == Relationship to Other Files * `AGENTIC.a2ml` says WHAT agents can do (permissions, gating) -* `agent_instructions/` says HOW agents should work (methodology) +* `bot_directives/` says HOW agents should work (methodology) * `bot_directives/` says what the gitbot-fleet does (fleet-specific) * `CLAUDE.md` says how Claude specifically should work (Claude-specific) diff --git a/.mise.toml b/.mise.toml new file mode 100644 index 00000000..bda9d2e6 --- /dev/null +++ b/.mise.toml @@ -0,0 +1,10 @@ +[tools] +# = "SPDX-License-Identifier: MPL-2.0" +# = "asdf version management" +# = "Run asdf install to install all tools" +# = "Primary runtime" +deno = "2.1.4" +zig = "0.13.0" +# = "Language runtimes" +elixir = "1.17.2" +erlang = "27.2.1" diff --git a/.tool-versions b/.tool-versions deleted file mode 100644 index c495d259..00000000 --- a/.tool-versions +++ /dev/null @@ -1,12 +0,0 @@ -# SPDX-License-Identifier: MPL-2.0 -# asdf version management -# Run 'asdf install' to install all tools - -# Primary runtime -deno 2.1.4 - -zig 0.13.0 - -# Language runtimes -elixir 1.17.2 -erlang 27.2.1