Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 0 additions & 91 deletions .cspell.json

This file was deleted.

103 changes: 103 additions & 0 deletions .cspell.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
---
# Spell-Checking
#
# PURPOSE:
# - Maintain professional documentation and code quality
# - Catch spelling errors before publication
# - Support consistent technical terminology usage
# - Misspelled words should be fixed in the source
# - NEVER add a misspelled word to the 'words' list
# - PROPOSE only genuine technical terms/names as needed

version: "0.2"
language: en

# Project-specific technical terms and tool names
words:
- Anson
- Blockquotes
- buildmark
- BuildMark
- build_notes
- camelcase
- Checkmarx
- CodeQL
- code_quality
- code_review_plan
- code_review_report
- copilot
- cspell
- csproj
- dbproj
- dcterms
- Dema
- demaconsulting
- DEMACONSULTINGNUGETKEY
- Dependabot
- dependabot
- doctitle
- dotnet
- editorconfig
- filepart
- fsproj
- Gidget
- gitattributes
- ibiqlik
- LINQ
- maintainer
- markdownlint
- mermaid
- msbuild
- mstest
- ncipollo
- nuget
- nupkg
- opencover
- pagetitle
- pandoc
- Propagatable
- Pylint
- Qube
- reqstream
- ReqStream
- requirements_doc
- requirements_report
- reviewmark
- ReviewMark
- Sarif
- SarifMark
- SBOM
- Semgrep
- semver
- slnx
- snupkg
- sonarmark
- SonarMark
- SonarQube
- spdx
- streetsidesoftware
- testname
- TMPL
- trace_matrix
- triaging
- Trivy
- trx
- vbproj
- vcxproj
- versionmark
- VersionMark
- Weasyprint
- yamllint

# Exclude common build artifacts, dependencies, and vendored third-party code
ignorePaths:
- "**/.git/**"
- "**/node_modules/**"
- "**/.venv/**"
- "**/thirdparty/**"
- "**/third-party/**"
- "**/3rd-party/**"
- "**/AGENT_REPORT_*.md"
- "**/bin/**"
- "**/obj/**"
- package-lock.json
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Set default behavior: normalize line endings to LF on checkout for all text files.
# This ensures consistent SHA256 fingerprints for reviewmark across all platforms.
* text=auto eol=lf

# Windows batch files require CRLF line endings to function correctly.
*.bat text eol=crlf
*.cmd text eol=crlf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: Code Quality Agent
description: Ensures code quality through linting and static analysis - responsible for security, maintainability, and correctness
name: code-quality
description: Ensures code quality through comprehensive linting and static analysis.
tools: [read, search, edit, execute, github, agent]
user-invocable: true
---

# Code Quality Agent - VersionMark
Expand Down Expand Up @@ -31,8 +33,8 @@ Ensure the project is:

1. **Build**: Zero warnings (TreatWarningsAsErrors=true)
2. **Linting**:
- markdownlint (`.markdownlint-cli2.jsonc`)
- cspell (`.cspell.json`)
- markdownlint (`.markdownlint-cli2.yaml`)
- cspell (`.cspell.yaml`)
- yamllint (`.yamllint.yaml`)
- dotnet format (`.editorconfig`)
3. **Static Analysis**:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: Code Review Agent
description: Assists in performing formal file reviews - knows how to elaborate review-sets and perform structured review checks
name: code-review
description: Assists in performing formal file reviews.
tools: [read, search, edit, execute, github, web, agent]
user-invocable: true
---

# Code Review Agent - VersionMark
Expand Down
150 changes: 0 additions & 150 deletions .github/agents/repo-consistency-agent.md

This file was deleted.

Loading