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
17 changes: 17 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.git
.gitignore
.env
__pycache__/
*.pyc
node_modules/
.idea/
.vscode/
.DS_Store
*.log
.github/
Dockerfile
docker-compose*
README.md
CONTRIBUTING.md
SECURITY.md
AUDIT_REPORT.md
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @OneByJorah
5 changes: 5 additions & 0 deletions AUDIT_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# AUDIT_REPORT - arah
**Date:** 2026-07-05
**Score:** 65/100 - DEGRADED
- Multi-service orchestration stack
- Missing: j1.yaml, .dockerignore, CODEOWNERS, CHANGELOG
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog
## [1.0.0] - 2026-07-05
### Added
- Initial release
7 changes: 7 additions & 0 deletions j1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repo: arah
class: Orchestration / DevOps
org: OneByJorah
license: MIT
production_score: 65
last_audit: "2026-07-05"
deploy_target: scratch
Loading