init: scaffold Seth-Workflow-April-2026

User-agnostic, shareable AI-assisted development workflow distilled from
26+ real projects. Includes 9 composable rules, 4 project templates,
pre-push secret scanning hook, 3 methodology guides, and customization docs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mortdecai
2026-04-01 15:55:58 -04:00
commit 9ff8e915b8
22 changed files with 1917 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# CONTEXT.md -- Infrastructure & Deployment Context
> Static facts about where and how this project runs.
> Update when infrastructure changes. Don't put session-specific notes here -- those go in SESSION.md.
## Deployment
| Property | Value |
|----------|-------|
| Host | <hostname or IP> |
| Port | <port number> |
| Service name | <systemd service, container name, etc.> |
| URL | <public URL if applicable> |
## Dependencies
| Dependency | Version | Purpose |
|------------|---------|---------|
| <name> | <version> | <what it's used for> |
## Configuration
<Key configuration files and their locations. Environment variables needed.>
```
# Required environment variables
<VAR_NAME>=<description>
```
## Architecture Notes
<How the system fits together. What talks to what. Key design decisions.>
## Known Issues
<Infrastructure-specific issues, workarounds, and gotchas that anyone working on this project needs to know.>