Demo script & slides: - Update speed claims from "0.25s" to "<100ms staged, <1s full" - Fix CLI output mockups to match actual Aphoria table.rs format - Remove fake --approver and --expires flags from ack examples - Remove non-existent "Contact: #security-policy" field - Update ACK output to describe summary table behavior accurately Roadmap additions (Phase 10): - 10.1 Acknowledgment Expiry: --expires flag with duration/ISO date - 10.2 Human-Readable Signer Names: signer_name + contact in PackHeader - 10.3 Speed Benchmarks: aphoria scan --benchmark self-test Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
265 B
JSON
14 lines
265 B
JSON
{
|
|
"name": "aphoria-pitch",
|
|
"version": "1.0.0",
|
|
"description": "Aphoria enterprise pitch presentation",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npx serve -l 3001",
|
|
"start": "npx serve -l 3001"
|
|
},
|
|
"devDependencies": {
|
|
"serve": "^14.2.0"
|
|
}
|
|
}
|