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:
@@ -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.>
|
||||
Reference in New Issue
Block a user