ACP Attempts
AI Context Protocol debug session tracking file
| Type | object |
|---|---|
| File match |
**/.acp/acp.attempts.json
acp.attempts.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/acp-attempts/latest.json |
| Source | https://acp-protocol.dev/schemas/v1/attempts.schema.json |
Validate with Lintel
npx @lintel/lintel check
AI Context Protocol attempts tracking file format (.acp/acp.attempts.json)
Properties
ACP specification version
Last update timestamp (ISO 8601)
Active attempts indexed by ID
Checkpoints indexed by name
History of completed/reverted attempts (max 1000 entries)
JSON Schema URL for validation
Definitions
Unique attempt identifier
Current status of the attempt
When the attempt was started
When the attempt was last updated
Files modified in this attempt
Conditions that should trigger automatic revert
Related issue/ticket reference
Description of what this attempt is trying to accomplish
File path relative to project root
MD5 hash of original content
MD5 hash of modified content
Original file content (stored if under size limit)
[start_line, end_line] of changes. Semantic constraint: start_line <= end_line
Checkpoint name
When the checkpoint was created
File states at checkpoint time
Description of checkpoint state
Git commit SHA at checkpoint time
MD5 hash of file content
File content (stored if under size limit)
Attempt identifier
Current status of the attempt
When the attempt started
When the attempt ended
Number of files modified
Related issue/ticket reference
Description of outcome
Current status of the attempt