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
33 changes: 33 additions & 0 deletions .claude/PROJECT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# IPFS Overlay - Claude Code Instructions

This repository contains the IPFS overlay network implementation.

## Project Structure

```
ipfs-overlay/
├── .claude/ # AI assistant instructions
├── .git/ # Version control
├── .gitignore # Git ignore rules
├── .editorconfig # Editor configuration
└── ... # Overlay files
```

## Build Commands

Refer to project-specific documentation.

## Coding Conventions

- Follow hyperpolymath standards
- All code must have SPDX license headers
- Use approved languages only (see CLAUDE.md)
- Document all non-obvious decisions

## Security

- No hardcoded secrets
- All secrets through environment variables or secret management
- SHA-pinned dependencies where applicable
- HTTPS only, no HTTP URLs
- No MD5/SHA1 for security purposes
2 changes: 1 addition & 1 deletion contractiles/dust/Dustfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: PLMP-1.0-or-later
# SPDX-License-Identifier: PMPL-1.0-or-later
# Dustfile template - recovery and rollback semantics

version: 1
Expand Down
2 changes: 1 addition & 1 deletion contractiles/must/Mustfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: PLMP-1.0-or-later
# SPDX-License-Identifier: PMPL-1.0-or-later
# Mustfile - declarative state contract (template)
# See: https://github.com/hyperpolymath/mustfile

Expand Down
Loading