mirror of
https://github.com/merlinhu1/truthmark.git
synced 2026-08-25 07:53:25 +02:00
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>
23 lines
316 B
YAML
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/**
|