Skip to content

Commit 0d85611

Browse files
chore: drop package-lock.json across all packages (npm-avoidant) (#32)
Publishing the feat/safe-dom-package branch (2 commit(s) over main) — getting it on track per the 2026-05-16 estate pass. Far-from-main branches may need rebase before merge. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 5ed636e commit 0d85611

8 files changed

Lines changed: 33 additions & 6380 deletions

File tree

.claude/PROJECT.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Accessibility Everywhere - Claude Code Instructions
2+
3+
This repository contains the Accessibility Everywhere framework.
4+
5+
## Project Structure
6+
7+
```
8+
accessibility-everywhere/
9+
├── .claude/ # AI assistant instructions
10+
├── .git/ # Version control
11+
├── .gitignore # Git ignore rules
12+
├── .editorconfig # Editor configuration
13+
└── ... # Framework files
14+
```
15+
16+
## Build Commands
17+
18+
Refer to project-specific documentation.
19+
20+
## Coding Conventions
21+
22+
- Follow hyperpolymath standards
23+
- All code must have SPDX license headers
24+
- Use approved languages only (see CLAUDE.md)
25+
- Document all non-obvious decisions
26+
27+
## Security
28+
29+
- No hardcoded secrets
30+
- All secrets through environment variables or secret management
31+
- SHA-pinned dependencies where applicable
32+
- HTTPS only, no HTTP URLs
33+
- No MD5/SHA1 for security purposes

0 commit comments

Comments
 (0)