Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
239 commits
Select commit Hold shift + click to select a range
9a31344
feat: add codex.hooks.json settings template
tayontech Apr 7, 2026
d591442
feat: extend install.js to generate .codex/hooks.json with absolute p…
tayontech Apr 7, 2026
2576deb
fix(AGENTS.md): remove Codex enforcement text, make hooks section pla…
tayontech Apr 8, 2026
5ea0de0
docs: add Codex paths to CLAUDE.md hooks Installation paragraph
tayontech Apr 8, 2026
d4b8a2d
docs: remove stale 'Codex does not support lifecycle hooks' statement…
tayontech Apr 8, 2026
f4c16c5
docs: annotate CLAUDE.md hooks table Event column with platform scope
tayontech Apr 8, 2026
922fa4f
docs: add cross-platform hook event mapping table to AGENTS.md
tayontech Apr 8, 2026
a3e9ebe
feat(enum-sts): add Shared Runtime Contract section (47-02-01)
tayontech Apr 8, 2026
8593f3e
feat(enum-sts): rename three sections to match ENUM-AGENT-SPEC (47-02…
tayontech Apr 8, 2026
6f81b2e
feat(iam): add Shared Runtime Contract section (47-01-01)
tayontech Apr 8, 2026
edd1fa4
feat(iam): rename sections to match ENUM-AGENT-SPEC (47-01-02)
tayontech Apr 8, 2026
c5d074a
feat(enum-sts): reorder sections to match canonical 12-section spec o…
tayontech Apr 8, 2026
31d9c31
fix(enum-sts): use \$STATUS variable in output envelope (47-02-04)
tayontech Apr 8, 2026
5143c6a
feat(iam): reorder sections to canonical 12-section spec order (47-01…
tayontech Apr 8, 2026
7c081a5
fix(enum-sts): add ERRORS+= to Post-Write Validation bash block (47-0…
tayontech Apr 8, 2026
0b43e1c
feat(iam): fix Post-Write Validation to use ERRORS+= bash block (47-0…
tayontech Apr 8, 2026
edaa0e5
feat(47-06-01): add Shared Runtime Contract section to scope-enum-lambda
tayontech Apr 8, 2026
b64914c
feat(47-06-02): add ENABLED_REGIONS fallback bash block to Input section
tayontech Apr 8, 2026
10c9105
feat(47-06-03): rename sections to match ENUM-AGENT-SPEC canonical names
tayontech Apr 8, 2026
8253da9
feat(enum-s3): standardize scope-enum-s3.md to ENUM-AGENT-SPEC
tayontech Apr 8, 2026
8b3c74a
feat(enum-sqs): standardize scope-enum-sqs.md to ENUM-AGENT-SPEC
tayontech Apr 8, 2026
8f96c64
feat(enum): standardize scope-enum-secrets to ENUM-AGENT-SPEC
tayontech Apr 8, 2026
a218dc2
feat(47-09): standardize scope-enum-sns.md to ENUM-AGENT-SPEC
tayontech Apr 8, 2026
5f9dae0
feat(enum): standardize scope-enum-codebuild to ENUM-AGENT-SPEC
tayontech Apr 8, 2026
0468248
feat(enum-rds): standardize scope-enum-rds.md to ENUM-AGENT-SPEC (pla…
tayontech Apr 8, 2026
c069085
feat(enum): standardize scope-enum-apigateway to ENUM-AGENT-SPEC (47-11)
tayontech Apr 8, 2026
79ba771
feat(enum-ec2): standardize scope-enum-ec2.md to ENUM-AGENT-SPEC
tayontech Apr 8, 2026
6677cbb
feat(47-06-04): reorder sections to match canonical 12-section spec o…
tayontech Apr 8, 2026
fec4733
chore: remove token budget comments from agent files
tayontech Apr 8, 2026
4347faa
docs: update README Codex platform status to full hook support
tayontech Apr 8, 2026
a6b8c1e
fix: suppress artifact-check false positives for in-progress audit runs
tayontech Apr 8, 2026
999ad73
fix(audit): remove extra continue/skip prompt from module_validation …
tayontech Apr 8, 2026
92171e3
fix(audit): guard defend auto-chain against GATE4_SKIP
tayontech Apr 8, 2026
7ec3e2e
fix(audit): remove dashboard history wipe and cross-run find fallback…
tayontech Apr 8, 2026
4f679e5
feat(defend): add accounts_analyzed field for multi-account runs (DFN…
tayontech Apr 8, 2026
fca7108
feat(defend): add zero-path exception to mandatory outputs and self-c…
tayontech Apr 8, 2026
add0d43
feat(defend): fix coverage-gate fallback to use STATUS/COVERAGE_ERROR…
tayontech Apr 8, 2026
07d2b71
fix(defend): replace premature PIPELINE_STATUS default with pending p…
tayontech Apr 8, 2026
026cb96
fix(defend): remove dead fallback for absent results.json in Priority…
tayontech Apr 8, 2026
0e7af59
fix(defend): replace non-canonical edge_type values with project-wide…
tayontech Apr 8, 2026
7786135
feat(defend): add explicit RISK_SCORE derivation in results_export St…
tayontech Apr 8, 2026
d843008
fix(hunt): update header to state three entry point modes (HUNT-07)
tayontech Apr 8, 2026
12870c7
fix(hunt): route investigation mode through hypothesis engine before …
tayontech Apr 8, 2026
17a3845
fix(hunt): route hunt mode through hypothesis engine before mcp_detec…
tayontech Apr 8, 2026
cad0c78
fix(hunt): add investigation_context builder for intel mode in hypoth…
tayontech Apr 8, 2026
c341c29
fix(hunt): HUNT-03 — derive adversary_goal in HYPO-02 and HYPO-03 hyp…
tayontech Apr 8, 2026
74c4eef
fix(hunt): HUNT-04 — add raw_events to investigation_findings accumul…
tayontech Apr 8, 2026
56bbbae
fix(hunt): HUNT-05 — assign pasted text to INTEL_NL_INPUT in URL fetc…
tayontech Apr 8, 2026
321510d
fix(hunt): HUNT-06 — replace wrong MITRE ID fallback with MITRE-keyed…
tayontech Apr 8, 2026
31c3a6f
fix(enum): replace jq -s 'add // []' with jq -s '.' in codebuild, ec2…
tayontech Apr 8, 2026
5e80bdf
fix(enum): add temp error file folding to 5 regional enum agents (ENU…
tayontech Apr 8, 2026
4774eab
fix(dashboard): remove require("fs") in ESM module scope
tayontech Apr 8, 2026
fec5e54
chore: add .obsidian/ to gitignore
tayontech Apr 8, 2026
3d5cbbe
fix(exploit): permission & state model fixes (PERM-01, PERM-02, PERM-03)
tayontech Apr 8, 2026
ee60d4f
fix(exploit): GATE-01 — add continue branch for zero-path runs
tayontech Apr 8, 2026
e0fd836
fix(exploit): GATE-02 — align Gate 4 skip semantics with success crit…
tayontech Apr 8, 2026
d77d047
fix(exploit): GATE-03 — fix Gate 2 sequencing in permission discovery
tayontech Apr 8, 2026
fd7c71e
fix(exploit): GATE-04 — remove PIPELINE_STATUS from results export block
tayontech Apr 8, 2026
fd7f753
fix(exploit): REAS-01 add per-node permission discovery to BFS latera…
tayontech Apr 8, 2026
84a7765
fix(schema): REAS-03 add exfiltration to attack_paths category enum
tayontech Apr 8, 2026
747de51
fix: address 3 post-review findings
tayontech Apr 8, 2026
a249e3a
fix(attack-paths): address 3 post-review findings
tayontech Apr 8, 2026
170acd7
merge: resolve conflicts with main (keep v1.12 fixes)
tayontech Apr 8, 2026
dd2663b
fix: address 10 post-review findings (round 3)
tayontech Apr 8, 2026
189d74a
fix(pipeline): resolve remaining stale contracts — lowercase risk_sco…
tayontech Apr 8, 2026
2f25edd
fix(attack-paths): add wildcard to TRUST_JSON example trust_type enum
tayontech Apr 8, 2026
eb34144
fix(dashboard): derive output filename from run ID to avoid overwriti…
tayontech Apr 8, 2026
15b66ef
docs: update all dashboard.html references to run-id-based filenames
tayontech Apr 10, 2026
ab5e4a0
fix(mcp): remove env block from mcp.json template — bash wrapper hand…
tayontech Apr 13, 2026
1f358a7
fix(mcp): use npx directly instead of bash wrapper for Claude Code MCP
tayontech Apr 14, 2026
05e2d1e
feat: add scope-hunt-investigate subagent for investigation mode intake
tayontech Apr 14, 2026
1fe0f91
feat: add scope-hunt-intel subagent for threat intel mode intake
tayontech Apr 14, 2026
fc3bcbc
feat: add scope-hunt-audit subagent for hunt mode intake
tayontech Apr 14, 2026
8859c07
refactor(hunt): rewrite scope-hunt.md as lean orchestrator, update docs
tayontech Apr 14, 2026
6414689
docs(53): add code review report
tayontech Apr 14, 2026
296d81a
fix: hook security hardening, exploit contract fixes, hunt memory rem…
tayontech Apr 19, 2026
bbc5cf6
fix: standardize severity casing, edge types, node IDs, and prompt hy…
tayontech Apr 19, 2026
6bcb60b
fix: resolve remaining severity, edge type, node ID, and prompt hygie…
tayontech Apr 19, 2026
ba10ec0
fix: attack-paths public_access rule, audit em-dash consistency, pipe…
tayontech Apr 19, 2026
c568eb7
merge: resolve conflicts with main (keep case-insensitive severity re…
tayontech Apr 19, 2026
0e14ce9
fix: remove .planning file from tracking (gitignored)
tayontech Apr 19, 2026
92b0d05
feat(57-01): create config/models.json — tier-to-model mapping source…
tayontech Apr 19, 2026
d1b9e2a
feat(57-01): create agents/shared/ directory for Phase 58 shared content
tayontech Apr 19, 2026
c6ffd45
docs(57-01): complete models-json-and-shared-dir plan
tayontech Apr 19, 2026
8cc883b
docs(57-01): mark PROM-01 complete in REQUIREMENTS.md
tayontech Apr 19, 2026
129bd01
feat(57-02-01): load config/models.json at startup and replace SUBAGE…
tayontech Apr 19, 2026
bf858b7
feat(57-02-02): add resolveIncludes() function to bin/install.js
tayontech Apr 19, 2026
423533a
feat(57-02-03): wire resolveIncludes into install pipeline and emit p…
tayontech Apr 19, 2026
41d5926
docs(57-02): complete include-resolver-and-tier-routing plan
tayontech Apr 19, 2026
0a63be7
feat(58-01): extract agent-preamble.md — shared core mandates
tayontech Apr 19, 2026
8bbe33d
feat(58-01): extract verification-protocol.md — shared 8-step verific…
tayontech Apr 19, 2026
573e16d
feat(58-01): extract evidence-logging.md — shared evidence log base
tayontech Apr 19, 2026
dd97fd7
feat(58-01): extract enum-output-contract.md — shared 3-step enum pip…
tayontech Apr 19, 2026
0bae593
docs(58-01): complete plan — 4 shared content files created in agents…
tayontech Apr 19, 2026
7b4b6ba
refactor(enum): replace inline output contract with @include in sts, …
tayontech Apr 19, 2026
ed0a8de
refactor(enum): replace inline output contract with @include in secre…
tayontech Apr 19, 2026
9ec4631
refactor(enum): replace inline output contract with @include in rds, …
tayontech Apr 19, 2026
74ed092
feat(58-03): update scope-exploit.md — @include shared sections, rena…
tayontech Apr 19, 2026
7efe9da
feat(58-03): update scope-audit.md — @include shared sections, remove…
tayontech Apr 19, 2026
02c3dbf
refactor(enum): replace inline output contract with @include in apiga…
tayontech Apr 19, 2026
8e91140
feat(58-03): update scope-defend.md — @include shared sections, renam…
tayontech Apr 19, 2026
bf9b782
feat(58-03): update scope-hunt.md — @include shared sections, rename …
tayontech Apr 19, 2026
99e94b4
docs(planning): complete 58-02 — update STATE.md, ROADMAP.md, create …
tayontech Apr 19, 2026
45464cf
feat(58-03): add @include evidence-logging to scope-audit.md, rename …
tayontech Apr 19, 2026
3900a75
docs(planning): complete 58-03 — update STATE.md, ROADMAP.md, create …
tayontech Apr 19, 2026
1cfcaea
feat(59-01): consolidate scope-defend intake into single <intake_prot…
tayontech Apr 19, 2026
6bd5fed
feat(60-02-T1): add analysis catalogue load blocks to cloudtrail_clas…
tayontech Apr 19, 2026
a29dcc8
feat(hunt): extract reference pattern catalogue to config/hunt-refere…
tayontech Apr 19, 2026
66239fd
feat(60-02-T2): wire ESC_CAT into escalation_analysis, remove inline …
tayontech Apr 19, 2026
7c98214
feat(60-02-T3): wire PERSIST_CAT into persistence_analysis, remove in…
tayontech Apr 19, 2026
8928697
feat(60-02-T4): wire POSTEX_CAT into exfiltration_analysis, remove in…
tayontech Apr 19, 2026
aeaafd0
refactor(hunt): replace inline reference pattern catalogue with on-de…
tayontech Apr 19, 2026
6e1d52d
docs(60-02): complete exploit config catalogue wiring plan
tayontech Apr 19, 2026
0f80e09
feat(61-01): add bin/extract-graph.js for deterministic graph extraction
tayontech Apr 19, 2026
f707066
feat(61-02): replace Phase A jq pipelines with extract-graph.js invoc…
tayontech Apr 19, 2026
5532caf
refactor(61-02): update verification check references from jq to extr…
tayontech Apr 19, 2026
0d67d13
test(61-01): add extract-graph regression test fixtures
tayontech Apr 19, 2026
dfa4baa
test(61-01): add extract-graph regression test runner
tayontech Apr 19, 2026
45461ae
chore(61-01): add test/tmp/ to .gitignore
tayontech Apr 19, 2026
093fd7a
feat(61-02): add [PIPELINE_ERROR] guards to scope-pipeline.md normali…
tayontech Apr 19, 2026
e74cb44
feat(62-02): create credential isolation shared include
tayontech Apr 19, 2026
76c481b
feat(62-01): add path sanitization to safety guard hook
tayontech Apr 19, 2026
6f5bfb8
feat(62-02): rewrite hop templates to use subshell credential isolation
tayontech Apr 19, 2026
bea0245
feat(65-01): add package.json with 20 AWS SDK packages
tayontech Apr 19, 2026
e4cabeb
feat(65-01): add scripts/lib shared utilities
tayontech Apr 19, 2026
ff7e74e
chore(65-01): add scripts/enum/ directory placeholder
tayontech Apr 19, 2026
2bc1dce
fix(65): add ./scripts/ to safety guard internal prefixes
tayontech Apr 19, 2026
877206f
chore(65): update AWS SDK packages to latest (3.1032.0)
tayontech Apr 19, 2026
66afe83
fix(65): add HTTP 429/503 status check to throttle detection in retry.js
tayontech Apr 19, 2026
63af2e6
feat(67-02): create scripts/enum/sts.js — STS & Organizations enumera…
tayontech Apr 19, 2026
0931933
feat(67-01): create scripts/enum/iam.js with GAAD path, fallback, sta…
tayontech Apr 19, 2026
f4e0043
feat(68-02): add DynamoDB SDK enum script
tayontech Apr 19, 2026
920bfd0
feat(68-01): add S3 enumeration script
tayontech Apr 19, 2026
0ff544a
feat(68-02): add SSM Parameter Store SDK enum script
tayontech Apr 19, 2026
1d177c6
feat(68-01): add KMS enumeration script
tayontech Apr 19, 2026
dec4fb3
feat(68-01): add Secrets Manager enumeration script
tayontech Apr 19, 2026
8865953
feat(68-01): add RDS enumeration script
tayontech Apr 19, 2026
a15b8bd
chore(69-01): add ELB SDK packages for EC2 load balancer enumeration
tayontech Apr 19, 2026
43744c6
feat(69-01): create EC2 enumeration script with IMDS detection
tayontech Apr 19, 2026
9b131e8
feat(69-01): create Lambda enumeration script with secret-pattern det…
tayontech Apr 19, 2026
08cd550
feat(69-01): create CodeBuild enumeration script (env var names only)
tayontech Apr 19, 2026
f05674c
feat(70-01): add SNS enumeration script
tayontech Apr 19, 2026
1d5b023
feat(70-02): add Bedrock enumeration script
tayontech Apr 19, 2026
21b309b
feat(70-01): add SQS enumeration script
tayontech Apr 19, 2026
22d0432
feat(70-02): add Cognito enumeration script
tayontech Apr 19, 2026
6bc677f
feat(70-01): add API Gateway enumeration script
tayontech Apr 19, 2026
5a0ef6d
feat(71-01): add test runner, npm test script, refactor iam.js and st…
tayontech Apr 19, 2026
0ba89cf
feat(71-03): refactor EC2, SNS, SQS, CodeBuild scripts for dependency…
tayontech Apr 19, 2026
d765841
refactor(71-02): add DI run() export to S3, KMS, Secrets, RDS, Lambda…
tayontech Apr 19, 2026
11f435b
feat(71-04): refactor apigateway, bedrock, cognito, dynamodb, ssm for DI
tayontech Apr 19, 2026
8fbd67f
feat(71-01): add IAM and STS fixture data and passing tests
tayontech Apr 19, 2026
6de53cf
feat(71-03): add fixture-based tests for EC2, SNS, SQS, CodeBuild enu…
tayontech Apr 19, 2026
27e2eec
test(71-02): add fixture-based tests for S3, KMS, Secrets, RDS, Lambd…
tayontech Apr 19, 2026
890dd69
docs(71-02): add plan 02 SUMMARY.md
tayontech Apr 19, 2026
d311143
feat(71-04): add fixture-based tests for apigateway, bedrock, cognito…
tayontech Apr 19, 2026
262be55
chore(71-05): remove 12 Haiku enum agent files and enum-output-contra…
tayontech Apr 19, 2026
4c76191
chore(71-05): remove scope-enum references from CLAUDE.md, bin/instal…
tayontech Apr 19, 2026
4efd74e
chore(71): remove validate-enum-output.js and update validation refer…
tayontech Apr 19, 2026
e631fdb
feat(72-01): add discover-regions.js and install @aws-sdk/client-account
tayontech Apr 19, 2026
2368612
feat(72-01): add --regions flag to all 14 regional enum scripts
tayontech Apr 19, 2026
e091147
feat(72-02): add OIDC provider enumeration to iam.js
tayontech Apr 19, 2026
cb140cf
feat(72-02): add policy document capture to iam.js
tayontech Apr 19, 2026
3e95583
feat(72-03): rewrite scope-audit.md to invoke SDK enum scripts via Bash
tayontech Apr 19, 2026
ac8c6eb
feat(72-03): update success_criteria dispatch mode description
tayontech Apr 19, 2026
de836dd
feat(72-04): expand extract-graph.js to 16-service node and edge extr…
tayontech Apr 19, 2026
c933eb8
feat(72-04): add expanded-services test fixture for 16-service graph …
tayontech Apr 19, 2026
91dc299
feat(76-01): modernize attack-paths for Phase 72 data model
tayontech Apr 20, 2026
0a99b40
fix(76-02): remove stale Phase 4/Method 12/7 new services references …
tayontech Apr 20, 2026
85e6600
feat(74-01): create scope-research subagent for real-world abuse cont…
tayontech Apr 20, 2026
e6ea78c
fix(74-01): update research sources and broaden query construction ex…
tayontech Apr 20, 2026
976f4ad
feat(75-01): add scope-synthesizer engagement synthesis subagent
tayontech Apr 20, 2026
49f02ec
feat(75-02): wire synthesizer dispatch into audit orchestrator
tayontech Apr 20, 2026
1079326
feat(77-01): consolidate three technique catalogue files into config/…
tayontech Apr 20, 2026
a7a8f72
feat(77-01): simplify exploit.schema.json for reworked results.json s…
tayontech Apr 20, 2026
d152e80
feat(77-02): rewrite scope-exploit.md as context-driven red team oper…
tayontech Apr 20, 2026
bcc6578
docs(77-03): update CLAUDE.md for reworked exploit agent
tayontech Apr 20, 2026
31aef29
fix(77-02): update schema validation hook for simplified exploit resu…
tayontech Apr 20, 2026
bab5b51
feat(78-01): rewrite defend.schema.json for 5-subagent output structure
tayontech Apr 20, 2026
4bc652c
feat(78-01): update scope-schema-validate.sh defend case for new fiel…
tayontech Apr 20, 2026
ac50b31
feat(78-03): create scope-defend-policy subagent
tayontech Apr 20, 2026
5a62e90
feat(78-04): create scope-defend-validate adversarial review subagent
tayontech Apr 20, 2026
d87b36a
feat(78-02): create scope-defend-guardrails subagent
tayontech Apr 20, 2026
b65e620
feat(78-03): create scope-defend-remediation subagent
tayontech Apr 20, 2026
8eaf5f2
feat(78-02): create scope-defend-splunk subagent
tayontech Apr 20, 2026
7230238
chore: merge executor worktree (worktree-agent-acc45afd)
tayontech Apr 20, 2026
e9bbc74
docs(78-02): complete guardrails and splunk subagents plan
tayontech Apr 20, 2026
f1a648b
feat(78-05): rewrite scope-defend.md as pure orchestrator
tayontech Apr 20, 2026
3e203b9
feat(78-06): update CLAUDE.md for defend subagent architecture and fi…
tayontech Apr 20, 2026
c6c7cb7
feat(78-06): update synthesizer defend field refs for new schema
tayontech Apr 20, 2026
c2be7c7
chore: merge executor worktree (worktree-agent-a1290ad8)
tayontech Apr 20, 2026
30de5b5
fix(78): CR-01 default METRICS variables to 0 before results.json ass…
tayontech Apr 20, 2026
9ca69ab
fix(78): CR-02 replace \d with [0-9] for POSIX-portable account_id va…
tayontech Apr 20, 2026
34b7860
fix(78): CR-03 wire Remediation tab to new schema remediation.file re…
tayontech Apr 20, 2026
40a27b0
fix(78): WR-01 handle STATUS: fail from Round 2 validator before resu…
tayontech Apr 20, 2026
1a08beb
fix(78): WR-02 derive AUDIT_RUN_ID from results.json run_id with base…
tayontech Apr 20, 2026
5b4aa18
fix(78): WR-03 validate policy file JSON before argjson in guardrails…
tayontech Apr 20, 2026
5e99c24
fix(78): WR-04 replace ls variable expansion with safe glob in SCP bo…
tayontech Apr 20, 2026
069aaeb
fix(78): WR-05 catch array form ["*"] in deny-all SCP BLOCK check wit…
tayontech Apr 20, 2026
75060b3
fix(78): WR-06 sort defend results.json glob by mtime to select most …
tayontech Apr 20, 2026
2a0a79a
fix(78): WR-07 pass dashboard index.json vars via env instead of shel…
tayontech Apr 20, 2026
5210247
docs(79-01): create config/splunk-patterns.md SPL best practices refe…
tayontech Apr 20, 2026
7c5a3f7
chore(79-01): add config/index.example.json template and gitignore co…
tayontech Apr 20, 2026
e2a9dd5
docs(79-01): complete plan 79-01 summary
tayontech Apr 20, 2026
65e848d
chore: merge executor worktree (worktree-agent-ac12977c)
tayontech Apr 20, 2026
c02cd4d
feat(79-02): rework scope-spl-lint.sh for multi-index awareness
tayontech Apr 20, 2026
f07895b
chore: merge executor worktree (worktree-agent-a96e94fc)
tayontech Apr 20, 2026
1352ac6
feat(79-03): update scope-hunt.md for multi-index routing and index d…
tayontech Apr 20, 2026
86f6226
feat(79-03): update scope-defend-splunk.md for multi-index detection …
tayontech Apr 20, 2026
f9c92de
docs(79-03): update CLAUDE.md for multi-index Splunk model
tayontech Apr 20, 2026
1e7c9d2
docs(79-03): complete agent multi-index updates plan summary
tayontech Apr 20, 2026
a84ff56
chore: merge executor worktree (worktree-agent-aac632a9)
tayontech Apr 20, 2026
8cd3153
fix(79): replace hardcoded cloudtrail in defend-splunk output templates
tayontech Apr 20, 2026
b7faa80
fix(79): CR-01 close artifact_saving tag and fix broken error_handlin…
tayontech Apr 20, 2026
0f7e22b
fix(79): WR-01 fix tstats volume anomaly example to use defined fields
tayontech Apr 20, 2026
3ef17d2
fix(79): WR-02 remove redundant time suffix literals from Rule 3 time…
tayontech Apr 20, 2026
973de06
fix(79): WR-03 add aws_network group to index selection logic in scop…
tayontech Apr 20, 2026
20903fa
fix(79): WR-04 tighten Rule 5 leading wildcard regex to target field=…
tayontech Apr 20, 2026
113dd95
feat(80): platform directory structure and install modernization
tayontech Apr 20, 2026
3bdd8bc
feat(v1.14): phases 81-84 — project doc redesign, agent compression, …
tayontech Apr 29, 2026
183a4c9
Merge remote-tracking branch 'origin/main' into feature/v1.14-sdk-arc…
tayontech Apr 29, 2026
c5363bb
chore: untrack .planning/ files (gitignored)
tayontech Apr 29, 2026
9d1f0ed
fix: orchestrator dispatch — avoid declare -A, quote REGIONS_ARG, use…
tayontech Apr 29, 2026
ab4618c
fix: replace grep -P with POSIX-compatible grep -oE in spl-lint hook
tayontech Apr 29, 2026
c30b089
fix: move per-service logs to $RUN_DIR/logs/ subdirectory
tayontech Apr 29, 2026
05550db
feat: parallel attack path analysis — 4 domain sub-agents + synthesizer
tayontech Apr 30, 2026
9a99fa5
feat: add Error Visibility principle to PROJECT.md — surface failures…
tayontech Apr 30, 2026
d49e29b
fix: defend orchestrator generates executive-summary.md and technical…
tayontech Apr 30, 2026
a3e3377
fix: rename mitre to mitre_techniques in domain template output contract
tayontech May 4, 2026
4f1d0c7
feat: add description, exploitability, detection_opportunities, remed…
tayontech May 4, 2026
f4d15b0
feat: add schema-required top-level metadata to synthesizer output
tayontech May 4, 2026
95db955
fix: dedup on [source, target, category] to preserve distinct attack …
tayontech May 4, 2026
57c4722
feat: add field merge rules for cross-domain chain assembly
tayontech May 4, 2026
aa8e76e
feat: add graph-assisted N-hop chain discovery to synthesizer
tayontech May 4, 2026
f7fbe44
fix: remove splunk-mcp-start.sh wrapper, simplify MCP setup
tayontech May 4, 2026
b0c1561
feat: add observations.example.md format template for environmental l…
tayontech May 6, 2026
367450e
feat: add observations.md read/write to audit orchestrator
tayontech May 6, 2026
e156b79
feat: add observations.md read/write to defend orchestrator
tayontech May 6, 2026
426e5fc
feat: add observations.md read/write to hunt agent
tayontech May 6, 2026
ae6334e
feat: add observations.md read/write to exploit agent
tayontech May 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ __pycache__/
.gemini/
.agents/

# Platform project docs (generated by install.js from config/project-docs/)
/CLAUDE.md
/GEMINI.md
/AGENTS.md

.planning/
.obsidian/

Expand All @@ -28,6 +33,12 @@ audit/
exploit/
hunt/

# Test scratch space
test/tmp/

# Node
node_modules/

# Dashboard
dashboard/node_modules/
dashboard/dist/
Expand All @@ -39,5 +50,7 @@ dashboard/dashboard.html

# Config (user-specific — contains real account IDs and policies)
config/accounts.json
config/index.json
config/scps/*.json
!config/scps/_example.json
config/observations.md
62 changes: 0 additions & 62 deletions .planning/phases/53-permission-state-model-fixes/53-REVIEW.md

This file was deleted.

229 changes: 0 additions & 229 deletions AGENTS.md

This file was deleted.

Loading