Files
truthmark/.truthmark/config.yml
T
MerlinHandClaude Opus 5 2687a0d7ed chore: uninstall GitHub Copilot surfaces from this repository
Drop github-copilot from .truthmark/config.yml and let the init lifecycle
prune the 29 generated surfaces it owned, then remove the leftover
.github/copilot-instructions.md preamble.

Copilot remains a supported platform of the product. Only this
repository's installation changed, so allPlatforms render assertions keep
their Copilot coverage; the checked-in path lists in
tests/templates/generated-surfaces.test.ts follow what this repository
actually installs and drop their .github entries.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-23 13:28:31 +00:00

23 lines
316 B
YAML

version: 2
platforms:
- codex
- opencode
- claude-code
- antigravity
- cursor
truthmark:
workspace: docs/truthmark
generated:
portal:
enabled: false
frontmatter:
required: []
recommended:
- status
- last_reviewed
ignore:
- node_modules/**
- vendor/**
- dist/**
- build/**