Skip to main content

LEGACY_AI_ARTIFACTS

Constant LEGACY_AI_ARTIFACTS 

Source
pub const LEGACY_AI_ARTIFACTS: &[&str];
Expand description

Dead pre-ADR-024 artefacts under .joy/. Before ADR-024 the AI integration synced intermediate instruction/skill/capability files into .joy/ai/ and .joy/capabilities/; today every template is embedded in the binary and rendered straight into the tool directories (.claude/, .qwen/, AGENTS.md, .github/). The current CLI neither reads nor writes these files, but AI tools that stumble over them in an old repo treat their content as authoritative. joy update and joy ai init remove them.

Paths are relative to the project root. Directories are removed recursively. The current runtime data under .joy/ai/jobs/ and .joy/ai/agents/ is deliberately NOT listed and stays untouched.