Files
clawmates/.sqlx/query-9f214997187dd16cb319b3ab58195e75efa03f2aba22eac2a9669d412ca50f94.json
T
Omar SobhandClaude Fable 5 0afb359183 P0: workspace scaffold, CI gates, tc-domain, tc-config, tc-db vs real Postgres
- Cargo workspace with 1250-line and no-placeholder CI gates wired first
- tc-domain: id newtypes, SessionKey codec (proptest round-trip), Role,
  GatedCategory (spec §15), AccessPolicy, core entities
- tc-config: figment TOML+env config, DeployTarget/provider/auth selection
  with semantic validation
- migrations/0001: full spec §14 schema incl. DB-enforced append-only audit_log
- tc-db: compile-time-checked sqlx repos (workspaces, users, agents+policies,
  credits, audit) with committed .sqlx offline metadata
- tc-testkit: per-test real-Postgres databases (testcontainers or
  TC_TEST_DATABASE_URL), embedded migrations

Co-Authored-By: Claude Fable 5 <[email protected]>
2026-06-09 22:25:47 -05:00

41 lines
810 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT humans_mode, human_ids, agents_mode, agent_ids\n FROM access_policies WHERE agent_id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "humans_mode",
"type_info": "Text"
},
{
"ordinal": 1,
"name": "human_ids",
"type_info": "UuidArray"
},
{
"ordinal": 2,
"name": "agents_mode",
"type_info": "Text"
},
{
"ordinal": 3,
"name": "agent_ids",
"type_info": "UuidArray"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false,
false,
false,
false
]
},
"hash": "9f214997187dd16cb319b3ab58195e75efa03f2aba22eac2a9669d412ca50f94"
}