Skip to content

Audit Copilot instruction applyTo scopes#169

Merged
grnbtqdbyx-create merged 1 commit into
mainfrom
codex/copilot-applyto-audit
Jun 1, 2026
Merged

Audit Copilot instruction applyTo scopes#169
grnbtqdbyx-create merged 1 commit into
mainfrom
codex/copilot-applyto-audit

Conversation

@grnbtqdbyx-create
Copy link
Copy Markdown
Owner

Summary

  • add copilot-missing-applyto to context health for .github/instructions/**/*.instructions.md files without applyTo frontmatter
  • document why path-scoped Copilot instructions need deterministic scopes
  • bump the build-in-public release surface to v0.72.0

Sources

  • VS Code custom instructions docs: *.instructions.md files use YAML frontmatter and applyTo controls automatic applicability.
  • GitHub Copilot response customization docs: path-specific instructions live under .github/instructions/**/*.instructions.md.

Verification

  • pnpm vitest run tests/contextHealth.test.ts tests/cli.test.ts tests/init.test.ts
  • pnpm typecheck
  • pnpm test
  • pnpm build
  • node dist/cli.js agents-md-audit
  • node dist/cli.js doctor --summary contextforge-doctor.md
  • node dist/cli.js audit --min-context-score 70 --min-cache-score 70 --min-security-score 70 --output contextforge-audit.json --report contextforge-report.html
  • node dist/cli.js publish-readiness --summary contextforge-publish-readiness.md
  • node dist/cli.js scorecard --output contextforge-scorecard.md
  • node dist/cli.js security-benchmark
  • npm pack --dry-run --json
  • git diff --check

Closes #168

@grnbtqdbyx-create grnbtqdbyx-create merged commit 5335990 into main Jun 1, 2026
7 checks passed
@grnbtqdbyx-create grnbtqdbyx-create deleted the codex/copilot-applyto-audit branch June 1, 2026 05:17
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4cde2f0f1f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Status: **warn**

Package: `contextforge@0.71.0`
Package: `contextforge@0.72.0`
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove generated publish-readiness artifact from the commit

The root AGENTS.md says to “Keep generated artifacts out of commits” and explicitly lists contextforge-publish-readiness.md; updating this generated report here violates the repo guidance and forces generated-output churn for version-only changes. Drop this file from the commit and regenerate it locally when needed.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Audit Copilot instruction applyTo scopes

1 participant