aios-core 4.2.13 → 4.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.aios-core/core/code-intel/helpers/dev-helper.js +206 -0
- package/.aios-core/core/registry/registry-schema.json +166 -166
- package/.aios-core/core/synapse/diagnostics/collectors/hook-collector.js +3 -3
- package/.aios-core/data/entity-registry.yaml +27 -0
- package/.aios-core/development/scripts/approval-workflow.js +642 -642
- package/.aios-core/development/scripts/backup-manager.js +606 -606
- package/.aios-core/development/scripts/branch-manager.js +389 -389
- package/.aios-core/development/scripts/code-quality-improver.js +1311 -1311
- package/.aios-core/development/scripts/commit-message-generator.js +849 -849
- package/.aios-core/development/scripts/conflict-resolver.js +674 -674
- package/.aios-core/development/scripts/dependency-analyzer.js +637 -637
- package/.aios-core/development/scripts/diff-generator.js +351 -351
- package/.aios-core/development/scripts/elicitation-engine.js +384 -384
- package/.aios-core/development/scripts/elicitation-session-manager.js +299 -299
- package/.aios-core/development/scripts/git-wrapper.js +461 -461
- package/.aios-core/development/scripts/manifest-preview.js +244 -244
- package/.aios-core/development/scripts/metrics-tracker.js +775 -775
- package/.aios-core/development/scripts/modification-validator.js +554 -554
- package/.aios-core/development/scripts/pattern-learner.js +1224 -1224
- package/.aios-core/development/scripts/performance-analyzer.js +757 -757
- package/.aios-core/development/scripts/refactoring-suggester.js +1138 -1138
- package/.aios-core/development/scripts/rollback-handler.js +530 -530
- package/.aios-core/development/scripts/security-checker.js +358 -358
- package/.aios-core/development/scripts/template-engine.js +239 -239
- package/.aios-core/development/scripts/template-validator.js +278 -278
- package/.aios-core/development/scripts/test-generator.js +843 -843
- package/.aios-core/development/scripts/transaction-manager.js +589 -589
- package/.aios-core/development/scripts/usage-tracker.js +673 -673
- package/.aios-core/development/scripts/validate-filenames.js +226 -226
- package/.aios-core/development/scripts/version-tracker.js +526 -526
- package/.aios-core/development/scripts/yaml-validator.js +396 -396
- package/.aios-core/development/tasks/build-autonomous.md +10 -4
- package/.aios-core/development/tasks/create-service.md +23 -0
- package/.aios-core/development/tasks/dev-develop-story.md +12 -6
- package/.aios-core/development/tasks/dev-suggest-refactoring.md +7 -1
- package/.aios-core/development/tasks/publish-npm.md +3 -3
- package/.aios-core/hooks/unified/README.md +1 -1
- package/.aios-core/install-manifest.yaml +65 -61
- package/.aios-core/manifests/schema/manifest-schema.json +190 -190
- package/.aios-core/product/templates/component-react-tmpl.tsx +98 -98
- package/.aios-core/product/templates/engine/schemas/adr.schema.json +102 -102
- package/.aios-core/product/templates/engine/schemas/dbdr.schema.json +205 -205
- package/.aios-core/product/templates/engine/schemas/epic.schema.json +175 -175
- package/.aios-core/product/templates/engine/schemas/pmdr.schema.json +175 -175
- package/.aios-core/product/templates/engine/schemas/prd-v2.schema.json +300 -300
- package/.aios-core/product/templates/engine/schemas/prd.schema.json +152 -152
- package/.aios-core/product/templates/engine/schemas/story.schema.json +222 -222
- package/.aios-core/product/templates/engine/schemas/task.schema.json +154 -154
- package/.aios-core/product/templates/eslintrc-security.json +32 -32
- package/.aios-core/product/templates/github-actions-cd.yml +212 -212
- package/.aios-core/product/templates/github-actions-ci.yml +172 -172
- package/.aios-core/product/templates/shock-report-tmpl.html +502 -502
- package/.aios-core/product/templates/token-exports-css-tmpl.css +240 -240
- package/.aios-core/quality/schemas/quality-metrics.schema.json +233 -233
- package/.aios-core/scripts/migrate-framework-docs.sh +300 -300
- package/README.en.md +747 -0
- package/README.md +4 -2
- package/bin/aios.js +7 -4
- package/package.json +1 -1
- package/packages/aios-pro-cli/src/recover.js +1 -1
- package/packages/installer/src/wizard/ide-config-generator.js +6 -6
- package/packages/installer/src/wizard/pro-setup.js +3 -3
- package/scripts/package-synapse.js +5 -5
- package/scripts/validate-package-completeness.js +3 -3
- package/.aios-core/.session/current-session.json +0 -14
- package/.aios-core/data/registry-update-log.jsonl +0 -191
- package/.aios-core/docs/SHARD-TRANSLATION-GUIDE.md +0 -335
- package/.aios-core/docs/component-creation-guide.md +0 -458
- package/.aios-core/docs/session-update-pattern.md +0 -307
- package/.aios-core/docs/standards/AIOS-FRAMEWORK-MASTER.md +0 -1963
- package/.aios-core/docs/standards/AIOS-LIVRO-DE-OURO-V2.1-SUMMARY.md +0 -1190
- package/.aios-core/docs/standards/AIOS-LIVRO-DE-OURO-V2.1.md +0 -439
- package/.aios-core/docs/standards/AIOS-LIVRO-DE-OURO.md +0 -5398
- package/.aios-core/docs/standards/V3-ARCHITECTURAL-DECISIONS.md +0 -523
- package/.aios-core/docs/template-syntax.md +0 -267
- package/.aios-core/docs/troubleshooting-guide.md +0 -625
- package/.aios-core/infrastructure/tests/utilities-audit-results.json +0 -501
- package/.aios-core/manifests/agents.csv +0 -29
- package/.aios-core/manifests/tasks.csv +0 -198
- package/.aios-core/manifests/workers.csv +0 -204
- package/.claude/rules/agent-authority.md +0 -105
- package/.claude/rules/coderabbit-integration.md +0 -93
- package/.claude/rules/ids-principles.md +0 -112
- package/.claude/rules/story-lifecycle.md +0 -139
- package/.claude/rules/workflow-execution.md +0 -150
- package/pro/README.md +0 -66
- package/pro/license/degradation.js +0 -220
- package/pro/license/errors.js +0 -450
- package/pro/license/feature-gate.js +0 -354
- package/pro/license/index.js +0 -181
- package/pro/license/license-api.js +0 -651
- package/pro/license/license-cache.js +0 -523
- package/pro/license/license-crypto.js +0 -303
- package/scripts/glue/README.md +0 -355
- package/scripts/glue/compose-agent-prompt.cjs +0 -362
- /package/.claude/hooks/{precompact-session-digest.js → precompact-session-digest.cjs} +0 -0
- /package/.claude/hooks/{synapse-engine.js → synapse-engine.cjs} +0 -0
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Synkra AIOS: Framework Universal de Agentes IA 🚀
|
|
2
2
|
|
|
3
|
+
> 🌍 [English](README.en.md) | **[Português](README.md)**
|
|
4
|
+
|
|
3
5
|
[](https://www.npmjs.com/package/aios-core)
|
|
4
6
|
[](LICENSE)
|
|
5
7
|
[](https://nodejs.org/)
|
|
@@ -479,7 +481,7 @@ O Synkra AIOS vem com 11 agentes especializados:
|
|
|
479
481
|
### Guias Essenciais
|
|
480
482
|
|
|
481
483
|
- 📖 **[Guia do Usuário](docs/guides/user-guide.md)** - Passo a passo completo desde a concepção até a conclusão do projeto
|
|
482
|
-
- 🏗️ **[Arquitetura Principal](docs/architecture/
|
|
484
|
+
- 🏗️ **[Arquitetura Principal](docs/architecture/AIOS-VISUAL-OVERVIEW.md)** - Mergulho técnico profundo e design do sistema
|
|
483
485
|
- 🚀 **[Guia de Squads](docs/guides/squads-guide.md)** - Estenda o AIOS para qualquer domínio além do desenvolvimento de software
|
|
484
486
|
|
|
485
487
|
### Documentação Adicional
|
|
@@ -488,7 +490,7 @@ O Synkra AIOS vem com 11 agentes especializados:
|
|
|
488
490
|
- 📋 **[Primeiros Passos](docs/getting-started.md)** - Tutorial passo a passo para iniciantes
|
|
489
491
|
- 🔧 **[Solução de Problemas](docs/troubleshooting.md)** - Soluções para problemas comuns
|
|
490
492
|
- 🎯 **[Princípios Orientadores](docs/GUIDING-PRINCIPLES.md)** - Filosofia e melhores práticas do AIOS
|
|
491
|
-
- 🏛️ **[Visão Geral da Arquitetura](docs/architecture/
|
|
493
|
+
- 🏛️ **[Visão Geral da Arquitetura](docs/architecture/AIOS-VISUAL-OVERVIEW.md)** - Visão detalhada da arquitetura do sistema
|
|
492
494
|
- ⚙️ **[Guia de Ajuste de Performance](docs/performance-tuning-guide.md)** - Otimize seu fluxo de trabalho AIOS
|
|
493
495
|
- 🔒 **[Melhores Práticas de Segurança](docs/security-best-practices.md)** - Segurança e proteção de dados
|
|
494
496
|
- 🔄 **[Guia de Migração](docs/migration-guide.md)** - Migração de versões anteriores
|
package/bin/aios.js
CHANGED
|
@@ -199,10 +199,13 @@ function showInfo() {
|
|
|
199
199
|
}
|
|
200
200
|
};
|
|
201
201
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
console.log(` -
|
|
202
|
+
const devDir = path.join(aiosCoreDir, 'development');
|
|
203
|
+
const componentBase = fs.existsSync(devDir) ? devDir : aiosCoreDir;
|
|
204
|
+
|
|
205
|
+
console.log(` - Agents: ${countFiles(path.join(componentBase, 'agents'))}`);
|
|
206
|
+
console.log(` - Tasks: ${countFiles(path.join(componentBase, 'tasks'))}`);
|
|
207
|
+
console.log(` - Templates: ${countFiles(path.join(componentBase, 'templates'))}`);
|
|
208
|
+
console.log(` - Workflows: ${countFiles(path.join(componentBase, 'workflows'))}`);
|
|
206
209
|
} else {
|
|
207
210
|
console.log('\n⚠️ AIOS Core not found');
|
|
208
211
|
}
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
const readline = require('readline');
|
|
16
16
|
|
|
17
|
-
const RECOVERY_URL = 'https://
|
|
17
|
+
const RECOVERY_URL = 'https://aios-license-server.vercel.app/reset-password';
|
|
18
18
|
|
|
19
19
|
const RECOVERY_MESSAGE =
|
|
20
20
|
'Se este email estiver associado a uma licenca, voce recebera instrucoes de recuperacao.';
|
|
@@ -659,8 +659,8 @@ async function copyClaudeHooksFolder(projectRoot) {
|
|
|
659
659
|
|
|
660
660
|
// Only copy JS hooks that work standalone (no Python/shell deps)
|
|
661
661
|
const HOOKS_TO_COPY = [
|
|
662
|
-
'synapse-engine.
|
|
663
|
-
'precompact-session-digest.
|
|
662
|
+
'synapse-engine.cjs',
|
|
663
|
+
'precompact-session-digest.cjs',
|
|
664
664
|
'README.md',
|
|
665
665
|
];
|
|
666
666
|
|
|
@@ -692,7 +692,7 @@ async function copyClaudeHooksFolder(projectRoot) {
|
|
|
692
692
|
*/
|
|
693
693
|
async function createClaudeSettingsLocal(projectRoot) {
|
|
694
694
|
const settingsPath = path.join(projectRoot, '.claude', 'settings.local.json');
|
|
695
|
-
const hookFile = path.join(projectRoot, '.claude', 'hooks', 'synapse-engine.
|
|
695
|
+
const hookFile = path.join(projectRoot, '.claude', 'hooks', 'synapse-engine.cjs');
|
|
696
696
|
|
|
697
697
|
// Only create if the hook file was actually copied
|
|
698
698
|
if (!await fs.pathExists(hookFile)) {
|
|
@@ -705,7 +705,7 @@ async function createClaudeSettingsLocal(projectRoot) {
|
|
|
705
705
|
hooks: [
|
|
706
706
|
{
|
|
707
707
|
type: 'command',
|
|
708
|
-
command: 'node ".claude/hooks/synapse-engine.
|
|
708
|
+
command: 'node ".claude/hooks/synapse-engine.cjs"',
|
|
709
709
|
},
|
|
710
710
|
],
|
|
711
711
|
};
|
|
@@ -736,10 +736,10 @@ async function createClaudeSettingsLocal(projectRoot) {
|
|
|
736
736
|
const alreadyRegistered = settings.hooks.UserPromptSubmit.some(entry => {
|
|
737
737
|
// Nested format: entry.hooks[].command
|
|
738
738
|
if (Array.isArray(entry.hooks)) {
|
|
739
|
-
return entry.hooks.some(h => h.command && h.command.includes('synapse-engine
|
|
739
|
+
return entry.hooks.some(h => h.command && h.command.includes('synapse-engine'));
|
|
740
740
|
}
|
|
741
741
|
// Flat format (legacy): entry.command
|
|
742
|
-
return entry.command && entry.command.includes('synapse-engine
|
|
742
|
+
return entry.command && entry.command.includes('synapse-engine');
|
|
743
743
|
});
|
|
744
744
|
|
|
745
745
|
if (!alreadyRegistered) {
|
|
@@ -426,11 +426,11 @@ async function loginWithRetry(client, email) {
|
|
|
426
426
|
const remaining = MAX_RETRIES - attempt;
|
|
427
427
|
if (remaining > 0) {
|
|
428
428
|
spinner.fail(`Incorrect password. ${remaining} attempt${remaining > 1 ? 's' : ''} remaining.`);
|
|
429
|
-
showInfo('Forgot your password? Visit https://
|
|
429
|
+
showInfo('Forgot your password? Visit https://aios-license-server.vercel.app/reset-password');
|
|
430
430
|
} else {
|
|
431
431
|
spinner.fail('Maximum login attempts reached.');
|
|
432
|
-
showInfo('Forgot your password? Visit https://
|
|
433
|
-
showInfo('Or
|
|
432
|
+
showInfo('Forgot your password? Visit https://aios-license-server.vercel.app/reset-password');
|
|
433
|
+
showInfo('Or open an issue: https://github.com/SynkraAI/aios-core/issues');
|
|
434
434
|
return { success: false, error: 'Maximum login attempts reached.' };
|
|
435
435
|
}
|
|
436
436
|
} else if (loginError.code === 'AUTH_RATE_LIMITED') {
|
|
@@ -59,7 +59,7 @@ const FILES = {
|
|
|
59
59
|
'core/diagnostics/collectors/relevance-matrix.js': '.aios-core/core/synapse/diagnostics/collectors/relevance-matrix.js',
|
|
60
60
|
|
|
61
61
|
// Hook Entry Point
|
|
62
|
-
'hook/synapse-engine.
|
|
62
|
+
'hook/synapse-engine.cjs': '.claude/hooks/synapse-engine.cjs',
|
|
63
63
|
|
|
64
64
|
// Commands
|
|
65
65
|
'commands/manager.md': '.claude/commands/synapse/manager.md',
|
|
@@ -210,7 +210,7 @@ cp -r core/ <your-project>/.aios-core/core/synapse/
|
|
|
210
210
|
### 2. Copy Hook Entry Point
|
|
211
211
|
|
|
212
212
|
\`\`\`
|
|
213
|
-
cp hook/synapse-engine.
|
|
213
|
+
cp hook/synapse-engine.cjs <your-project>/.claude/hooks/
|
|
214
214
|
\`\`\`
|
|
215
215
|
|
|
216
216
|
### 3. Register the Hook
|
|
@@ -223,7 +223,7 @@ Add to \`.claude/settings.local.json\`:
|
|
|
223
223
|
"UserPromptSubmit": [
|
|
224
224
|
{
|
|
225
225
|
"type": "command",
|
|
226
|
-
"command": "node .claude/hooks/synapse-engine.
|
|
226
|
+
"command": "node .claude/hooks/synapse-engine.cjs"
|
|
227
227
|
}
|
|
228
228
|
]
|
|
229
229
|
}
|
|
@@ -254,7 +254,7 @@ Add these lines:
|
|
|
254
254
|
.synapse/sessions/
|
|
255
255
|
.synapse/metrics/
|
|
256
256
|
.synapse/cache/
|
|
257
|
-
!.claude/hooks/synapse-engine.
|
|
257
|
+
!.claude/hooks/synapse-engine.cjs
|
|
258
258
|
\`\`\`
|
|
259
259
|
|
|
260
260
|
## Verification
|
|
@@ -303,7 +303,7 @@ synapse-package/
|
|
|
303
303
|
│ ├── diagnostics/ # Observability (10 collectors)
|
|
304
304
|
│ ├── scripts/ # Constitution generator
|
|
305
305
|
│ └── utils/ # Path + token helpers
|
|
306
|
-
├── hook/ # .claude/hooks/synapse-engine.
|
|
306
|
+
├── hook/ # .claude/hooks/synapse-engine.cjs
|
|
307
307
|
├── commands/ # .claude/commands/synapse/
|
|
308
308
|
├── skills/ # .claude/skills/synapse/
|
|
309
309
|
├── runtime/ # .synapse/ domain files (manifest, domains)
|
|
@@ -32,8 +32,8 @@ const VERBOSE = process.argv.includes('--verbose') || process.env.VERBOSE === 't
|
|
|
32
32
|
*/
|
|
33
33
|
const REQUIRED_PATHS = [
|
|
34
34
|
// Hooks (critical - these were missing in v4.0.0)
|
|
35
|
-
'.claude/hooks/synapse-engine.
|
|
36
|
-
'.claude/hooks/precompact-session-digest.
|
|
35
|
+
'.claude/hooks/synapse-engine.cjs',
|
|
36
|
+
'.claude/hooks/precompact-session-digest.cjs',
|
|
37
37
|
// Rules
|
|
38
38
|
'.claude/rules/',
|
|
39
39
|
// CLI binaries
|
|
@@ -137,7 +137,7 @@ function getTarballContents() {
|
|
|
137
137
|
timeout: 30000,
|
|
138
138
|
});
|
|
139
139
|
|
|
140
|
-
// Text output has lines like "npm notice 1.2kB .claude/hooks/synapse-engine.
|
|
140
|
+
// Text output has lines like "npm notice 1.2kB .claude/hooks/synapse-engine.cjs"
|
|
141
141
|
const lines = output.split('\n');
|
|
142
142
|
return lines
|
|
143
143
|
.filter((line) => line.includes('npm notice') && !line.includes('=== Tarball'))
|
|
@@ -1,191 +0,0 @@
|
|
|
1
|
-
{"timestamp":"2026-02-09T01:35:50.188Z","action":"change","path":".aios-core/core/ids/registry-updater.js","trigger":"watcher"}
|
|
2
|
-
{"timestamp":"2026-02-09T01:35:51.410Z","action":"change","path":".aios-core/core/ids/registry-updater.js","trigger":"watcher"}
|
|
3
|
-
{"timestamp":"2026-02-09T01:46:55.279Z","action":"add","path":".aios-core/core/ids/registry-updater.js","trigger":"watcher"}
|
|
4
|
-
{"timestamp":"2026-02-09T01:46:55.280Z","action":"change","path":".aios-core/development/scripts/populate-entity-registry.js","trigger":"watcher"}
|
|
5
|
-
{"timestamp":"2026-02-09T01:46:55.767Z","action":"change","path":".aios-core/core/ids/registry-updater.js","trigger":"watcher"}
|
|
6
|
-
{"timestamp":"2026-02-09T12:44:21.491Z","action":"change","path":".aios-core/development/scripts/greeting-builder.js","trigger":"watcher"}
|
|
7
|
-
{"timestamp":"2026-02-09T16:37:21.100Z","action":"change","path":".aios-core/core-config.yaml","trigger":"watcher"}
|
|
8
|
-
{"timestamp":"2026-02-09T16:42:28.276Z","action":"change","path":".aios-core/core-config.yaml","trigger":"watcher"}
|
|
9
|
-
{"timestamp":"2026-02-09T19:40:00.813Z","action":"change","path":".aios-core/core/elicitation/session-manager.js","trigger":"watcher"}
|
|
10
|
-
{"timestamp":"2026-02-09T19:40:00.813Z","action":"add","path":".aios-core/core/memory/__tests__/active-modules.verify.js","trigger":"watcher"}
|
|
11
|
-
{"timestamp":"2026-02-09T19:40:00.815Z","action":"unlink","path":".aios-core/core/memory/context-snapshot.js","trigger":"watcher"}
|
|
12
|
-
{"timestamp":"2026-02-09T19:40:00.815Z","action":"unlink","path":".aios-core/core/memory/file-evolution-tracker.js","trigger":"watcher"}
|
|
13
|
-
{"timestamp":"2026-02-09T19:40:00.815Z","action":"unlink","path":".aios-core/core/memory/timeline-manager.js","trigger":"watcher"}
|
|
14
|
-
{"timestamp":"2026-02-09T20:43:07.611Z","action":"change","path":".aios-core/core/elicitation/session-manager.js","trigger":"watcher"}
|
|
15
|
-
{"timestamp":"2026-02-09T20:43:07.612Z","action":"add","path":".aios-core/core/memory/__tests__/active-modules.verify.js","trigger":"watcher"}
|
|
16
|
-
{"timestamp":"2026-02-09T20:43:07.613Z","action":"unlink","path":".aios-core/core/memory/context-snapshot.js","trigger":"watcher"}
|
|
17
|
-
{"timestamp":"2026-02-09T20:43:07.613Z","action":"unlink","path":".aios-core/core/memory/file-evolution-tracker.js","trigger":"watcher"}
|
|
18
|
-
{"timestamp":"2026-02-09T20:43:07.613Z","action":"unlink","path":".aios-core/core/memory/timeline-manager.js","trigger":"watcher"}
|
|
19
|
-
{"timestamp":"2026-02-10T10:56:07.232Z","action":"unlink","path":".aios-core/core/memory/__tests__/gaps-implementation.verify.js","trigger":"watcher"}
|
|
20
|
-
{"timestamp":"2026-02-10T10:56:13.032Z","action":"unlink","path":".aios-core/core/memory/__tests__/gaps-implementation.verify.js","trigger":"watcher"}
|
|
21
|
-
{"timestamp":"2026-02-10T11:16:46.663Z","action":"change","path":".aios-core/development/scripts/unified-activation-pipeline.js","trigger":"watcher"}
|
|
22
|
-
{"timestamp":"2026-02-10T11:53:27.333Z","action":"change","path":".aios-core/development/scripts/unified-activation-pipeline.js","trigger":"watcher"}
|
|
23
|
-
{"timestamp":"2026-02-10T14:51:55.741Z","action":"change","path":".aios-core/development/scripts/unified-activation-pipeline.js","trigger":"watcher"}
|
|
24
|
-
{"timestamp":"2026-02-10T15:31:01.198Z","action":"add","path":".aios-core/core/ids/circuit-breaker.js","trigger":"watcher"}
|
|
25
|
-
{"timestamp":"2026-02-10T15:31:01.199Z","action":"add","path":".aios-core/core/ids/framework-governor.js","trigger":"watcher"}
|
|
26
|
-
{"timestamp":"2026-02-10T15:31:01.199Z","action":"add","path":".aios-core/core/ids/gates/g1-epic-creation.js","trigger":"watcher"}
|
|
27
|
-
{"timestamp":"2026-02-10T15:31:01.200Z","action":"add","path":".aios-core/core/ids/gates/g2-story-creation.js","trigger":"watcher"}
|
|
28
|
-
{"timestamp":"2026-02-10T15:31:01.200Z","action":"add","path":".aios-core/core/ids/gates/g3-story-validation.js","trigger":"watcher"}
|
|
29
|
-
{"timestamp":"2026-02-10T15:31:01.200Z","action":"add","path":".aios-core/core/ids/gates/g4-dev-context.js","trigger":"watcher"}
|
|
30
|
-
{"timestamp":"2026-02-10T15:31:01.201Z","action":"add","path":".aios-core/core/ids/index.js","trigger":"watcher"}
|
|
31
|
-
{"timestamp":"2026-02-10T15:31:01.201Z","action":"add","path":".aios-core/core/ids/registry-healer.js","trigger":"watcher"}
|
|
32
|
-
{"timestamp":"2026-02-10T15:31:01.202Z","action":"add","path":".aios-core/core/ids/verification-gate.js","trigger":"watcher"}
|
|
33
|
-
{"timestamp":"2026-02-10T15:31:01.203Z","action":"change","path":".aios-core/development/agents/aios-master.md","trigger":"watcher"}
|
|
34
|
-
{"timestamp":"2026-02-10T15:31:01.203Z","action":"change","path":".aios-core/development/tasks/create-agent.md","trigger":"watcher"}
|
|
35
|
-
{"timestamp":"2026-02-10T15:31:01.203Z","action":"change","path":".aios-core/development/tasks/create-task.md","trigger":"watcher"}
|
|
36
|
-
{"timestamp":"2026-02-10T15:31:01.204Z","action":"change","path":".aios-core/development/tasks/create-workflow.md","trigger":"watcher"}
|
|
37
|
-
{"timestamp":"2026-02-10T15:31:01.204Z","action":"add","path":".aios-core/development/tasks/ids-governor.md","trigger":"watcher"}
|
|
38
|
-
{"timestamp":"2026-02-10T15:31:01.205Z","action":"add","path":".aios-core/development/tasks/ids-health.md","trigger":"watcher"}
|
|
39
|
-
{"timestamp":"2026-02-10T15:31:01.205Z","action":"change","path":".aios-core/development/tasks/modify-agent.md","trigger":"watcher"}
|
|
40
|
-
{"timestamp":"2026-02-10T15:31:01.206Z","action":"change","path":".aios-core/development/tasks/modify-task.md","trigger":"watcher"}
|
|
41
|
-
{"timestamp":"2026-02-10T15:31:01.206Z","action":"change","path":".aios-core/development/tasks/modify-workflow.md","trigger":"watcher"}
|
|
42
|
-
{"timestamp":"2026-02-10T15:57:41.482Z","action":"change","path":".aios-core/core/ids/circuit-breaker.js","trigger":"watcher"}
|
|
43
|
-
{"timestamp":"2026-02-10T15:57:41.483Z","action":"change","path":".aios-core/core/ids/framework-governor.js","trigger":"watcher"}
|
|
44
|
-
{"timestamp":"2026-02-10T15:57:41.484Z","action":"change","path":".aios-core/core/ids/index.js","trigger":"watcher"}
|
|
45
|
-
{"timestamp":"2026-02-10T15:57:42.781Z","action":"change","path":".aios-core/core/ids/circuit-breaker.js","trigger":"watcher"}
|
|
46
|
-
{"timestamp":"2026-02-10T15:57:42.782Z","action":"change","path":".aios-core/core/ids/framework-governor.js","trigger":"watcher"}
|
|
47
|
-
{"timestamp":"2026-02-10T15:57:42.783Z","action":"change","path":".aios-core/core/ids/index.js","trigger":"watcher"}
|
|
48
|
-
{"timestamp":"2026-02-10T16:04:16.607Z","action":"change","path":".aios-core/development/agents/aios-master.md","trigger":"watcher"}
|
|
49
|
-
{"timestamp":"2026-02-10T16:04:17.828Z","action":"change","path":".aios-core/development/agents/aios-master.md","trigger":"watcher"}
|
|
50
|
-
{"timestamp":"2026-02-10T22:22:12.922Z","action":"add","path":".aios-core/core/synapse/domain/domain-loader.js","trigger":"watcher"}
|
|
51
|
-
{"timestamp":"2026-02-10T22:22:12.923Z","action":"add","path":".aios-core/core/synapse/utils/paths.js","trigger":"watcher"}
|
|
52
|
-
{"timestamp":"2026-02-10T22:23:38.291Z","action":"add","path":".aios-core/core/synapse/domain/domain-loader.js","trigger":"watcher"}
|
|
53
|
-
{"timestamp":"2026-02-10T22:23:38.292Z","action":"add","path":".aios-core/core/synapse/utils/paths.js","trigger":"watcher"}
|
|
54
|
-
{"timestamp":"2026-02-11T01:36:37.955Z","action":"add","path":".aios-core/core/synapse/session/session-manager.js","trigger":"watcher"}
|
|
55
|
-
{"timestamp":"2026-02-11T01:37:39.540Z","action":"add","path":".aios-core/core/synapse/session/session-manager.js","trigger":"watcher"}
|
|
56
|
-
{"timestamp":"2026-02-11T01:54:05.967Z","action":"change","path":".aios-core/core/synapse/session/session-manager.js","trigger":"watcher"}
|
|
57
|
-
{"timestamp":"2026-02-11T01:54:22.657Z","action":"change","path":".aios-core/core/synapse/session/session-manager.js","trigger":"watcher"}
|
|
58
|
-
{"timestamp":"2026-02-11T02:17:11.046Z","action":"add","path":".aios-core/core/synapse/context/context-tracker.js","trigger":"watcher"}
|
|
59
|
-
{"timestamp":"2026-02-11T13:16:04.321Z","action":"add","path":".aios-core/core/synapse/layers/l0-constitution.js","trigger":"watcher"}
|
|
60
|
-
{"timestamp":"2026-02-11T13:16:04.322Z","action":"add","path":".aios-core/core/synapse/layers/l1-global.js","trigger":"watcher"}
|
|
61
|
-
{"timestamp":"2026-02-11T13:16:04.323Z","action":"add","path":".aios-core/core/synapse/layers/l2-agent.js","trigger":"watcher"}
|
|
62
|
-
{"timestamp":"2026-02-11T13:16:04.323Z","action":"add","path":".aios-core/core/synapse/layers/l3-workflow.js","trigger":"watcher"}
|
|
63
|
-
{"timestamp":"2026-02-11T13:16:04.323Z","action":"add","path":".aios-core/core/synapse/layers/layer-processor.js","trigger":"watcher"}
|
|
64
|
-
{"timestamp":"2026-02-11T14:08:24.874Z","action":"add","path":".aios-core/core/synapse/engine.js","trigger":"watcher"}
|
|
65
|
-
{"timestamp":"2026-02-11T14:08:24.875Z","action":"add","path":".aios-core/core/synapse/output/formatter.js","trigger":"watcher"}
|
|
66
|
-
{"timestamp":"2026-02-11T14:11:22.116Z","action":"add","path":".aios-core/core/synapse/layers/l4-task.js","trigger":"watcher"}
|
|
67
|
-
{"timestamp":"2026-02-11T14:11:22.116Z","action":"add","path":".aios-core/core/synapse/layers/l5-squad.js","trigger":"watcher"}
|
|
68
|
-
{"timestamp":"2026-02-11T14:11:22.117Z","action":"add","path":".aios-core/core/synapse/layers/l6-keyword.js","trigger":"watcher"}
|
|
69
|
-
{"timestamp":"2026-02-11T14:11:22.117Z","action":"add","path":".aios-core/core/synapse/layers/l7-star-command.js","trigger":"watcher"}
|
|
70
|
-
{"timestamp":"2026-02-11T14:13:09.605Z","action":"add","path":".aios-core/core/synapse/layers/l4-task.js","trigger":"watcher"}
|
|
71
|
-
{"timestamp":"2026-02-11T14:13:09.606Z","action":"add","path":".aios-core/core/synapse/layers/l5-squad.js","trigger":"watcher"}
|
|
72
|
-
{"timestamp":"2026-02-11T14:13:09.607Z","action":"add","path":".aios-core/core/synapse/layers/l6-keyword.js","trigger":"watcher"}
|
|
73
|
-
{"timestamp":"2026-02-11T14:13:09.607Z","action":"add","path":".aios-core/core/synapse/layers/l7-star-command.js","trigger":"watcher"}
|
|
74
|
-
{"timestamp":"2026-02-11T15:11:05.174Z","action":"change","path":".aios-core/core/synapse/engine.js","trigger":"watcher"}
|
|
75
|
-
{"timestamp":"2026-02-11T15:11:06.501Z","action":"change","path":".aios-core/core/synapse/engine.js","trigger":"watcher"}
|
|
76
|
-
{"timestamp":"2026-02-11T15:21:56.527Z","action":"add","path":".aios-core/core/synapse/engine.js","trigger":"watcher"}
|
|
77
|
-
{"timestamp":"2026-02-11T15:21:56.528Z","action":"add","path":".aios-core/core/synapse/output/formatter.js","trigger":"watcher"}
|
|
78
|
-
{"timestamp":"2026-02-11T15:24:23.198Z","action":"change","path":".aios-core/core/synapse/engine.js","trigger":"watcher"}
|
|
79
|
-
{"timestamp":"2026-02-11T15:26:01.173Z","action":"add","path":".aios-core/core/synapse/engine.js","trigger":"watcher"}
|
|
80
|
-
{"timestamp":"2026-02-11T15:26:01.174Z","action":"add","path":".aios-core/core/synapse/layers/l4-task.js","trigger":"watcher"}
|
|
81
|
-
{"timestamp":"2026-02-11T15:26:01.175Z","action":"add","path":".aios-core/core/synapse/layers/l5-squad.js","trigger":"watcher"}
|
|
82
|
-
{"timestamp":"2026-02-11T15:26:01.175Z","action":"add","path":".aios-core/core/synapse/layers/l6-keyword.js","trigger":"watcher"}
|
|
83
|
-
{"timestamp":"2026-02-11T15:26:01.176Z","action":"add","path":".aios-core/core/synapse/layers/l7-star-command.js","trigger":"watcher"}
|
|
84
|
-
{"timestamp":"2026-02-11T15:26:01.176Z","action":"add","path":".aios-core/core/synapse/output/formatter.js","trigger":"watcher"}
|
|
85
|
-
{"timestamp":"2026-02-11T16:43:45.730Z","action":"change","path":".aios-core/core/synapse/domain/domain-loader.js","trigger":"watcher"}
|
|
86
|
-
{"timestamp":"2026-02-11T16:43:45.730Z","action":"add","path":".aios-core/core/synapse/scripts/generate-constitution.js","trigger":"watcher"}
|
|
87
|
-
{"timestamp":"2026-02-11T16:44:35.266Z","action":"change","path":".aios-core/core/synapse/domain/domain-loader.js","trigger":"watcher"}
|
|
88
|
-
{"timestamp":"2026-02-11T16:44:35.267Z","action":"add","path":".aios-core/core/synapse/scripts/generate-constitution.js","trigger":"watcher"}
|
|
89
|
-
{"timestamp":"2026-02-11T16:44:46.866Z","action":"change","path":".aios-core/core/synapse/domain/domain-loader.js","trigger":"watcher"}
|
|
90
|
-
{"timestamp":"2026-02-11T16:44:46.867Z","action":"add","path":".aios-core/core/synapse/scripts/generate-constitution.js","trigger":"watcher"}
|
|
91
|
-
{"timestamp":"2026-02-11T18:14:54.443Z","action":"change","path":".aios-core/core/synapse/domain/domain-loader.js","trigger":"watcher"}
|
|
92
|
-
{"timestamp":"2026-02-11T18:14:54.444Z","action":"add","path":".aios-core/core/synapse/scripts/generate-constitution.js","trigger":"watcher"}
|
|
93
|
-
{"timestamp":"2026-02-11T18:15:17.526Z","action":"change","path":".aios-core/core/synapse/domain/domain-loader.js","trigger":"watcher"}
|
|
94
|
-
{"timestamp":"2026-02-11T18:15:17.527Z","action":"add","path":".aios-core/core/synapse/scripts/generate-constitution.js","trigger":"watcher"}
|
|
95
|
-
{"timestamp":"2026-02-11T18:20:08.122Z","action":"change","path":".aios-core/data/aios-kb.md","trigger":"watcher"}
|
|
96
|
-
{"timestamp":"2026-02-11T18:24:33.339Z","action":"change","path":".aios-core/data/aios-kb.md","trigger":"watcher"}
|
|
97
|
-
{"timestamp":"2026-02-11T18:24:43.853Z","action":"change","path":".aios-core/data/aios-kb.md","trigger":"watcher"}
|
|
98
|
-
{"timestamp":"2026-02-11T18:28:15.241Z","action":"change","path":".aios-core/core/synapse/domain/domain-loader.js","trigger":"watcher"}
|
|
99
|
-
{"timestamp":"2026-02-11T18:28:15.242Z","action":"add","path":".aios-core/core/synapse/scripts/generate-constitution.js","trigger":"watcher"}
|
|
100
|
-
{"timestamp":"2026-02-11T18:29:03.429Z","action":"change","path":".aios-core/core/synapse/domain/domain-loader.js","trigger":"watcher"}
|
|
101
|
-
{"timestamp":"2026-02-11T18:29:03.430Z","action":"add","path":".aios-core/core/synapse/scripts/generate-constitution.js","trigger":"watcher"}
|
|
102
|
-
{"timestamp":"2026-02-11T18:29:03.430Z","action":"change","path":".aios-core/data/aios-kb.md","trigger":"watcher"}
|
|
103
|
-
{"timestamp":"2026-02-12T12:53:14.530Z","action":"change","path":".aios-core/core/synapse/engine.js","trigger":"watcher"}
|
|
104
|
-
{"timestamp":"2026-02-12T12:53:14.531Z","action":"add","path":".aios-core/core/synapse/memory/memory-bridge.js","trigger":"watcher"}
|
|
105
|
-
{"timestamp":"2026-02-12T12:53:14.531Z","action":"change","path":".aios-core/core/synapse/output/formatter.js","trigger":"watcher"}
|
|
106
|
-
{"timestamp":"2026-02-12T12:53:14.532Z","action":"add","path":".aios-core/core/synapse/utils/tokens.js","trigger":"watcher"}
|
|
107
|
-
{"timestamp":"2026-02-12T13:06:47.836Z","action":"change","path":".aios-core/core/synapse/engine.js","trigger":"watcher"}
|
|
108
|
-
{"timestamp":"2026-02-12T13:06:47.836Z","action":"change","path":".aios-core/core/synapse/memory/memory-bridge.js","trigger":"watcher"}
|
|
109
|
-
{"timestamp":"2026-02-12T13:07:01.326Z","action":"change","path":".aios-core/core/synapse/engine.js","trigger":"watcher"}
|
|
110
|
-
{"timestamp":"2026-02-12T13:07:01.327Z","action":"change","path":".aios-core/core/synapse/memory/memory-bridge.js","trigger":"watcher"}
|
|
111
|
-
{"timestamp":"2026-02-12T13:07:21.219Z","action":"change","path":".aios-core/core/synapse/engine.js","trigger":"watcher"}
|
|
112
|
-
{"timestamp":"2026-02-12T13:07:21.219Z","action":"change","path":".aios-core/core/synapse/memory/memory-bridge.js","trigger":"watcher"}
|
|
113
|
-
{"timestamp":"2026-02-13T00:49:51.580Z","action":"change","path":".aios-core/development/scripts/unified-activation-pipeline.js","trigger":"watcher"}
|
|
114
|
-
{"timestamp":"2026-02-13T16:52:52.699Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/hook-collector.js","trigger":"watcher"}
|
|
115
|
-
{"timestamp":"2026-02-13T16:52:52.700Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/manifest-collector.js","trigger":"watcher"}
|
|
116
|
-
{"timestamp":"2026-02-13T16:52:52.701Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/pipeline-collector.js","trigger":"watcher"}
|
|
117
|
-
{"timestamp":"2026-02-13T16:52:52.701Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/session-collector.js","trigger":"watcher"}
|
|
118
|
-
{"timestamp":"2026-02-13T16:52:52.701Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/uap-collector.js","trigger":"watcher"}
|
|
119
|
-
{"timestamp":"2026-02-13T16:52:52.702Z","action":"add","path":".aios-core/core/synapse/diagnostics/report-formatter.js","trigger":"watcher"}
|
|
120
|
-
{"timestamp":"2026-02-13T16:52:52.703Z","action":"add","path":".aios-core/core/synapse/diagnostics/synapse-diagnostics.js","trigger":"watcher"}
|
|
121
|
-
{"timestamp":"2026-02-13T16:52:52.703Z","action":"change","path":".aios-core/development/scripts/unified-activation-pipeline.js","trigger":"watcher"}
|
|
122
|
-
{"timestamp":"2026-02-13T17:28:09.987Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/hook-collector.js","trigger":"watcher"}
|
|
123
|
-
{"timestamp":"2026-02-13T17:28:09.987Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/manifest-collector.js","trigger":"watcher"}
|
|
124
|
-
{"timestamp":"2026-02-13T17:28:09.988Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/pipeline-collector.js","trigger":"watcher"}
|
|
125
|
-
{"timestamp":"2026-02-13T17:28:09.988Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/session-collector.js","trigger":"watcher"}
|
|
126
|
-
{"timestamp":"2026-02-13T17:28:09.989Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/uap-collector.js","trigger":"watcher"}
|
|
127
|
-
{"timestamp":"2026-02-13T17:28:09.989Z","action":"add","path":".aios-core/core/synapse/diagnostics/report-formatter.js","trigger":"watcher"}
|
|
128
|
-
{"timestamp":"2026-02-13T17:28:09.989Z","action":"add","path":".aios-core/core/synapse/diagnostics/synapse-diagnostics.js","trigger":"watcher"}
|
|
129
|
-
{"timestamp":"2026-02-13T17:28:09.990Z","action":"change","path":".aios-core/development/scripts/unified-activation-pipeline.js","trigger":"watcher"}
|
|
130
|
-
{"timestamp":"2026-02-13T18:01:27.198Z","action":"change","path":".aios-core/core/synapse/diagnostics/collectors/hook-collector.js","trigger":"watcher"}
|
|
131
|
-
{"timestamp":"2026-02-13T18:01:27.199Z","action":"change","path":".aios-core/core/synapse/diagnostics/report-formatter.js","trigger":"watcher"}
|
|
132
|
-
{"timestamp":"2026-02-13T18:01:27.199Z","action":"change","path":".aios-core/core/synapse/diagnostics/synapse-diagnostics.js","trigger":"watcher"}
|
|
133
|
-
{"timestamp":"2026-02-13T18:01:32.668Z","action":"change","path":".aios-core/core/synapse/diagnostics/collectors/hook-collector.js","trigger":"watcher"}
|
|
134
|
-
{"timestamp":"2026-02-13T18:01:32.669Z","action":"change","path":".aios-core/core/synapse/diagnostics/report-formatter.js","trigger":"watcher"}
|
|
135
|
-
{"timestamp":"2026-02-13T18:01:32.669Z","action":"change","path":".aios-core/core/synapse/diagnostics/synapse-diagnostics.js","trigger":"watcher"}
|
|
136
|
-
{"timestamp":"2026-02-13T18:10:59.619Z","action":"change","path":".aios-core/core/synapse/diagnostics/report-formatter.js","trigger":"watcher"}
|
|
137
|
-
{"timestamp":"2026-02-13T18:10:59.620Z","action":"change","path":".aios-core/core/synapse/diagnostics/synapse-diagnostics.js","trigger":"watcher"}
|
|
138
|
-
{"timestamp":"2026-02-13T18:11:06.961Z","action":"change","path":".aios-core/core/synapse/diagnostics/report-formatter.js","trigger":"watcher"}
|
|
139
|
-
{"timestamp":"2026-02-13T18:11:06.962Z","action":"change","path":".aios-core/core/synapse/diagnostics/synapse-diagnostics.js","trigger":"watcher"}
|
|
140
|
-
{"timestamp":"2026-02-14T15:24:38.382Z","action":"change","path":".aios-core/core/synapse/diagnostics/synapse-diagnostics.js","trigger":"watcher"}
|
|
141
|
-
{"timestamp":"2026-02-14T15:44:26.945Z","action":"change","path":".aios-core/core/synapse/diagnostics/synapse-diagnostics.js","trigger":"watcher"}
|
|
142
|
-
{"timestamp":"2026-02-14T16:25:15.483Z","action":"change","path":".aios-core/core/ids/registry-updater.js","trigger":"watcher"}
|
|
143
|
-
{"timestamp":"2026-02-14T16:25:15.483Z","action":"change","path":".aios-core/development/scripts/unified-activation-pipeline.js","trigger":"watcher"}
|
|
144
|
-
{"timestamp":"2026-02-15T20:39:38.792Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/consistency-collector.js","trigger":"watcher"}
|
|
145
|
-
{"timestamp":"2026-02-15T20:39:38.797Z","action":"change","path":".aios-core/core/synapse/diagnostics/collectors/hook-collector.js","trigger":"watcher"}
|
|
146
|
-
{"timestamp":"2026-02-15T20:39:38.799Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/output-analyzer.js","trigger":"watcher"}
|
|
147
|
-
{"timestamp":"2026-02-15T20:39:38.800Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/quality-collector.js","trigger":"watcher"}
|
|
148
|
-
{"timestamp":"2026-02-15T20:39:38.800Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/relevance-matrix.js","trigger":"watcher"}
|
|
149
|
-
{"timestamp":"2026-02-15T20:39:38.801Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/safe-read-json.js","trigger":"watcher"}
|
|
150
|
-
{"timestamp":"2026-02-15T20:39:38.801Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/timing-collector.js","trigger":"watcher"}
|
|
151
|
-
{"timestamp":"2026-02-15T20:39:38.802Z","action":"change","path":".aios-core/core/synapse/diagnostics/report-formatter.js","trigger":"watcher"}
|
|
152
|
-
{"timestamp":"2026-02-15T20:39:38.803Z","action":"change","path":".aios-core/core/synapse/engine.js","trigger":"watcher"}
|
|
153
|
-
{"timestamp":"2026-02-15T20:39:38.803Z","action":"change","path":".aios-core/development/scripts/unified-activation-pipeline.js","trigger":"watcher"}
|
|
154
|
-
{"timestamp":"2026-02-15T20:39:38.804Z","action":"add","path":".aios-core/development/tasks/publish-npm.md","trigger":"watcher"}
|
|
155
|
-
{"timestamp":"2026-02-15T20:39:45.230Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/consistency-collector.js","trigger":"watcher"}
|
|
156
|
-
{"timestamp":"2026-02-15T20:39:45.231Z","action":"change","path":".aios-core/core/synapse/diagnostics/collectors/hook-collector.js","trigger":"watcher"}
|
|
157
|
-
{"timestamp":"2026-02-15T20:39:45.232Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/output-analyzer.js","trigger":"watcher"}
|
|
158
|
-
{"timestamp":"2026-02-15T20:39:45.232Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/quality-collector.js","trigger":"watcher"}
|
|
159
|
-
{"timestamp":"2026-02-15T20:39:45.233Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/relevance-matrix.js","trigger":"watcher"}
|
|
160
|
-
{"timestamp":"2026-02-15T20:39:45.233Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/safe-read-json.js","trigger":"watcher"}
|
|
161
|
-
{"timestamp":"2026-02-15T20:39:45.234Z","action":"add","path":".aios-core/core/synapse/diagnostics/collectors/timing-collector.js","trigger":"watcher"}
|
|
162
|
-
{"timestamp":"2026-02-15T20:39:45.235Z","action":"change","path":".aios-core/core/synapse/diagnostics/report-formatter.js","trigger":"watcher"}
|
|
163
|
-
{"timestamp":"2026-02-15T20:39:45.235Z","action":"change","path":".aios-core/core/synapse/engine.js","trigger":"watcher"}
|
|
164
|
-
{"timestamp":"2026-02-15T20:39:45.236Z","action":"change","path":".aios-core/development/scripts/unified-activation-pipeline.js","trigger":"watcher"}
|
|
165
|
-
{"timestamp":"2026-02-15T20:39:45.236Z","action":"add","path":".aios-core/development/tasks/publish-npm.md","trigger":"watcher"}
|
|
166
|
-
{"timestamp":"2026-02-16T01:22:08.127Z","action":"add","path":".aios-core/product/templates/statusline/statusline-script.js","trigger":"watcher"}
|
|
167
|
-
{"timestamp":"2026-02-16T01:24:17.173Z","action":"add","path":".aios-core/core/code-intel/code-intel-client.js","trigger":"watcher"}
|
|
168
|
-
{"timestamp":"2026-02-16T01:24:17.174Z","action":"add","path":".aios-core/core/code-intel/code-intel-enricher.js","trigger":"watcher"}
|
|
169
|
-
{"timestamp":"2026-02-16T01:24:17.175Z","action":"add","path":".aios-core/core/code-intel/index.js","trigger":"watcher"}
|
|
170
|
-
{"timestamp":"2026-02-16T01:24:17.175Z","action":"add","path":".aios-core/core/code-intel/providers/code-graph-provider.js","trigger":"watcher"}
|
|
171
|
-
{"timestamp":"2026-02-16T01:24:17.176Z","action":"add","path":".aios-core/core/code-intel/providers/provider-interface.js","trigger":"watcher"}
|
|
172
|
-
{"timestamp":"2026-02-16T01:40:14.161Z","action":"add","path":".aios-core/product/templates/statusline/statusline-script.js","trigger":"watcher"}
|
|
173
|
-
{"timestamp":"2026-02-16T01:41:14.535Z","action":"add","path":".aios-core/product/templates/statusline/statusline-script.js","trigger":"watcher"}
|
|
174
|
-
{"timestamp":"2026-02-16T01:46:55.003Z","action":"change","path":".aios-core/core/code-intel/code-intel-enricher.js","trigger":"watcher"}
|
|
175
|
-
{"timestamp":"2026-02-16T01:46:55.004Z","action":"change","path":".aios-core/core/code-intel/index.js","trigger":"watcher"}
|
|
176
|
-
{"timestamp":"2026-02-16T01:46:55.004Z","action":"change","path":".aios-core/core/code-intel/providers/code-graph-provider.js","trigger":"watcher"}
|
|
177
|
-
{"timestamp":"2026-02-16T01:46:56.302Z","action":"change","path":".aios-core/core/code-intel/code-intel-enricher.js","trigger":"watcher"}
|
|
178
|
-
{"timestamp":"2026-02-16T01:46:56.302Z","action":"change","path":".aios-core/core/code-intel/index.js","trigger":"watcher"}
|
|
179
|
-
{"timestamp":"2026-02-16T01:46:56.303Z","action":"change","path":".aios-core/core/code-intel/providers/code-graph-provider.js","trigger":"watcher"}
|
|
180
|
-
{"timestamp":"2026-02-16T19:52:18.842Z","action":"add","path":".aios-core/core/code-intel/registry-syncer.js","trigger":"watcher"}
|
|
181
|
-
{"timestamp":"2026-02-16T19:52:18.845Z","action":"change","path":".aios-core/core/ids/registry-loader.js","trigger":"watcher"}
|
|
182
|
-
{"timestamp":"2026-02-16T19:52:18.846Z","action":"change","path":".aios-core/development/agents/aios-master.md","trigger":"watcher"}
|
|
183
|
-
{"timestamp":"2026-02-16T19:52:18.847Z","action":"add","path":".aios-core/development/tasks/sync-registry-intel.md","trigger":"watcher"}
|
|
184
|
-
{"timestamp":"2026-02-16T20:19:21.429Z","action":"change","path":".aios-core/core/code-intel/registry-syncer.js","trigger":"watcher"}
|
|
185
|
-
{"timestamp":"2026-02-16T20:19:21.430Z","action":"change","path":".aios-core/core/ids/registry-loader.js","trigger":"watcher"}
|
|
186
|
-
{"timestamp":"2026-02-16T20:19:21.431Z","action":"change","path":".aios-core/development/tasks/sync-registry-intel.md","trigger":"watcher"}
|
|
187
|
-
{"timestamp":"2026-02-16T20:19:27.658Z","action":"change","path":".aios-core/core/code-intel/registry-syncer.js","trigger":"watcher"}
|
|
188
|
-
{"timestamp":"2026-02-16T20:19:27.659Z","action":"change","path":".aios-core/core/ids/registry-loader.js","trigger":"watcher"}
|
|
189
|
-
{"timestamp":"2026-02-16T20:19:27.659Z","action":"change","path":".aios-core/development/tasks/sync-registry-intel.md","trigger":"watcher"}
|
|
190
|
-
{"timestamp":"2026-02-16T20:22:31.161Z","action":"change","path":".aios-core/core/synapse/runtime/hook-runtime.js","trigger":"watcher"}
|
|
191
|
-
{"timestamp":"2026-02-16T20:22:35.904Z","action":"change","path":".aios-core/core/synapse/runtime/hook-runtime.js","trigger":"watcher"}
|