chore(init): scaffold railiance-apps (S5 Workloads & Experience Endpoints)

Initial repo structure per ADR-003: CLAUDE.md, Makefile, workplans/.
No implementation yet — repo claims its OAS stack layer.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 00:36:06 +01:00
commit 668dfd9b54
3 changed files with 70 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
SHELL := /usr/bin/env bash
.DEFAULT_GOAL := help
help: ## Show this help
@grep -E '^[a-zA-Z0-9_-]+:.*?## ' $(MAKEFILE_LIST) | sort | sed 's/:.*##/: /'