Add Language::C variant with file detection (.c, Makefile, CMakeLists.txt) and integration across prompts, regex_gen, and path_mapper. Simplify README and guides to be more concise and scannable. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1.9 KiB
1.9 KiB
Aphoria Guides
Getting Started
| Guide | Audience | Time |
|---|---|---|
| Solo Developer Guide | Individual developers, side projects | 2 min |
| The First Scan | Detailed walkthrough for everyone | 10 min |
| Enterprise Quick Start | Platform engineering teams | 5 min |
| Enterprise Pilot Guide | Security teams running pilots | 4 weeks |
Core Workflows
| Guide | Description |
|---|---|
| Bulk Claim Import | Import claims from TOML files |
| Federating Truth | Trust Pack creation and distribution |
| Multi-Team Policy Governance | Managing policies across teams |
| Policy Audit Trails | Compliance and auditing |
| Pre-Flight Checks | Pre-commit and CI integration |
Advanced
| Guide | Description |
|---|---|
| Golden Path Loop | Autonomous commit-time flywheel |
| LLM Wiki Extraction | Extract claims from docs using LLM |
| AAA Game Development | Unreal Engine patterns |
LLM Automation
For autonomous operation, integrate LLM workflows:
- Claude Code skills:
/aphoria-claims,/aphoria-suggest,/aphoria-custom-extractor-creator - Go ADK agents: sdk/go/adk/
Reference
| Document | Purpose |
|---|---|
| CLI Reference | Complete command documentation |
| Comparison Modes | Claim comparison modes |
| Configuration | .aphoria/config.toml reference |
| Declarative Extractors | Custom extractor field reference |
| Architecture | System design |