Edge Story Wiki - PRP Methodology and Context-Driven Development Documentation
This Wiki.js instance contains comprehensive documentation for:
- PRP (Product Request Prompt) methodology
- Context-driven development practices
- @dcversus/prp CLI tool usage
- Wiki.js administration guides
- Contributing to open-source PRP projects
Created by: dcversus Contact: dc@dcversus.com License: MIT
# Clone or use PRP CLI
prp --name ark --template wikijs --no-interactive
cd ark
# Configure environment
cp .env.example .env
# Edit .env with your settings
# Start Wiki.js with Docker
docker-compose up -d
# Access at http://localhost:3000- Navigate to
http://localhost:3000 - Complete setup wizard
- Create admin account
- Configure Authentik (optional)
- Import documentation from
docs/directory
docs/
├── 00-09: Getting Started
│ ├── 00-welcome.md
│ ├── 01-what-is-prp.md
│ ├── 02-github-registration.md
│ └── 03-authentik-login.md
├── 10-19: PRP Methodology
│ ├── 10-prp-overview.md
│ ├── 11-signal-system.md
│ ├── 12-context-driven-development.md
│ └── 13-human-as-agent.md
├── 20-29: PRP CLI
│ ├── 20-prp-cli-installation.md
│ ├── 21-prp-cli-usage.md
│ └── 22-prp-templates.md
├── 30-39: Contributing
│ ├── 30-how-to-contribute.md
│ ├── 31-writing-articles.md
│ └── 32-article-fact-checking.md
├── 40-49: Wiki.js Admin
│ ├── 40-wikijs-basics.md
│ ├── 41-wikijs-content-management.md
│ └── 42-wikijs-best-practices.md
└── 50-59: References
├── 50-research-papers.md
├── 51-external-resources.md
└── 52-glossary.md
- ✅ Pre-written documentation covering PRP methodology
- ✅ Fact-checked articles with proper citations
- ✅ Docker Compose setup for easy deployment
- ✅ Authentik SSO configuration
- ✅ PostgreSQL database backend
- ✅ Redis caching layer
- ✅ Non-developer friendly guides
- Create new
.mdfile indocs/ - Follow naming convention:
XX-descriptive-name.md - Include frontmatter (see existing articles)
- Add proper citations and fact-checking
- Test in Wiki.js
- Commit to repository
See Writing Articles Guide for:
- Article structure template
- Citation standards
- Self-check criteria
- Fact-checking process
# Use production docker-compose
docker-compose -f docker-compose.prod.yml up -d
# Configure reverse proxy (nginx/caddy)
# Set up SSL certificates
# Configure backupsRequired for production:
DB_PASS- Strong database passwordAUTHENTIK_CLIENT_SECRET- OAuth client secretWIKI_ADMIN_EMAIL- Administrator email
See CONTRIBUTING.md
MIT © 2025 dcversus