stemedb/applications/aphoria/docs/guides/README.md
jordan 28fc3b5391 feat(aphoria): add C language support and streamline documentation
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>
2026-02-12 03:02:33 -07:00

46 lines
1.9 KiB
Markdown

# Aphoria Guides
## Getting Started
| Guide | Audience | Time |
|-------|----------|------|
| [Solo Developer Guide](./solo-developer-guide.md) | Individual developers, side projects | 2 min |
| [The First Scan](./the-first-scan.md) | Detailed walkthrough for everyone | 10 min |
| [Enterprise Quick Start](./enterprise-quick-start.md) | Platform engineering teams | 5 min |
| [Enterprise Pilot Guide](./enterprise-pilot-guide.md) | Security teams running pilots | 4 weeks |
## Core Workflows
| Guide | Description |
|-------|-------------|
| [Bulk Claim Import](./bulk-claim-import.md) | Import claims from TOML files |
| [Federating Truth](./federating-truth.md) | Trust Pack creation and distribution |
| [Multi-Team Policy Governance](./multi-team-policy-governance.md) | Managing policies across teams |
| [Policy Audit Trails](./policy-audit-trails.md) | Compliance and auditing |
| [Pre-Flight Checks](./pre-flight-checks.md) | Pre-commit and CI integration |
## Advanced
| Guide | Description |
|-------|-------------|
| [Golden Path Loop](./golden-path-loop.md) | Autonomous commit-time flywheel |
| [LLM Wiki Extraction](./llm-wiki-extraction.md) | Extract claims from docs using LLM |
| [AAA Game Development](./aaa-game-development.md) | 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/](../../../sdk/go/adk/)
## Reference
| Document | Purpose |
|----------|---------|
| [CLI Reference](../reference/cli-reference.md) | Complete command documentation |
| [Comparison Modes](../reference/comparison-modes.md) | Claim comparison modes |
| [Configuration](../reference/configuration.md) | `.aphoria/config.toml` reference |
| [Declarative Extractors](../extractors/declarative-extractors.md) | Custom extractor field reference |
| [Architecture](../architecture/README.md) | System design |