codetether-agent 4.5.7

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Extra build-agent guidance fragments.
//!
//! This module keeps small, concern-specific prompt fragments out of the main
//! built-in prompt definitions so new guidance does not accumulate inline.
//!
//! # Examples
//!
//! ```ignore
//! assert!(BUILD_GITHUB_AUTH_GUIDANCE.contains("GitHub authentication"));
//! ```

pub(super) const BUILD_GITHUB_AUTH_GUIDANCE: &str = "\n- In repositories prepared by CodeTether, assume GitHub authentication is already provisioned for `git` and `gh`. Do not search the filesystem for tokens or run interactive `gh auth login`.";