Skip to content
Merged
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
1 change: 0 additions & 1 deletion .claude/commands/security-review.md

This file was deleted.

Empty file removed git/gitattributes
Empty file.
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions test/config-validation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ describe('Configuration Validation', () => {
expect(fs.existsSync(gitignorePath)).toBe(true);
});

test('should have gitattributes file', () => {
const gitattributesPath = path.join(repoPath, 'git', 'gitattributes');
expect(fs.existsSync(gitattributesPath)).toBe(true);
});

test('gitconfig should not contain hardcoded personal information', () => {
const gitconfigPath = path.join(repoPath, 'git', 'gitconfig');
const gitconfig = fs.readFileSync(gitconfigPath, 'utf8');
Expand Down